diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/picom/picom.conf | 7 | ||||
| -rw-r--r-- | etc/rofi/theme.rasi | 14 |
2 files changed, 4 insertions, 17 deletions
diff --git a/etc/picom/picom.conf b/etc/picom/picom.conf index ab786e5..3e1dbea 100644 --- a/etc/picom/picom.conf +++ b/etc/picom/picom.conf @@ -6,8 +6,7 @@ blur-method = "dual_kawase"; blur-strength = 5; blur-background-exclude = [ - "class_g = 'slop'", - "class_g = 'Rofi'" + "class_g = 'slop'" ]; # Shadow @@ -18,10 +17,6 @@ shadow-offset-x = -20; shadow-offset-y = -20; shadow-opacity = 0.8; -shadow-exclude = [ - "class_g = 'Rofi'" -] - # Crop shadow of a window fully on a particular Xinerama screen to the screen. xinerama-shadow-crop = true; diff --git a/etc/rofi/theme.rasi b/etc/rofi/theme.rasi index 698a234..799cb19 100644 --- a/etc/rofi/theme.rasi +++ b/etc/rofi/theme.rasi @@ -6,10 +6,6 @@ configuration { icon-theme: "Paper"; modi: "drun,run,window,ssh"; sidebar-mode: true; - display-drun: "drun"; - display-run: "run"; - display-window: "window"; - display-ssh: "ssh"; } * { @@ -22,16 +18,14 @@ configuration { background-color: @black; text-color: @white; - border: 2px; margin: 2px; } window { border: 1px; border-color: @orange; - border-radius: 8px; - width: 32%; - padding: 32px; + width: 30%; + padding: 8; } inputbar { @@ -43,6 +37,7 @@ inputbar { listview { columns: 1; + spacing: 4px; } prompt { @@ -64,7 +59,6 @@ button { element { font: "Inter Medium 12"; border: 0; - border-radius: 4px; padding: 2px; } @@ -92,8 +86,6 @@ button { background-color: @white; text-color: @black; font: "Inter Bold 10"; - border: 0; - border-radius: 4px; padding: 4px; horizontal-align: 0.5; vertical-align: 0.5; |
