26 lines
394 B
Plaintext
26 lines
394 B
Plaintext
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"modules-left": [
|
|
"hyprland/workspaces"
|
|
],
|
|
"modules-center": [
|
|
"clock"
|
|
],
|
|
"modules-right": [
|
|
"group/hardware",
|
|
"custom/updates",
|
|
"wireplumber",
|
|
],
|
|
"group/hardware": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"cpu",
|
|
"custom/gpu",
|
|
"temperature",
|
|
"memory",
|
|
"disk",
|
|
],
|
|
},
|
|
"include": "~/.config/waybar/modules.jsonc",
|
|
} |