Disable picom by default
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
slstatus &
|
slstatus &
|
||||||
picom &
|
|
||||||
dunst &
|
dunst &
|
||||||
feh --bg-scale "/home/trude/dotfiles/bg2.png" &
|
feh --bg-scale "/home/trude/dotfiles/bg2.png" &
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ static const char unknown_str[] = "??";
|
|||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ battery_perc, " %s%% ", "BAT0" },
|
{ battery_perc, " %s%% ", "BAT0" },
|
||||||
{ vol_perc, " %s%% ", NULL },
|
{ vol_perc, " %s%% ", NULL },
|
||||||
{ cpu_perc, " %s%% ", NULL },
|
{ cpu_perc, " %s%% ", NULL },
|
||||||
{ ram_used, " %s", NULL },
|
{ ram_used, " %s", NULL },
|
||||||
{ ram_perc, "(%s%%) ", NULL },
|
{ ram_perc, "(%s%%) ", NULL },
|
||||||
|
|||||||
Reference in New Issue
Block a user