2023-06-30 18:47:01 +00:00
|
|
|
{
|
|
|
|
"layer": "top",
|
|
|
|
"position": "bottom",
|
|
|
|
"height": 24,
|
2023-07-01 11:05:41 +00:00
|
|
|
"spacing": 6,
|
2023-06-30 18:47:01 +00:00
|
|
|
"modules-left": [
|
2023-09-10 19:41:00 +00:00
|
|
|
"hyprland/workspaces"
|
2023-06-30 18:47:01 +00:00
|
|
|
],
|
|
|
|
"modules-center": [
|
|
|
|
],
|
|
|
|
"modules-right": [
|
|
|
|
"network",
|
|
|
|
"temperature",
|
2023-07-01 11:05:41 +00:00
|
|
|
"cpu",
|
2023-06-30 18:47:01 +00:00
|
|
|
"memory",
|
|
|
|
"custom/pacman",
|
2024-01-30 19:03:07 +00:00
|
|
|
"custom/status",
|
2023-06-30 18:47:01 +00:00
|
|
|
"custom/weather",
|
|
|
|
"clock",
|
|
|
|
"tray"
|
|
|
|
],
|
2023-09-10 19:41:00 +00:00
|
|
|
"hyprland/workspaces": {
|
2023-06-30 18:47:01 +00:00
|
|
|
"on-click": "activate",
|
|
|
|
"all-outputs": true,
|
|
|
|
"sort-by-number": true,
|
|
|
|
},
|
|
|
|
"hyprland/window": {
|
|
|
|
"max-length": 128
|
|
|
|
},
|
|
|
|
"clock": {
|
2023-07-01 11:05:41 +00:00
|
|
|
"interval": 1,
|
|
|
|
"format": " {:%Y-%m-%d %H:%M:%S}",
|
2023-06-30 18:47:01 +00:00
|
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
|
|
|
},
|
2023-07-01 11:05:41 +00:00
|
|
|
"cpu": {
|
2024-01-30 19:03:07 +00:00
|
|
|
"format": " {usage}%"
|
2023-07-01 11:05:41 +00:00
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"format": " {percentage}%"
|
|
|
|
},
|
|
|
|
"network": {
|
|
|
|
"format": " {ipaddr}"
|
|
|
|
},
|
|
|
|
"temperature": {
|
|
|
|
"format": " {temperatureC}°C"
|
|
|
|
},
|
2023-06-30 18:47:01 +00:00
|
|
|
"tray": {
|
|
|
|
"spacing": 4
|
|
|
|
},
|
|
|
|
"custom/pacman": {
|
2024-01-30 19:03:07 +00:00
|
|
|
"format": " {}",
|
2023-06-30 18:47:01 +00:00
|
|
|
"interval": 3600,
|
2023-07-01 18:14:41 +00:00
|
|
|
"exec": "~/.config/waybar/custom/pacman",
|
2023-07-06 21:38:19 +00:00
|
|
|
"on-click": "alacritty -e 'archlinux-update'",
|
2023-07-01 18:14:41 +00:00
|
|
|
"return-type": "json",
|
2023-06-30 18:47:01 +00:00
|
|
|
"signal": 8
|
|
|
|
},
|
|
|
|
"custom/weather": {
|
2023-07-01 18:14:41 +00:00
|
|
|
"exec": "~/.config/waybar/custom/weather",
|
2023-09-10 19:41:00 +00:00
|
|
|
"on-click": "xdg-open 'https://www.wetter.com/deutschland/oranienburg/DE0007983.html'",
|
2023-06-30 18:47:01 +00:00
|
|
|
"return-type": "json",
|
|
|
|
"format": "{}",
|
|
|
|
"tooltip": true,
|
|
|
|
"interval": 1200
|
2024-01-30 19:03:07 +00:00
|
|
|
},
|
|
|
|
"custom/status": {
|
|
|
|
"format": " {}",
|
|
|
|
"exec": "~/.config/waybar/custom/status-serguzim-net",
|
|
|
|
"on-click": "xdg-open 'https://status.serguzim.net'",
|
|
|
|
"return-type": "json",
|
|
|
|
"tooltip": true,
|
|
|
|
"interval": 500
|
2023-06-30 18:47:01 +00:00
|
|
|
}
|
|
|
|
}
|