Regenerated

This commit is contained in:
2026-04-05 23:14:57 +02:00
parent e3fdef5375
commit ecb4a7f8bd
4 changed files with 311 additions and 308 deletions
+301 -300
View File
File diff suppressed because it is too large Load Diff
+5 -4
View File
@@ -2665,7 +2665,8 @@ These are config files for waybar
"exclusive": true, "exclusive": true,
"passthrough": false, "passthrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
/*******************************************************************/
/*******************************************************************/
"modules-left": [ "modules-left": [
"hyprland/workspaces" "hyprland/workspaces"
], ],
@@ -2682,7 +2683,7 @@ These are config files for waybar
"pulseaudio/slider", "pulseaudio/slider",
"tray", "tray",
"clock", "clock",
"idle_inhibitor", "idle_inhibitor"
], ],
"custom/spacer": { "custom/spacer": {
@@ -2736,6 +2737,7 @@ These are config files for waybar
/*******************************************************************/ /*******************************************************************/
"hyprland/workspaces": { "hyprland/workspaces": {
"format": "{text}", "format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh", "exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
@@ -2743,7 +2745,7 @@ These are config files for waybar
"return-type": "json", "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": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh", "exec": "~/.config/waybar/scripts/bluetooth-status.sh",
@@ -2919,7 +2921,6 @@ window#waybar {
} }
/* --- Pill --- */ /* --- Pill --- */
/* common pill style */
.pill { .pill {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;
+5 -3
View File
@@ -6,7 +6,8 @@
"exclusive": true, "exclusive": true,
"passthrough": false, "passthrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
/*******************************************************************/
/*******************************************************************/
"modules-left": [ "modules-left": [
"hyprland/workspaces" "hyprland/workspaces"
], ],
@@ -23,7 +24,7 @@
"pulseaudio/slider", "pulseaudio/slider",
"tray", "tray",
"clock", "clock",
"idle_inhibitor", "idle_inhibitor"
], ],
"custom/spacer": { "custom/spacer": {
@@ -77,6 +78,7 @@
/*******************************************************************/ /*******************************************************************/
"hyprland/workspaces": { "hyprland/workspaces": {
"format": "{text}", "format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh", "exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
@@ -84,7 +86,7 @@
"return-type": "json", "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": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh", "exec": "~/.config/waybar/scripts/bluetooth-status.sh",
@@ -65,7 +65,6 @@ window#waybar {
} }
/* --- Pill --- */ /* --- Pill --- */
/* common pill style */
.pill { .pill {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;