Regenerated

This commit is contained in:
2026-04-08 19:55:17 +02:00
parent a301e11746
commit baf7016728
4 changed files with 386 additions and 296 deletions
+326 -296
View File
File diff suppressed because it is too large Load Diff
+30
View File
@@ -2678,6 +2678,7 @@ These are config files for waybar
"modules-center": [
"group/connections",
"hyprland/workspaces",
"custom/windows",
"group/hardware",
],
@@ -2738,6 +2739,12 @@ These are config files for waybar
"hyprland/workspaces": {
"class": "workspaces",
"format": "{name}",
"interval": 2,
},
"custom/windows": {
"class": "workspaces",
"format": "{name}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
@@ -2747,6 +2754,7 @@ These are config files for waybar
"tooltip": true
},
"custom/bluetooth": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5,
@@ -2973,6 +2981,28 @@ window#waybar {
background: transparent;
}
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: all 0.2s ease;
}
#custom-windows.active {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
transition: all 0.2s ease;
min-width: 30px;
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */
#clock,
#idle_inhibitor,
#battery,
+8
View File
@@ -14,6 +14,7 @@
"modules-center": [
"group/connections",
"hyprland/workspaces",
"custom/windows",
"group/hardware",
],
@@ -74,6 +75,12 @@
"hyprland/workspaces": {
"class": "workspaces",
"format": "{name}",
"interval": 2,
},
"custom/windows": {
"class": "workspaces",
"format": "{name}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
@@ -83,6 +90,7 @@
"tooltip": true
},
"custom/bluetooth": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5,
@@ -118,6 +118,28 @@ window#waybar {
background: transparent;
}
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: all 0.2s ease;
}
#custom-windows.active {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
transition: all 0.2s ease;
min-width: 30px;
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */
#clock,
#idle_inhibitor,
#battery,