diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-30 13:17:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-30 13:17:27 +0530 |
commit | 72d1be28c2c8d810805ea99b8d988bf04fb7d1df (patch) | |
tree | 680ad560173854d1c7f2ba8b52403e15809ca951 /.config | |
parent | 8b5c3c3b49c4274eee834d1c592b036e7a4b6d73 (diff) |
made polybar semi-transparent and blurred
Diffstat (limited to '.config')
-rw-r--r-- | .config/picom.conf | 2 | ||||
-rw-r--r-- | .config/polybar/config.ini | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 5cd020c..27ff37b 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -204,7 +204,7 @@ blur-background = true # Exclude conditions for background blur. # blur-background-exclude = [] blur-background-exclude = [ - "window_type = 'dock'", + #"window_type = 'dock'", "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c" ]; diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 2f18cfb..749dc1a 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -18,9 +18,9 @@ [colors] ;background = #dd1e2120 -;background = #b3100b13 +background = #c7100b13 ;background = #1d1f21 -background = #282c34 +;background = #282c34 ;dt foreground = #FFFFFF ;systray-bg = #232627 |