mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: unite power-profiles-daemon, and idle_inhibitor on one island
This commit is contained in:
parent
93a5fc5bc7
commit
8ae57e2ec4
3 changed files with 12 additions and 6 deletions
|
|
@ -17,8 +17,8 @@
|
||||||
"tray",
|
"tray",
|
||||||
"battery",
|
"battery",
|
||||||
"power-profiles-daemon",
|
"power-profiles-daemon",
|
||||||
"backlight",
|
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
|
"backlight",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network"
|
"network"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -85,8 +85,8 @@
|
||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon} ",
|
"format": "{icon} ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": " ",
|
"activated": "",
|
||||||
"deactivated": " "
|
"deactivated": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@ tooltip {
|
||||||
}
|
}
|
||||||
|
|
||||||
#language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery,
|
#language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery,
|
||||||
#power-profiles-daemon, #pulseaudio, #network, #backlight, #temperature,
|
#pulseaudio, #network, #backlight, #temperature {
|
||||||
#idle_inhibitor {
|
|
||||||
background-color: @bg-darker-color;
|
background-color: @bg-darker-color;
|
||||||
color: @fg-color;
|
color: @fg-color;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|
@ -39,6 +38,13 @@ tooltip {
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#power-profiles-daemon, #idle_inhibitor {
|
||||||
|
background-color: @bg-darker-color;
|
||||||
|
padding: 0px 10px 0px 14px;
|
||||||
|
}
|
||||||
|
#power-profiles-daemon { border-radius: 16px 0 0 16px; margin: 5px 0 5px 5px; }
|
||||||
|
#idle_inhibitor { border-radius: 0 16px 16px 0; margin: 5px 5px 5px 0; }
|
||||||
|
|
||||||
#network, #backlight { color: @blue; }
|
#network, #backlight { color: @blue; }
|
||||||
#cpu, #pulseaudio, #memory, #clock, #temperature { color: @active-bg-color; }
|
#cpu, #pulseaudio, #memory, #clock, #temperature { color: @active-bg-color; }
|
||||||
#language { color: @red; }
|
#language { color: @red; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue