mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-17 11:28:30 +01:00
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:
parent
4156c1fb23
commit
3504314379
@ -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>"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user