40 lines
No EOL
862 B
Text
40 lines
No EOL
862 B
Text
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
//* ............................................*/
|
|
//* .............CHRYSANTHEMUM.......................*/
|
|
//* ............................................*/
|
|
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
|
|
{
|
|
"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": "bottom",
|
|
"spacing": 5,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-left": 5,
|
|
"margin-right": 5,
|
|
"margin-top": 0,
|
|
|
|
"modules-left": [
|
|
"clock#5",
|
|
"mpris",
|
|
"tray",
|
|
"custom/swaync"
|
|
],
|
|
|
|
"modules-center": ["hyprland/workspaces"],
|
|
|
|
"modules-right": [
|
|
"pulseaudio#1",
|
|
"backlight#2",
|
|
"battery"],
|
|
|
|
} |