change modules around
This commit is contained in:
parent
4d55a5fde4
commit
c211993e8b
2 changed files with 25 additions and 41 deletions
|
@ -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};
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue