29 lines
448 B
Plaintext
Raw Normal View History

2024-03-05 12:28:48 +00:00
{
"layer": "top",
2024-03-21 15:10:24 +00:00
"position": "bottom",
2024-03-05 12:28:48 +00:00
"modules-left": [
2024-03-21 15:10:24 +00:00
"custom/os",
2024-03-05 12:28:48 +00:00
"hyprland/workspaces",
2024-03-21 17:26:30 +00:00
"wlr/taskbar",
2024-03-05 12:28:48 +00:00
],
"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",
}