Disable picom by default

This commit is contained in:
2024-06-03 20:32:37 +01:00
parent 5d04df37eb
commit d2c607b421
2 changed files with 1 additions and 2 deletions

View File

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