35 lines
489 B
Plaintext
35 lines
489 B
Plaintext
|
|
{
|
||
|
|
"include": "~/.config/dotfiles/waybar/modules",
|
||
|
|
"layer": "top",
|
||
|
|
"exclusive": true,
|
||
|
|
"passthrough": false,
|
||
|
|
"position": "top",
|
||
|
|
"spacing": 3,
|
||
|
|
"fixed-center": true,
|
||
|
|
"ipc": true,
|
||
|
|
"margin-top": 0,
|
||
|
|
"margin-left": 0,
|
||
|
|
"margin-right": 0,
|
||
|
|
"margin-bottom": 0,
|
||
|
|
|
||
|
|
"modules-left": [
|
||
|
|
"hyprland/workspaces",
|
||
|
|
"clock",
|
||
|
|
"custom/cava",
|
||
|
|
"mpris"
|
||
|
|
],
|
||
|
|
|
||
|
|
"modules-center": [
|
||
|
|
"hyprland/window"
|
||
|
|
],
|
||
|
|
|
||
|
|
"modules-right": [
|
||
|
|
"wlr/taskbar",
|
||
|
|
"cpu",
|
||
|
|
"temperature",
|
||
|
|
"memory",
|
||
|
|
"custom/swaync",
|
||
|
|
"pulseaudio"
|
||
|
|
]
|
||
|
|
}
|