up su Gitea

This commit is contained in:
2026-04-19 17:07:18 +02:00
parent e78ce720bb
commit fe54b28378
298 changed files with 23460 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* My Mostly Used waybar config incase you wonder :) */
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
],
"layer": "bottom",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 3,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
//"idle_inhibitor",
//"custom/separator#blank",
"custom/archicon",
"clock",
"custom/separator#blank",
"hyprland/workspaces#rw"
// "custom/separator#blank"
// "hyprland/window",
],
"modules-center": [
// "wlr/taskbar",
"mpris",
"cava",
],
"modules-right": [
//"mpris",
//"custom/separator#dot-line",
"group/mobo_drawer",
// "battery",
// "custom/separator#blank",
"group/connections",
// "network",
// "bluetooth",
"group/audio",
// "custom/separator#blank",
// "backlight",
"tray",
// "clock",
"group/notify",
"custom/power",
],
}