3 files changed,
12 insertions(+),
6 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-09-07 19:24:06 +0300
Parent:
93a5fc5
M
config/waybar/style.css
··· 30 30 } 31 31 32 32 #language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery, 33 -#power-profiles-daemon, #pulseaudio, #network, #backlight, #temperature, 34 -#idle_inhibitor { 33 +#pulseaudio, #network, #backlight, #temperature { 35 34 background-color: @bg-darker-color; 36 35 color: @fg-color; 37 36 border-radius: 16px; 38 37 margin: 5px 5px 5px 5px; 39 38 padding: 0px 10px 0px 10px; 40 39 } 40 + 41 +#power-profiles-daemon, #idle_inhibitor { 42 + background-color: @bg-darker-color; 43 + padding: 0px 10px 0px 14px; 44 +} 45 +#power-profiles-daemon { border-radius: 16px 0 0 16px; margin: 5px 0 5px 5px; } 46 +#idle_inhibitor { border-radius: 0 16px 16px 0; margin: 5px 5px 5px 0; } 41 47 42 48 #network, #backlight { color: @blue; } 43 49 #cpu, #pulseaudio, #memory, #clock, #temperature { color: @active-bg-color; }