Regenerated
This commit is contained in:
+323
-324
File diff suppressed because it is too large
Load Diff
+19
-16
@@ -2682,12 +2682,12 @@ These are config files for waybar
|
||||
],
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"format": "{text}",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
"format": "<button>{text}</button>",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
@@ -2856,26 +2856,30 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* --- Custom Hypr Workspace Button --- */
|
||||
#custom-hypr-workspaces {
|
||||
/* Match workspace button box model */
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
|
||||
/* CRITICAL: force same alignment */
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
|
||||
/* Text alignment like buttons */
|
||||
text-align: center;
|
||||
/* Flex alignment like buttons */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
/* Same shape */
|
||||
/* Text alignment */
|
||||
text-align: center;
|
||||
font-family: inherit;
|
||||
font-weight: normal;
|
||||
color: @text;
|
||||
|
||||
/* Shape & border */
|
||||
border-radius: 10px;
|
||||
border: 2px solid @inactive;
|
||||
|
||||
/* Same font behavior */
|
||||
font-weight: normal;
|
||||
|
||||
/* 50% transparency */
|
||||
/* 50% transparent background */
|
||||
background-color: rgba(30, 30, 46, 0.5);
|
||||
}
|
||||
|
||||
@@ -2960,7 +2964,6 @@ window#waybar {
|
||||
#temperature.critical {
|
||||
background-color: @red;
|
||||
}
|
||||
|
||||
#+END_SRC
|
||||
|
||||
** =.config/waybar/scripts/bluetooth-status.sh=
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
],
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"format": "{text}",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
"format": "<button>{text}</button>",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
|
||||
Reference in New Issue
Block a user