non important commit

This commit is contained in:
benstrb 2026-01-11 15:40:43 +01:00
parent 34d4fcf3ff
commit e708e034cb

View file

@ -17,7 +17,7 @@
radius = 0; radius = 0;
fixed-center = true; fixed-center = true;
background = "#2e3440"; background = "#000000";
foreground = "#d8dee9"; foreground = "#d8dee9";
line-size = 3; line-size = 3;
@ -92,7 +92,7 @@
type = "internal/date"; type = "internal/date";
interval = 1; interval = 1;
date = "%Y-%m-%d"; date = "%d-%m-%Y";
time = "%H:%M:%S"; time = "%H:%M:%S";
format-prefix = " "; format-prefix = " ";
@ -116,28 +116,6 @@
format-prefix-foreground = "#b48ead"; format-prefix-foreground = "#b48ead";
label = "%percentage_used%%"; label = "%percentage_used%%";
}; };
"module/battery" = {
type = "internal/battery";
battery = "BAT0";
adapter = "AC";
full-at = 98;
format-charging = "<label-charging>";
format-charging-prefix = " ";
format-charging-prefix-foreground = "#a3be8c";
format-discharging = "<label-discharging>";
format-discharging-prefix = " ";
format-discharging-prefix-foreground = "#ebcb8b";
format-full-prefix = " ";
format-full-prefix-foreground = "#a3be8c";
label-charging = "%percentage%%";
label-discharging = "%percentage%%";
label-full = "%percentage%%";
};
}; };
}; };
} }