27 lines
401 B
JSON
Raw Normal View History

2024-03-05 13:28:48 +01:00
{
"layer": "top",
2025-01-24 11:04:56 +01:00
"position": "bottom",
2024-05-31 13:04:39 +02:00
"modules-left": [
2025-01-24 11:04:56 +01:00
"custom/os",
"hyprland/window"
2024-05-31 13:04:39 +02:00
],
"modules-center": [
],
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
"wireplumber",
2025-01-24 11:04:56 +01:00
"clock"
2024-03-05 13:28:48 +01:00
],
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",
2025-01-24 11:04:56 +01:00
"network"
2024-03-07 13:09:05 +01:00
],
},
2024-03-05 13:28:48 +01:00
"include": "~/.config/waybar/modules.jsonc",
2024-07-15 15:59:55 +02:00
}