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-left": ["hyprland/workspaces",],
|
||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"group/myworkspaces",
|
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/connections",
|
"group/connections",
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/hardware"
|
"group/hardware"
|
||||||
|
"custom/spacer"
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -2685,27 +2685,6 @@ These are config files for waybar
|
|||||||
"tooltip": false
|
"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": {
|
"group/hardware": {
|
||||||
"class": "pill",
|
"class": "pill",
|
||||||
@@ -2716,7 +2695,6 @@ These are config files for waybar
|
|||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/hardware-anchor",
|
"custom/hardware-anchor",
|
||||||
/*"pulseaudio",*/
|
|
||||||
"battery",
|
"battery",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@@ -2742,7 +2720,6 @@ These are config files for waybar
|
|||||||
"modules": [
|
"modules": [
|
||||||
"custom/connections-anchor",
|
"custom/connections-anchor",
|
||||||
"custom/bluetooth",
|
"custom/bluetooth",
|
||||||
"pulseaudio",
|
|
||||||
"network"
|
"network"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -2755,10 +2732,12 @@ These are config files for waybar
|
|||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{icon}",
|
"format": "{text}",
|
||||||
"format-icons": {
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
"default": "",
|
"interval": 2,
|
||||||
"active": ""
|
"return-type": "json",
|
||||||
|
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||||
|
"tooltip": true
|
||||||
},
|
},
|
||||||
"persistent-workspaces": {
|
"persistent-workspaces": {
|
||||||
"*": 2
|
"*": 2
|
||||||
@@ -2768,14 +2747,7 @@ These are config files for waybar
|
|||||||
"show-special": true
|
"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": {
|
"custom/bluetooth": {
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||||
@@ -2958,7 +2930,7 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid @teal;
|
border: 2px solid @teal;
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
"modules-left": ["hyprland/workspaces",],
|
"modules-left": ["hyprland/workspaces",],
|
||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"group/myworkspaces",
|
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/connections",
|
"group/connections",
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/hardware"
|
"group/hardware"
|
||||||
|
"custom/spacer"
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -26,27 +26,6 @@
|
|||||||
"tooltip": false
|
"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": {
|
"group/hardware": {
|
||||||
"class": "pill",
|
"class": "pill",
|
||||||
@@ -57,7 +36,6 @@
|
|||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/hardware-anchor",
|
"custom/hardware-anchor",
|
||||||
/*"pulseaudio",*/
|
|
||||||
"battery",
|
"battery",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@@ -83,7 +61,6 @@
|
|||||||
"modules": [
|
"modules": [
|
||||||
"custom/connections-anchor",
|
"custom/connections-anchor",
|
||||||
"custom/bluetooth",
|
"custom/bluetooth",
|
||||||
"pulseaudio",
|
|
||||||
"network"
|
"network"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -96,10 +73,12 @@
|
|||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{icon}",
|
"format": "{text}",
|
||||||
"format-icons": {
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
"default": "",
|
"interval": 2,
|
||||||
"active": ""
|
"return-type": "json",
|
||||||
|
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||||
|
"tooltip": true
|
||||||
},
|
},
|
||||||
"persistent-workspaces": {
|
"persistent-workspaces": {
|
||||||
"*": 2
|
"*": 2
|
||||||
@@ -109,14 +88,7 @@
|
|||||||
"show-special": true
|
"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": {
|
"custom/bluetooth": {
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid @teal;
|
border: 2px solid @teal;
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user