26 lines
377 B
Plaintext
Raw Normal View History

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