aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 03748db..553a0cf 100644
--- a/config.def.h
+++ b/config.def.h
@@ -87,7 +87,6 @@ static const struct arg args[] = {
{ disk_free, "  %s |", "/" },
{ ram_used, "  %s |", NULL },
{ cpu_perc, " 󰍛 %s %% |", NULL },
-
{ backlight_perc, "  %s |", "intel_backlight"},
/* Batterie Version 1 */
@@ -101,7 +100,6 @@ static const struct arg args[] = {
{ battery_icon, " %s %% ", "BAT0" },
{ battery_state,"%s ", "BAT0" },
{ battery_remaining, "%s |", "BAT0" },
-
{ datetime, " 󰃰 %s ", " %a %d. %b %T" },
)