Regenerated
This commit is contained in:
+305
-333
File diff suppressed because it is too large
Load Diff
+9
-37
@@ -2665,11 +2665,11 @@ These are config files for waybar
|
||||
"modules-left": ["hyprland/workspaces",],
|
||||
|
||||
"modules-center": [
|
||||
"group/myworkspaces",
|
||||
"custom/spacer",
|
||||
"group/connections",
|
||||
"custom/spacer",
|
||||
"group/hardware"
|
||||
"custom/spacer"
|
||||
|
||||
],
|
||||
|
||||
@@ -2685,27 +2685,6 @@ These are config files for waybar
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/myworkspaces": {
|
||||
"class": "pill",
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/myworkspaces-anchor",
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/myworkspaces-anchor": {
|
||||
"format": "WS",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
/*******************************************************************/
|
||||
"group/hardware": {
|
||||
"class": "pill",
|
||||
@@ -2716,7 +2695,6 @@ These are config files for waybar
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-anchor",
|
||||
/*"pulseaudio",*/
|
||||
"battery",
|
||||
"cpu",
|
||||
"memory",
|
||||
@@ -2742,7 +2720,6 @@ These are config files for waybar
|
||||
"modules": [
|
||||
"custom/connections-anchor",
|
||||
"custom/bluetooth",
|
||||
"pulseaudio",
|
||||
"network"
|
||||
]
|
||||
},
|
||||
@@ -2755,10 +2732,12 @@ These are config files for waybar
|
||||
/*******************************************************************/
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": ""
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 2
|
||||
@@ -2768,14 +2747,7 @@ These are config files for waybar
|
||||
"show-special": true
|
||||
},
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
@@ -2958,7 +2930,7 @@ window#waybar {
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid @teal;
|
||||
border: 2px solid @teal;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
"modules-left": ["hyprland/workspaces",],
|
||||
|
||||
"modules-center": [
|
||||
"group/myworkspaces",
|
||||
"custom/spacer",
|
||||
"group/connections",
|
||||
"custom/spacer",
|
||||
"group/hardware"
|
||||
"custom/spacer"
|
||||
|
||||
],
|
||||
|
||||
@@ -26,27 +26,6 @@
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/myworkspaces": {
|
||||
"class": "pill",
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/myworkspaces-anchor",
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/myworkspaces-anchor": {
|
||||
"format": "WS",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
/*******************************************************************/
|
||||
"group/hardware": {
|
||||
"class": "pill",
|
||||
@@ -57,7 +36,6 @@
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-anchor",
|
||||
/*"pulseaudio",*/
|
||||
"battery",
|
||||
"cpu",
|
||||
"memory",
|
||||
@@ -83,7 +61,6 @@
|
||||
"modules": [
|
||||
"custom/connections-anchor",
|
||||
"custom/bluetooth",
|
||||
"pulseaudio",
|
||||
"network"
|
||||
]
|
||||
},
|
||||
@@ -96,10 +73,12 @@
|
||||
/*******************************************************************/
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": ""
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 2
|
||||
@@ -109,14 +88,7 @@
|
||||
"show-special": true
|
||||
},
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
|
||||
@@ -72,7 +72,7 @@ window#waybar {
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid @teal;
|
||||
border: 2px solid @teal;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
Reference in New Issue
Block a user