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"],
|
//"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": [
|
"modules-center": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/hypr-workspaces"
|
"custom/hypr-workspaces"
|
||||||
@@ -2685,14 +2673,24 @@ These are config files for waybar
|
|||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"custom/bluetooth",
|
"custom/bluetooth",
|
||||||
// "cpu",
|
|
||||||
// "memory",
|
|
||||||
// "temperature",
|
|
||||||
"battery",
|
|
||||||
"tray",
|
"tray",
|
||||||
"clock"
|
"clock"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"group/hardware": {
|
||||||
|
"orientation": "horizontal",
|
||||||
|
"drawer": {
|
||||||
|
"transition-duration": 500,
|
||||||
|
"transition-left-to-right": false
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"cpu",
|
||||||
|
"memory",
|
||||||
|
"temperature",
|
||||||
|
"battery",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
"custom/hypr-workspaces": {
|
"custom/hypr-workspaces": {
|
||||||
"format": "{text}",
|
"format": "{text}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
|
|||||||
@@ -4,18 +4,6 @@
|
|||||||
|
|
||||||
//"modules-left": ["hyprland/window"],
|
//"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": [
|
"modules-center": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/hypr-workspaces"
|
"custom/hypr-workspaces"
|
||||||
@@ -26,14 +14,24 @@
|
|||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"custom/bluetooth",
|
"custom/bluetooth",
|
||||||
// "cpu",
|
|
||||||
// "memory",
|
|
||||||
// "temperature",
|
|
||||||
"battery",
|
|
||||||
"tray",
|
"tray",
|
||||||
"clock"
|
"clock"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"group/hardware": {
|
||||||
|
"orientation": "horizontal",
|
||||||
|
"drawer": {
|
||||||
|
"transition-duration": 500,
|
||||||
|
"transition-left-to-right": false
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"cpu",
|
||||||
|
"memory",
|
||||||
|
"temperature",
|
||||||
|
"battery",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
"custom/hypr-workspaces": {
|
"custom/hypr-workspaces": {
|
||||||
"format": "{text}",
|
"format": "{text}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user