Regenerated

This commit is contained in:
2026-04-03 19:33:15 +02:00
parent 5f53660c94
commit ad82aed825
3 changed files with 346 additions and 352 deletions
+318 -320
View File
File diff suppressed because it is too large Load Diff
+14 -16
View File
@@ -2663,18 +2663,6 @@ These are config files for waybar
//"modules-left": ["hyprland/window"],
"group/workspace": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"hyprland/workspaces",
"custom/hypr-workspaces"
]
},
"modules-center": [
"hyprland/workspaces",
"custom/hypr-workspaces"
@@ -2685,14 +2673,24 @@ These are config files for waybar
"pulseaudio",
"network",
"custom/bluetooth",
// "cpu",
// "memory",
// "temperature",
"battery",
"tray",
"clock"
],
"group/hardware": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"cpu",
"memory",
"temperature",
"battery",
]
},
"custom/hypr-workspaces": {
"format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
+14 -16
View File
@@ -4,18 +4,6 @@
//"modules-left": ["hyprland/window"],
"group/workspace": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"hyprland/workspaces",
"custom/hypr-workspaces"
]
},
"modules-center": [
"hyprland/workspaces",
"custom/hypr-workspaces"
@@ -26,14 +14,24 @@
"pulseaudio",
"network",
"custom/bluetooth",
// "cpu",
// "memory",
// "temperature",
"battery",
"tray",
"clock"
],
"group/hardware": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"cpu",
"memory",
"temperature",
"battery",
]
},
"custom/hypr-workspaces": {
"format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",