From 2cabf4334cd30c83025e3f8d0fddcb08f81c666a Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 13 Apr 2026 18:04:22 +0200 Subject: dings --- config.def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.h') 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" }, ) -- cgit