add waybar config
This commit is contained in:
37
waybar/styles/states.css
Normal file
37
waybar/styles/states.css
Normal file
@@ -0,0 +1,37 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user