diff options
author | listout <listout@protonmail.com> | 2021-09-04 21:23:47 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-04 21:23:47 +0530 |
commit | 245f1afba774d8028587c48f9b625f2988ac16d9 (patch) | |
tree | e4022026f4a6b7a1643b5e668ef55d0e9c51aac2 /.config/bspwm/bspwmrc | |
parent | a9ba8175307f49b658f02d6e9bc2836393b0341b (diff) |
matching colors, and black background
Diffstat (limited to '.config/bspwm/bspwmrc')
-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 85ab010..eb0b4ba 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,7 +4,7 @@ pgrep -x sxhkd > /dev/null || sxhkd & picom & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & ./.config/polybar/launch.sh & -hsetroot -solid '#151515' +hsetroot -solid '#000000' bspc monitor -d I II III IV V VI |