Moves from i3 to hypr

This commit is contained in:
Michel 2025-01-19 18:54:38 +01:00
parent 6f069d32e1
commit a186edca69
380 changed files with 23450 additions and 27796 deletions

View file

@ -0,0 +1,47 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### Minimal - Long ### //
{
"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": 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",
"idle_inhibitor",
],
"modules-right": [
"group/mobo_drawer",
"custom/separator#blank_2",
"group/laptop",
"custom/separator#blank_2",
"group/audio",
"custom/separator#blank_2",
"custom/power",
],
}