Files
niri-beyond-glass/config/waybar/config.jsonc
T
2026-07-27 13:39:29 +08:00

57 lines
1.4 KiB
JSON

{
"layer": "top",
"position": "top",
"height": 36,
"spacing": 6,
"margin-top": 6,
"margin-left": 8,
"margin-right": 8,
"modules-left": ["custom/launcher"],
"modules-center": [],
"modules-right": ["tray", "network", "pulseaudio", "battery", "clock", "custom/lock", "custom/power"],
"custom/launcher": {
"format": " \uf141 ",
"tooltip": false,
"on-click": "fuzzel"
},
"tray": {
"icon-size": 17,
"spacing": 8
},
"network": {
"format-wifi": "\uf1eb {signalStrength}%",
"format-ethernet": "\uf1e6",
"format-disconnected": "\uf071",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "\uf026",
"format-icons": ["\uf026", "\uf027", "\uf028"],
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"tooltip": false
},
"battery": {
"states": {"warning": 30, "critical": 15},
"format": "{icon} {capacity}%",
"format-charging": "\uf0e7 {capacity}%",
"format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"],
"tooltip": false
},
"clock": {
"interval": 1,
"format": "{:%m月%d日 %H:%M}",
"tooltip-format": "<tt>{calendar}</tt>"
},
"custom/lock": {
"format": "\uf023",
"tooltip": false,
"on-click": "swaylock -f"
},
"custom/power": {
"format": "\uf011",
"tooltip": false,
"on-click": "wlogout"
}
}