Files

83 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2025-06-06 11:12:31 -05:00
{
2026-08-02 15:36:32 -05:00
"layer": "top",
"position": "top",
"height": 26,
"spacing": 3,
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"clock"
],
"modules-right": [
2026-08-02 16:50:27 -05:00
"wireplumber#sink",
"wireplumber#source",
2026-08-02 15:36:32 -05:00
"group/bat",
"group/net"
],
"group/bat": {
"orientation": "horizontal",
"modules": [
"battery"
]
},
"group/net": {
"orientation": "horizontal",
"modules": [
"network"
]
},
"hyprland/workspaces": {
"format": "{name}",
"sort-by-number": true,
"persistent-workspaces": {}
},
"clock": {
"format": "{:%d.%m.%Y | %H:%M:%S}",
"interval": 1
},
2026-08-02 16:44:59 -05:00
"wireplumber#sink": {
2026-08-02 18:01:34 -05:00
"format": "󰕾 {volume}%",
"format-muted": "󰖁 {volume}%",
2026-08-02 16:44:59 -05:00
"on-click": "~/.config/waybar/scripts/select-sink.sh",
"on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"scroll-step": 5
},
"wireplumber#source": {
"node-type": "Audio/Source",
2026-08-02 18:01:34 -05:00
"format": "󰍬 {volume}%",
"format-muted": "󰍭 {volume}%",
2026-08-02 16:44:59 -05:00
"on-click": "~/.config/waybar/scripts/select-source.sh",
"on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
2026-08-02 15:36:32 -05:00
"scroll-step": 5
},
"battery": {
"bat": "BAT0",
"interval": 60,
2026-08-02 16:44:59 -05:00
"format": "{icon} {capacity}%",
2026-08-02 15:36:32 -05:00
"format-icons": [
"\uf244",
"\uf243",
"\uf242",
"\uf241",
"\uf240"
]
},
"network": {
"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
}