waybar: Fix css for idle inhibitor

This commit is contained in:
fleaz 2024-08-27 20:29:10 +02:00
parent 2006a13331
commit 52a39d40a2

View file

@ -66,6 +66,7 @@
} }
.modules-center { .modules-center {
padding: 3px; padding: 3px;
padding-right: 10px;
background-color: @dark; background-color: @dark;
margin: 0 0 5px 0; margin: 0 0 5px 0;
border-radius: 10px; border-radius: 10px;
@ -87,6 +88,7 @@
#pulseaudio, #pulseaudio,
#temperature, #temperature,
#tray, #tray,
#idle_inhibitor,
#disk { #disk {
background: transparent; background: transparent;
color: @light; color: @light;