26 lines
394 B
JSON
Raw Normal View History

2024-03-05 13:28:48 +01:00
{
"layer": "top",
2024-05-31 13:04:39 +02:00
"position": "top",
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"clock"
],
2024-03-05 13:28:48 +01:00
"modules-right": [
2024-03-09 22:03:35 +01:00
"group/hardware",
2024-03-05 13:28:48 +01:00
"custom/updates",
"wireplumber",
],
2024-03-07 13:09:05 +01:00
"group/hardware": {
"orientation": "horizontal",
"modules": [
"cpu",
"custom/gpu",
2024-07-15 15:59:55 +02:00
"temperature",
2024-03-07 13:09:05 +01:00
"memory",
"disk",
],
},
2024-03-05 13:28:48 +01:00
"include": "~/.config/waybar/modules.jsonc",
2024-07-15 15:59:55 +02:00
}