Regenerated
This commit is contained in:
+311
-297
File diff suppressed because it is too large
Load Diff
+15
-1
@@ -2662,7 +2662,7 @@ These are config files for waybar
|
||||
"height": 34,
|
||||
|
||||
/*******************************************************************/
|
||||
"modules-left": [],
|
||||
"modules-left": ["hyprland/workspaces",],
|
||||
|
||||
"modules-center": [
|
||||
"group/myworkspaces",
|
||||
@@ -2754,6 +2754,20 @@ These are config files for waybar
|
||||
|
||||
/*******************************************************************/
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": ""
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 2
|
||||
},
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"show-special": true
|
||||
},
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"height": 34,
|
||||
|
||||
/*******************************************************************/
|
||||
"modules-left": [],
|
||||
"modules-left": ["hyprland/workspaces",],
|
||||
|
||||
"modules-center": [
|
||||
"group/myworkspaces",
|
||||
@@ -95,6 +95,20 @@
|
||||
|
||||
/*******************************************************************/
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": ""
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 2
|
||||
},
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"show-special": true
|
||||
},
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
|
||||
Reference in New Issue
Block a user