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": { "custom/hypr-workspaces": {
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh", "format": "<button>{text}</button>",
"interval": 2, "exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"return-type": "json", "interval": 2,
"format": "{text}", "return-type": "json",
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh", "on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"tooltip": true "tooltip": true
}, },
"custom/bluetooth": { "custom/bluetooth": {
@@ -2856,26 +2856,30 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* --- Custom Hypr Workspace Button --- */
#custom-hypr-workspaces { #custom-hypr-workspaces {
/* Match workspace button box model */ /* Match workspace button box model */
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;
/* CRITICAL: force same alignment */
margin: 0; margin: 0;
box-shadow: none; box-shadow: none;
/* Text alignment like buttons */ /* Flex alignment like buttons */
text-align: center; 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-radius: 10px;
border: 2px solid @inactive; border: 2px solid @inactive;
/* Same font behavior */ /* 50% transparent background */
font-weight: normal;
/* 50% transparency */
background-color: rgba(30, 30, 46, 0.5); background-color: rgba(30, 30, 46, 0.5);
} }
@@ -2960,7 +2964,6 @@ window#waybar {
#temperature.critical { #temperature.critical {
background-color: @red; background-color: @red;
} }
#+END_SRC #+END_SRC
** =.config/waybar/scripts/bluetooth-status.sh= ** =.config/waybar/scripts/bluetooth-status.sh=
+6 -6
View File
@@ -23,12 +23,12 @@
], ],
"custom/hypr-workspaces": { "custom/hypr-workspaces": {
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh", "format": "<button>{text}</button>",
"interval": 2, "exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"return-type": "json", "interval": 2,
"format": "{text}", "return-type": "json",
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh", "on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"tooltip": true "tooltip": true
}, },
"custom/bluetooth": { "custom/bluetooth": {