1
0
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:
Donovan Glover 2022-03-24 16:24:29 -04:00
parent 89b9d9f5c6
commit e4c9f2eefb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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>"
},