waybar: Use the same icons in sway as bspwm

This makes our setup more consistent across the two environments, useful
when switching between them. Note that sway is not a replacement for
bspwm due to how it handles fcitx input with kitty and how it has
built-in vsync.
This commit is contained in:
Donovan Glover 2022-04-12 13:36:55 -04:00
parent 4156c1fb23
commit 3504314379
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,6 +3,22 @@
"modules-left": ["sway/workspaces", "sway/mode", "tray"],
"modules-center": ["sway/window"],
"modules-right": ["pulseaudio", "network", "backlight", "memory", "battery", "clock"],
"sway/workspaces": {
"format": "{icon}",
"on-click": "activate",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "五",
"6": "六",
"7": "七",
"8": "八",
"9": "九",
"10": "十"
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},