Regenerated
This commit is contained in:
+318
-320
File diff suppressed because it is too large
Load Diff
+14
-16
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user