diff options
| author | Shubham Saini <shubham6405@gmail.com> | 2020-06-01 10:22:42 +0000 |
|---|---|---|
| committer | Shubham Saini <shubham6405@gmail.com> | 2020-06-01 10:22:42 +0000 |
| commit | ec689ee70e49c6026b7f2cb20731f06d5d7a568f (patch) | |
| tree | 6a40a1e81d3ed6289e78aeca2c4c998baa94d2a7 /picom | |
| parent | d12d9fc8d6eff348706787e61494d63a67eb917e (diff) | |
nicer shadows
Diffstat (limited to 'picom')
| -rw-r--r-- | picom/.config/picom.conf | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 858d87e..a155b63 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
| @@ -1,20 +1,15 @@ | |||
| 1 | ## SHADOWS | 1 | ## SHADOWS |
| 2 | shadow = true; | 2 | shadow = true; |
| 3 | shadow-radius = 0.5; | 3 | shadow-radius = 25; |
| 4 | shadow-offset-x = 3; | 4 | shadow-offset-x = -20; |
| 5 | shadow-offset-y = 3; | 5 | shadow-offset-y = -15; |
| 6 | shadow-opacity = 0.65; | ||
| 7 | log-level = "warn"; | ||
| 8 | shadow-exclude = [ | 6 | shadow-exclude = [ |
| 9 | "name = 'Notification'", | 7 | "name = 'Notification'", |
| 10 | "class_g = 'conky'", | ||
| 11 | "class_g ?= 'Notify-osd'", | 8 | "class_g ?= 'Notify-osd'", |
| 12 | "class_g = 'Cairo-clock'", | ||
| 13 | "class_g ?= 'slop'", | ||
| 14 | "name = 'polybar'", | 9 | "name = 'polybar'", |
| 15 | "name = 'Polybar tray window'", | 10 | "name = 'Polybar tray window'", |
| 16 | "class_g ?= 'dmenu'", | ||
| 17 | "class_g ?= 'dwm'", | 11 | "class_g ?= 'dwm'", |
| 12 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", | ||
| 18 | "class_g = 'Firefox' && argb", | 13 | "class_g = 'Firefox' && argb", |
| 19 | "_GTK_FRAME_EXTENTS@:c" | 14 | "_GTK_FRAME_EXTENTS@:c" |
| 20 | ]; | 15 | ]; |
| @@ -26,10 +21,8 @@ blur-background = true; | |||
| 26 | blur-strength = 3; | 21 | blur-strength = 3; |
| 27 | blur-kern = "3x3box"; | 22 | blur-kern = "3x3box"; |
| 28 | blur-background-exclude = [ | 23 | blur-background-exclude = [ |
| 29 | "class_g ?= 'slop'", | ||
| 30 | "name = 'polybar'", | 24 | "name = 'polybar'", |
| 31 | "name = 'Polybar tray window'", | 25 | "name = 'Polybar tray window'", |
| 32 | "class_g = 'conky'", | ||
| 33 | "class_g ?= 'Rofi'", | 26 | "class_g ?= 'Rofi'", |
| 34 | "class_g ?= 'zoom'", | 27 | "class_g ?= 'zoom'", |
| 35 | "window_type = 'dock'", | 28 | "window_type = 'dock'", |
| @@ -37,8 +30,8 @@ blur-background-exclude = [ | |||
| 37 | ]; | 30 | ]; |
| 38 | opacity-rule = [ | 31 | opacity-rule = [ |
| 39 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", | 32 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", |
| 40 | "100:class_g = 'Alacritty' && focused", | 33 | "100:class_g = 'st-256color' && focused", |
| 41 | "95:class_g = 'Alacritty' && !focused" | 34 | "95:class_g = 'st-256color' && !focused" |
| 42 | ]; | 35 | ]; |
| 43 | 36 | ||
| 44 | ## FADING | 37 | ## FADING |
