dotfiles/waybar/styles/modules/idle.css
2024-07-30 12:24:18 -04:00

12 lines
204 B
CSS

#idle_inhibitor {
padding: 0 16px 0 12px;
background-color: @button;
}
#idle_inhibitor:hover {
background-color: @button-hover;
}
#idle_inhibitor.activated {
background-color: @button-active;
}