diff options
author | listout <listout@protonmail.com> | 2022-01-17 23:15:49 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-17 23:15:49 +0530 |
commit | 2a04eb2848365d69e4a5614351dc93524d77c1bc (patch) | |
tree | 1af3ef70eec80bef929cd9468996fddce1a3e136 /.config | |
parent | eb1514ba95796aa787e64313d7b15b46c74d0f0a (diff) |
changed the background color
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 9ffc968..5edaac6 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -6,7 +6,7 @@ picom & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh $HOME/.config/polybar/launch.sh & -hsetroot -solid '#2c2e3e' & +hsetroot -solid '#1a1a24' & /usr/bin/kdeconnect-indicator & #feh --bg-fill $HOME/Pictures/wallpaper/flower_1920x1080.png & |