Files
.dotfiles/.config/waybar/config.jsonc
2025-10-17 00:58:04 +02:00

63 lines
2.1 KiB
JSON

{
"position": "top",
"modules-left": ["niri/workspaces"],
"modules-center": ["niri/window"],
"modules-right": [
"tray",
"network",
"pulseaudio",
"battery",
"clock",
"custom/swaync",
"custom/logout",
],
"clock": {
"format": "<span foreground='#f5c2e7'> </span>{:%a %d %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"on-click": "gnome-calendar",
},
"custom/swaync": {
"format": "<span size='13000' foreground='#a6e3a1'>\uf0f3</span>",
"on-click": "swaync-client -t",
},
"custom/logout": {
"format": "<span size='13000' foreground='#a6e3a1'>\uf011</span>",
"on-click": "wlogout -b 4",
},
"battery": {
"states": {
"warning": 30,
"critical": 15,
},
"format": "<span size='13000' foreground='#a6e3a1'>{icon} </span> {capacity}%",
"format-warning": "<span size='13000' foreground='#B1E3AD'>{icon} </span> {capacity}%",
"format-critical": "<span size='13000' foreground='#E38C8F'>{icon} </span> {capacity}%",
"format-charging": "<span size='13000' foreground='#B1E3AD'> </span>{capacity}%",
"format-plugged": "<span size='13000' foreground='#B1E3AD'> </span>{capacity}%",
"format-alt": "<span size='13000' foreground='#B1E3AD'>{icon} </span> {time}",
"format-full": "<span size='13000' foreground='#B1E3AD'> </span>{capacity}%",
"format-icons": ["", "", "", "", ""],
"tooltip-format": "{time}",
},
"network": {
"format-wifi": "<span size='13000' foreground='#f5e0dc'> </span>{essid}",
"format-ethernet": "<span size='13000' foreground='#f5e0dc'>\uf796 </span> {ifname}",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "<span size='13000' foreground='#f5e0dc'> </span>Disconnected",
"tooltip-format-wifi": "Signal Strenght: {signalStrength}%",
"on-click": "nm-connection-editor",
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "\uf6a9 Mute",
"format-icons": {
"default": ["", "", ""],
},
"on-click": "pavucontrol",
},
"tray": {
"show-passive-items": true,
"spacing": 12,
},
}