41 lines
707 B
Plaintext
Executable File
41 lines
707 B
Plaintext
Executable File
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
|
|
// ### Minimal - Long ### //
|
|
|
|
{
|
|
"include": "~/.config/waybar/modules",
|
|
"layer": "top",
|
|
//"mode": "dock",
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"position": "top",
|
|
"spacing": 6,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-top": 3,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
|
|
"modules-left": [
|
|
"custom/menu",
|
|
"custom/separator#blank_2",
|
|
"hyprland/workspaces#pacman",
|
|
"custom/separator#blank_2",
|
|
"mpris",
|
|
"custom/swaync",
|
|
"tray",
|
|
],
|
|
"modules-center": [
|
|
"clock",
|
|
],
|
|
"modules-right": [
|
|
"group/motherboard",
|
|
"custom/separator#blank_2",
|
|
"group/laptop",
|
|
"custom/separator#blank_2",
|
|
"group/audio",
|
|
"custom/separator#blank_2",
|
|
"custom/power",
|
|
],
|
|
|
|
} |