mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: add idle_inhibitor; disable most of tooltips; fix startup warnings
This commit is contained in:
parent
d72083420c
commit
d14c4fccfb
4 changed files with 25 additions and 4 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue