Files
laptop-config/roy-config/waybar/config
T

50 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-06-06 11:12:31 -05:00
{
"layer": "top",
"position": "top",
"height": 26,
"spacing": 3,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["wireplumber", "group/bat", "group/net"],
"group/bat": {
2026-03-31 00:37:40 -05:00
"orientation": "horizontal",
"modules": ["battery"]
2025-06-06 11:12:31 -05:00
},
"group/net": {
2026-03-31 00:37:40 -05:00
"orientation": "horizontal",
"modules": ["network"]
2025-06-06 11:12:31 -05:00
},
"hyprland/workspaces": {
2026-03-31 00:37:40 -05:00
"format": "{name}",
"sort-by-number": true,
"persistent-workspaces": {}
2025-06-06 11:12:31 -05:00
},
"clock": {
2026-03-31 00:37:40 -05:00
"format": "{:%d.%m.%Y | %H:%M:%S}",
"interval": 1
2025-06-06 11:12:31 -05:00
},
"wireplumber": {
2026-03-31 00:37:40 -05:00
"format": "\udb81\udd7e {volume}%",
"max-volume": 100,
"scroll-step": 5
2025-06-06 11:12:31 -05:00
},
"battery": {
2026-03-31 00:37:40 -05:00
"bat": "BAT0",
"interval": 60,
"format": "{icon} {capacity}%",
"format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"],
2025-06-06 11:12:31 -05:00
},
"network": {
2026-03-31 00:37:40 -05:00
"format": "",
"format-ethernet": "\udb83\udc9d ",
"format-wifi": "{icon} ",
"format-disconnected": "\udb83\udc9c ",
"format-icons": ["\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28"],
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}",
"tooltip-format-disconnected": "Disconnected",
}
2025-06-06 11:12:31 -05:00
}