34 lines
569 B
Plaintext
34 lines
569 B
Plaintext
{
|
|
"include": [
|
|
"$HOME/.config/waybar/Modules",
|
|
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
"$HOME/.config/waybar/ModulesCustom",
|
|
"$HOME/.config/waybar/ModulesGroups",
|
|
],
|
|
"layer": "top",
|
|
//"mode": "dock",
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"position": "top",
|
|
"spacing": 5,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-left": 5,
|
|
"margin-right": 5,
|
|
"margin-top": 0,
|
|
|
|
"modules-left": [
|
|
"clock#5",
|
|
"mpris",
|
|
"tray",
|
|
"group/notify"
|
|
],
|
|
|
|
"modules-center": ["hyprland/workspaces"],
|
|
|
|
"modules-right": [
|
|
"pulseaudio#1",
|
|
"backlight#2",
|
|
"battery"],
|
|
|
|
} |