change modules around

This commit is contained in:
twoneis 2024-07-26 17:59:05 +02:00
parent 4d55a5fde4
commit c211993e8b
2 changed files with 25 additions and 41 deletions

View file

@ -32,19 +32,14 @@ in {
background-color: ${background};
}
#clock,
#backlight,
#battery,
#memory,
#clock,
#network,
#temperature,
#wireplumber {
padding: 0 15px;
}
#cpu {
padding: 0 0 0 15px;
}
/*-----Indicators----*/
#battery.charging {
color: ${charging};
@ -55,9 +50,5 @@ in {
#battery.critical:not(.charging) {
color: ${critical};
}
#temperature.critical {
color: ${critical};
}
'';
}