Manipulate waybar a bit more to reach parity with my old polybar setup
This commit is contained in:
parent
737dd52eaf
commit
188486ff0c
@ -36,8 +36,8 @@ workspace $w9 output $monsec
|
||||
## WINDOW RULES
|
||||
for_window {
|
||||
[app_id="org.mozilla.firefox"] move container to workspace $w1
|
||||
[app_id="org.keepassxc.KeePassXC"] move container to workspace $w7
|
||||
[app_id="org.mozilla.Thunderbird"] move container to workspace $w8
|
||||
[app_id="org.mozilla.Thunderbird"] move container to workspace $w7
|
||||
[app_id="org.keepassxc.KeePassXC"] move container to workspace $w8
|
||||
[app_id="com.discordapp.Discord"] move container to workspace $w9
|
||||
[app_id="com.discordapp.Discord"] inhibit_idle visible
|
||||
[class="Element"] move container to workspace $w9
|
||||
|
@ -2,8 +2,8 @@
|
||||
"layer": "top",
|
||||
"height": 40,
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["tray"],
|
||||
"modules-right": ["mpris", "idle_inhibitor", "pulseaudio", "battery", "clock"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpris", "idle_inhibitor", "pulseaudio", "backlight", "battery", "tray"],
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"persistent_workspaces": {
|
||||
@ -46,6 +46,10 @@
|
||||
"format-plugged": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", ""]
|
||||
},
|
||||
"mpris": {
|
||||
"interval": 1,
|
||||
"format": "{player_icon}",
|
||||
|
@ -48,6 +48,9 @@ window#waybar {
|
||||
padding: 0 1em;
|
||||
color: #ebdbb2;
|
||||
}
|
||||
#tray {
|
||||
padding: 0 1em;
|
||||
}
|
||||
#mpris {
|
||||
padding: 0 1em;
|
||||
}
|
||||
@ -69,6 +72,10 @@ window#waybar {
|
||||
#idle_inhibitor.activated {
|
||||
background: #fb4934;
|
||||
}
|
||||
#backlight {
|
||||
padding: 0 1em;
|
||||
color: #fabd2f;
|
||||
}
|
||||
#battery {
|
||||
padding: 0 1em;
|
||||
}
|
||||
@ -85,7 +92,6 @@ window#waybar {
|
||||
color: #fb4934;
|
||||
}
|
||||
#clock {
|
||||
border-left: 1px solid #32302f;
|
||||
color: #ebdbb2;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user