27 lines
413 B
Plaintext
Raw Normal View History

2024-03-05 12:28:48 +00:00
{
"layer": "top",
2024-03-07 12:09:05 +00:00
"position": "top",
2024-03-05 12:28:48 +00:00
"modules-left": [
"hyprland/workspaces",
],
"modules-center": [],
"modules-right": [
2024-03-09 21:03:35 +00:00
"group/hardware",
2024-03-05 12:28:48 +00:00
"custom/updates",
"wireplumber",
"clock",
],
2024-03-07 12:09:05 +00:00
"group/hardware": {
"orientation": "horizontal",
"modules": [
"cpu",
"custom/gpu",
"memory",
"disk",
"network#up",
"network#down",
],
},
2024-03-05 12:28:48 +00:00
"include": "~/.config/waybar/modules.jsonc",
}