36 lines
578 B
Plaintext
36 lines
578 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": false,
|
||
|
"ipc": true,
|
||
|
"margin-top": 5,
|
||
|
//"margin-bottom": 5,
|
||
|
"width": 1000,
|
||
|
|
||
|
"modules-left": [
|
||
|
"clock#5",
|
||
|
"mpris",
|
||
|
"tray",
|
||
|
"group/notify"
|
||
|
],
|
||
|
|
||
|
"modules-center": ["hyprland/workspaces#kanji"],
|
||
|
|
||
|
"modules-right": [
|
||
|
"pulseaudio#1",
|
||
|
"backlight#2",
|
||
|
"battery"
|
||
|
],
|
||
|
|
||
|
}
|