diff options
author | listout <listout@protonmail.com> | 2022-08-13 16:11:27 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:39 +0530 |
commit | 076b5ce3237aa3fd5ee43038917ae95fb3f95663 (patch) | |
tree | 71ca4d1040aee3a2210b041baa79823d95107047 | |
parent | 31ca1f41d1073ea674a152cc3391f58d6ceeeb90 (diff) |
bspwm: change defualt background for tokyonight
Signed-off-by: listout <listout@protonmail.com>
-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 4b33a0d..7883b0f 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -17,7 +17,7 @@ sh $HOME/Documents/scroll_trackball.sh & $HOME/.config/polybar/launch.sh & # wallppaer -hsetroot -solid '#1b1f26' & +hsetroot -solid '#24283b' & #feh --bg-fill $HOME/wallpaper/waves.png # /usr/bin/kdeconnect-indicator & |