feat(waybar): move custom\pacman module in group-system

This commit is contained in:
2025-09-19 16:24:21 +02:00
parent 4df06b6d77
commit 264aecaf3c
2 changed files with 10 additions and 31 deletions

View File

@@ -8,7 +8,6 @@
"modules-left": ["sway/workspaces", "sway/mode", "mpris"],
"modules-center": ["clock"],
"modules-right": [
"custom/pacman",
"privacy",
"group/system",
"group/misc",
@@ -16,7 +15,7 @@
],
"group/system": {
"orientation": "inherit",
"modules": ["memory", "disk", "cpu"]
"modules": ["custom/pacman", "memory", "disk", "cpu"]
},
"group/misc": {
"orientation": "inherit",