home/.config/waybar/config.jsonc

23 lines
353 B
Plaintext
Raw Normal View History

2024-04-19 17:43:00 +02:00
{
"layer": "top",
"position": "bottom",
"modules-left": [],
"modules-center": [],
"modules-right": [
"group/hardware",
"custom/updates",
"wireplumber",
"clock",
],
"group/hardware": {
"orientation": "horizontal",
"modules": [
"cpu",
"custom/gpu",
"memory",
"disk",
],
},
"include": "~/.config/waybar/modules.jsonc",
}