83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
{
|
|
"spacing": 18,
|
|
"margin-top": 20,
|
|
|
|
"modules-center": [
|
|
"clock",
|
|
"hyprland/workspaces",
|
|
"pulseaudio",
|
|
"custom/network",
|
|
"battery",
|
|
],
|
|
|
|
"clock": {
|
|
"interval": 60,
|
|
"format": "{:%H:%M}",
|
|
"tooltip": false,
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "{name}",
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"6": "",
|
|
"7": "",
|
|
"8": "",
|
|
"9": "",
|
|
"10": "",
|
|
|
|
"active": "",
|
|
"default": "",
|
|
},
|
|
"persistent-workspaces": {
|
|
"eDP-1": ["1", "2", "3", "4", "5"],
|
|
},
|
|
"on-click": "activate",
|
|
"on-scroll-down": "hyprctl dispatch workspace e+1",
|
|
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "{volume}% {icon}",
|
|
"format-bluetooth": "{volume}% {icon}",
|
|
"format-muted": "Muted ",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"phone-muted": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""],
|
|
},
|
|
"scroll-step": 1,
|
|
"on-click": "pavucontrol",
|
|
"ignored-sinks": ["Easy Effects Sink"],
|
|
},
|
|
|
|
"custom/network": {
|
|
"exec": "~/.config/waybar/scripts/network.sh",
|
|
"return-type": "json",
|
|
"interval": 1,
|
|
"format": "{}",
|
|
"tooltip": false,
|
|
"max-length": 50,
|
|
"on-click": "~/.config/rofi/wifi/wifi.sh &",
|
|
"on-click-right": "~/.config/rofi/wifi/wifinew.sh &",
|
|
"tooltip": false,
|
|
},
|
|
|
|
"battery": {
|
|
"format": "{capacity}",
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15,
|
|
},
|
|
},
|
|
}
|