configs/waybar: move tray from right to left

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-01-07 14:34:23 +03:00
parent 8c7bae390d
commit 5e939a07cc
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -1,9 +1,9 @@
{ {
"height": 38, "height": 38,
"position": "top", "position": "top",
"modules-left": ["sway/workspaces", "sway/mode"], "modules-left": ["sway/workspaces", "tray","sway/mode"],
"modules-center": [], "modules-center": [],
"modules-right": ["tray", "idle_inhibitor", "cpu", "memory", "wireplumber", "battery", "sway/language", "clock"], "modules-right": ["idle_inhibitor", "cpu", "memory", "wireplumber", "battery", "sway/language", "clock"],
"sway/mode": { "sway/mode": {
"format": "<span style=\"italic\">{}</span>" "format": "<span style=\"italic\">{}</span>"
}, },