Files
dotfiles/waybar/.config/waybar/config.jsonc
2025-08-02 01:21:35 +01:00

105 lines
2.5 KiB
JSON

{
"margin-top" : 5,
"margin-left": 10,
"margin-right": 10,
"height" : 30,
"modules-left": [
"hyprland/window"
],
"modules-center": [
"hyprland/workspaces",
],
"modules-right": [
"pulseaudio",
"network",
"custom",
"memory",
"cpu",
"temperature",
"battery",
"clock",
"tray",
],
// "custom": {
// "exec": ""
// },
"hyprland/window": {
"format": "{}",
"max-length": 35,
"rewrite": {
"": "fergus"
},
"separate-outputs": true,
},
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"warp-on-scroll": false,
"format": "{icon}",
"on-click": "activate",
"format-icons": {
"active": " ",
},
"sort-by-number": true,
"persistent-workspaces": {
"*": 4, // 4 workspaces by default on every monitor
},
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}% ",
"tooltip": false
},
"memory": {
"format": "{}%  "
},
"temperature": {
"thermal-zone": 3,
"critical-threshold": 80,
"format": "{temperatureC}°C",
"format-icons": ["", "", ""]
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-full": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"network": {
"format-wifi": " {signalStrength}%",
"format-ethernet": "{cidr}  ",
"tooltip-format": "{ifname} via {gwaddr}  ",
"format-linked": "{ifname} (No IP)  ",
"format-disconnected": " ⚠ ",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", " ", " "]
},
"on-click": "pwvucontrol"
},
"tray": {
"spacing": 10,
},
}