diff --git a/.dwm/bar.sh b/.dwm/bar.sh index e8f8ca5..5aa8a42 100755 --- a/.dwm/bar.sh +++ b/.dwm/bar.sh @@ -31,6 +31,6 @@ spotify() { } while true; do - xsetroot -name "$(spotify)$(pulse) $(root) $(cpu) $(mem) $(clock)" + xsetroot -name "^c#cdff59^ $(spotify)$(pulse) $(root) $(cpu) $(mem) $(clock)" sleep 2 done diff --git a/lemondwm/config.def.h b/lemondwm/config.def.h index 85db738..4afbe99 100644 --- a/lemondwm/config.def.h +++ b/lemondwm/config.def.h @@ -23,8 +23,8 @@ enum showtab_modes { static const int showtab = showtab_auto; static const int toptab = True; static const int topbar = 1; -static const int horizpadbar = 5; -static const int vertpadbar = 11; +static const int horizpadbar = 10; +static const int vertpadbar = 10; static const int vertpadtab = 33; static const int horizpadtabi = 15; static const int horizpadtabo = 15;