mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
configs/waybar: move tray from right to left
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
8c7bae390d
commit
5e939a07cc
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"height": 38,
|
||||
"position": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-left": ["sway/workspaces", "tray","sway/mode"],
|
||||
"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": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue