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,41 @@
//* ----------- 💫 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",
"$HOME/.config/waybar/UserModules",
],
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 5,
"fixed-center": true,
"ipc": true,
"margin-left": 5,
"margin-right": 5,
"margin-top": 0,
"modules-left": [
"clock#5",
"mpris",
"tray",
"group/notify"
],
"modules-center": ["hyprland/workspaces"],
"modules-right": [
"pulseaudio#1",
"backlight#2",
"battery"],
}