This commit is contained in:
Kopatz
2024-04-29 17:00:14 +02:00
parent 9a9c4e4d74
commit 881c66f49a
2 changed files with 2 additions and 1 deletions

View File

@@ -57,13 +57,13 @@ box {
#tray,
#user,
#custom-weather,
#battery,
#keyboard-state,
#mpd {
padding: 0 1em;
}
/* Add spacing for right side modules */
#pulseaudio,
#battery,
#backlight {
padding: 0 0.5em;
}

View File

@@ -98,6 +98,7 @@ in
};
"temperature".critical-threshold = 80;
"temperature".format = "{temperatureC}°C ";
"temperature".thermal-zone = 1;
"backlight".format = "{percent}% {icon}";
"backlight".states = [0 50];
"backlight".format-icons = ["" ""];