Regenerated

This commit is contained in:
2026-04-03 16:50:34 +02:00
parent 9f8691571a
commit aed390b317
3 changed files with 348 additions and 346 deletions
+323 -324
View File
File diff suppressed because it is too large Load Diff
+19 -16
View File
@@ -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=
+6 -6
View File
@@ -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": {