/* ---- 💫 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/arch",
"custom/separator#blank_2",
"hyprland/workspaces#rw",
"custom/separator#blank_2",
// "mpris",
"custom/swaync",
"tray",
],
"modules-center": [
"clock",
"idle_inhibitor",
],
"modules-right": [
"group/motherboard",
"custom/separator#blank_2",
"group/laptop",
"custom/separator#blank_2",
"group/audio",
],
"custom/arch": {
"format":" ",
"tooltip": false,
"on-click": "rofi -show drun"
},
"clock": {
"format": "{:%A %d.%m.%Y - %H:%M}",
"tooltip-format": "{:%Y %B}\n{calendar}",
"calendar-weeks-pos": "right",
"today-format": "{}",
"format-calendar": "{}",
"format-calendar-weeks": "W{:%V}",
"format-calendar-weekdays": "{}",
"on-scroll": {
"calendar": 1
}
},
}