112 lines
3.2 KiB
Plaintext
112 lines
3.2 KiB
Plaintext
{
|
|
"modules-left": ["hyprland/workspaces"],
|
|
"modules-center": ["clock","custom/weather"],
|
|
"modules-right": ["tray","custom/scratchpad-indicator","memory","cpu","pulseaudio","custom/power"],
|
|
|
|
"sway/mode": {
|
|
"format": "<span style=\"italic\">{}</span>"
|
|
},
|
|
"network": {
|
|
"format-wifi": "{essid} ({signalStrength}%) ",
|
|
"format-ethernet": "{ifname} ",
|
|
"format-disconnected": "",
|
|
"max-length": 50,
|
|
"on-click": "kitty -e 'nmtui'"
|
|
},
|
|
"battery": {
|
|
"interval": 10,
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
// Connected to AC
|
|
"format": " {icon} {capacity}%", // Icon: bolt
|
|
// Not connected to AC
|
|
"format-discharging": "{icon} {capacity}%",
|
|
"format-icons": [
|
|
"", // Icon: battery-full
|
|
"", // Icon: battery-three-quarters
|
|
"", // Icon: battery-half
|
|
"", // Icon: battery-quarter
|
|
"" // Icon: battery-empty
|
|
],
|
|
"tooltip": true
|
|
},
|
|
"tray": {
|
|
"icon-size": 15,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
// "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
// "format-alt": "{:%A, %H:%M}"
|
|
"format": "{:%a %H:%M}",
|
|
"on-click": "gnome-calendar",
|
|
"tooltip-format": "{:%d.%m.%Y}",
|
|
"interval": 60
|
|
},
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"on-click": "activate",
|
|
"on-scroll-up": "hyprctl dispatch workspace -1",
|
|
"on-scroll-down": "hyprctl dispatch workspace +1",
|
|
"format-icons": {
|
|
"active": "",
|
|
"urgent": "",
|
|
"default": ""
|
|
},
|
|
"persistent-workspaces": {
|
|
"*": [ 1,2 ]
|
|
}
|
|
},
|
|
"custom/weather": {
|
|
"format": "{}",
|
|
"tooltip": true,
|
|
"interval": 1800,
|
|
"exec": "$HOME/.config/waybar/scripts/weather.py",
|
|
"return-type": "json"
|
|
},
|
|
"memory": {
|
|
"interval": 30,
|
|
"format": " {used:0.1f}GB",
|
|
"max-length": 10,
|
|
"tooltip": false
|
|
},
|
|
"cpu": {
|
|
"interval": 10,
|
|
"format": "{usage}%",
|
|
"max-length": 10,
|
|
"tooltip": false
|
|
},
|
|
"temperature": {
|
|
"thermal-zone": 1,
|
|
"format": "",
|
|
"format-alt-click": "click-right",
|
|
"format-alt": " {temperatureC}°C",
|
|
"critical-threshold": 70,
|
|
"format-critical": " {temperatureC}°C",
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{volume}% {icon} ",
|
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
|
"format-bluetooth-muted": " {icon} {format_source}",
|
|
"format-muted": "0% {icon} ",
|
|
"format-source": "{volume}% ",
|
|
"format-source-muted": "",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"custom/power": {
|
|
"format": " ",
|
|
"on-click": "wlogout",
|
|
"tooltip": false
|
|
}
|
|
}
|