forked from extern/nix-config
waybar: Move tray to left side
Since the tray can have more than one icon, having it on the left makes it easier to see the time in the top right.
This commit is contained in:
parent
89b9d9f5c6
commit
e4c9f2eefb
@ -1,8 +1,8 @@
|
||||
{
|
||||
"height": 30,
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "tray"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["pulseaudio", "network", "backlight", "battery", "clock", "tray"],
|
||||
"modules-right": ["pulseaudio", "network", "backlight", "battery", "clock"],
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user