Move inhibitor to the right
This commit is contained in:
parent
5c4a03900d
commit
ba197b44e5
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"modules-left": ["sway/workspaces", "sway/mode", "idle_inhibitor"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": ["tray"],
|
"modules-center": ["tray"],
|
||||||
"modules-right": ["mpris", "pulseaudio", "battery", "clock"],
|
"modules-right": ["idle_inhibitor", "mpris", "pulseaudio", "battery", "clock"],
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"persistent_workspaces": {
|
"persistent_workspaces": {
|
||||||
|
@ -60,13 +60,14 @@ window#waybar {
|
|||||||
color: #282828;
|
color: #282828;
|
||||||
}
|
}
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
|
color: #282828;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
#idle_inhibitor.deactivated {
|
#idle_inhibitor.deactivated {
|
||||||
color: #32302f;
|
background: #32302f;
|
||||||
}
|
}
|
||||||
#idle_inhibitor.activated {
|
#idle_inhibitor.activated {
|
||||||
color: #fb4934;
|
background: #fb4934;
|
||||||
}
|
}
|
||||||
#battery {
|
#battery {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user