waybar: add custom/timew to show current timeworrior "profile"

This commit is contained in:
Oleksandr Smirnov 2025-09-15 12:52:25 +03:00
parent 7173b669a8
commit 80b03aa7c1
No known key found for this signature in database
3 changed files with 12 additions and 4 deletions

View file

@ -30,7 +30,7 @@ tooltip {
}
#language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery,
#pulseaudio, #network, #backlight, #temperature {
#pulseaudio, #network, #backlight, #temperature, #custom-timew {
background-color: @bg-darker-color;
color: @fg-color;
border-radius: 16px;
@ -46,7 +46,7 @@ tooltip {
#idle_inhibitor { border-radius: 0 16px 16px 0; margin: 5px 5px 5px 0; }
#network, #backlight { color: @blue; }
#cpu, #pulseaudio, #memory, #clock, #temperature { color: @active-bg-color; }
#cpu, #pulseaudio, #memory, #clock, #temperature, #custom-timew { color: @active-bg-color; }
#language { color: @red; }
#workspaces button { color: @active-bg-color; }