diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 4b9f9747..6f203619 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -1,5 +1,4 @@ slstatus & -picom & dunst & feh --bg-scale "/home/trude/dotfiles/bg2.png" & diff --git a/suckless/slstatus/config.h b/suckless/slstatus/config.h index db8ac7c2..76913ce6 100644 --- a/suckless/slstatus/config.h +++ b/suckless/slstatus/config.h @@ -66,7 +66,7 @@ static const char unknown_str[] = "??"; static const struct arg args[] = { /* function format argument */ { battery_perc, "󰂉 %s%% ", "BAT0" }, - { vol_perc, " %s%% ", NULL }, + { vol_perc, " %s%% ", NULL }, { cpu_perc, " %s%% ", NULL }, { ram_used, " %s", NULL }, { ram_perc, "(%s%%) ", NULL },