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
@@ -0,0 +1,38 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### Minimal -SHORT ### //
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
"$HOME/.config/waybar/UserModules",
],
"layer": "top",
"position": "top",
"width": 1050,
"margin-top": 3,
"modules-left": [
"clock",
"custom/weather",
],
"modules-center": [
"hyprland/workspaces#roman"
],
"modules-right": [
"custom/menu",
"tray",
"group/notify",
"mpris",
"network",
"bluetooth",
"backlight",
"pulseaudio",
"battery",
"custom/power"],
}