Clean waybar setup

This commit is contained in:
Michel Fedde 2025-02-12 21:29:35 +01:00
parent 4a5310c182
commit f700aa5ba9
75 changed files with 252 additions and 12452 deletions

View file

@ -1 +0,0 @@
/home/michel/.config/waybar/configs/[TOP] Default_Me

49
.config/waybar/config Normal file
View file

@ -0,0 +1,49 @@
{
"include": [
"$HOME/.config/waybar/Modules.json",
"$HOME/.config/waybar/ModulesWorkspaces.json",
"$HOME/.config/waybar/ModulesCustom.json",
"$HOME/.config/waybar/ModulesGroups.json",
],
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 3,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"group/app_drawer",
"custom/separator#dot-line",
"group/mobo_drawer",
"custom/separator#line",
"custom/weather",
],
"modules-center": [
"custom/swaync",
"custom/cava_mviz",
"custom/separator#dot-line",
"clock",
"custom/separator#line",
"hyprland/workspaces#rw",
"custom/separator#dot-line",
"idle_inhibitor",
"custom/hint",
],
"modules-right": [
"network#speed",
"group/laptop",
"custom/separator#line",
"tray",
"mpris",
"group/audio#pulsecontrol",
"custom/separator#dot-line",
"group/status",
],
}