add waybar

This commit is contained in:
Guillaume Vern
2025-11-24 20:10:10 +01:00
parent a9a293a365
commit 844703d360
99 changed files with 17146 additions and 1 deletions
+49
View File
@@ -0,0 +1,49 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### Custom ### //
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
"$HOME/.config/waybar/UserModules",
],
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 6,
"fixed-center": true,
"ipc": true,
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
"modules-left": [
"custom/menu",
"custom/light_dark",
"custom/cycle_wall",
"hyprland/workspaces#pacman",
"custom/swaync",
"network#speed",
"mpris",
"wlr/taskbar",
],
"modules-center": [
"hyprland/window",
],
"modules-right": [
"tray",
"custom/cava_mviz",
"mpris",
"group/mobo_drawer",
"group/laptop",
"wireplumber",
"clock",
"custom/power",
],
}