Add a lemon to the bar

This commit is contained in:
lemon-sh 2021-09-01 14:29:08 +02:00
parent 65f7a1ceb3
commit 2c42afd91c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;