waybar: add idle_inhibitor; disable most of tooltips; fix startup warnings

This commit is contained in:
Oleksandr Smirnov 2025-09-05 18:50:07 +03:00
parent d72083420c
commit d14c4fccfb
No known key found for this signature in database
4 changed files with 25 additions and 4 deletions

View file

@ -29,7 +29,9 @@ tooltip {
border: 1px solid @bg-darker-color;
}
#language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery, #power-profiles-daemon, #pulseaudio, #network, #backlight, #temperature {
#language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery,
#power-profiles-daemon, #pulseaudio, #network, #backlight, #temperature,
#idle_inhibitor {
background-color: @bg-darker-color;
color: @fg-color;
border-radius: 16px;
@ -69,3 +71,6 @@ tooltip {
#power-profiles-daemon.performance { color: @blue; }
#power-profiles-daemon.balanced { color: @green; }
#power-profiles-daemon.power-saver { color: @red; }
#idle_inhibitor.activated { color: @red; }
#idle_inhibitor.deactivated { color: @green; }