38 lines
580 B
CSS
38 lines
580 B
CSS
#custom-trigger:hover,
|
|
#idle_inhibitor:hover,
|
|
#clock.date:hover,
|
|
#network:hover,
|
|
#bluetooth:hover,
|
|
#custom-system_update:hover,
|
|
#mpris:hover,
|
|
#pulseaudio:hover,
|
|
#wireplumber:hover {
|
|
color: @hover-fg;
|
|
}
|
|
|
|
/* inactive state */
|
|
#idle_inhibitor.deactivated,
|
|
#mpris.paused,
|
|
#pulseaudio.output.muted,
|
|
#pulseaudio.input.source-muted,
|
|
#wireplumber.muted {
|
|
color: @hover-fg;
|
|
}
|
|
|
|
#memory.warning,
|
|
#cpu.warning,
|
|
#battery.warning {
|
|
color: @warning;
|
|
}
|
|
|
|
#temperature.critical,
|
|
#memory.critical,
|
|
#cpu.critical,
|
|
#battery.critical {
|
|
color: @critical;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: @charging;
|
|
}
|