Regenerated

This commit is contained in:
2026-04-07 10:44:58 +02:00
parent 8224305b2e
commit 3996de0740
4 changed files with 314 additions and 317 deletions
+302 -303
View File
File diff suppressed because it is too large Load Diff
+6 -7
View File
@@ -2707,7 +2707,7 @@ These are config files for waybar
"custom/hardware-anchor": { "custom/hardware-anchor": {
"format": "HW", "format": "",
"tooltip": false "tooltip": false
}, },
@@ -2730,7 +2730,7 @@ These are config files for waybar
"custom/connections-anchor": { "custom/connections-anchor": {
"format": "CO", "format": "",
"tooltip": false "tooltip": false
}, },
@@ -2792,8 +2792,7 @@ These are config files for waybar
"format-disconnected": "Disconnected ⚠", "format-disconnected": "Disconnected ⚠",
"tooltip-format-wifi": "{essid} ({signalStrength}%)", "tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
"on-click": "impala", "on-click": "nm-connection-editor"
"on-click-right": "nm-connection-editor"
}, },
"cpu": { "cpu": {
@@ -2912,9 +2911,9 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
min-width: 80px; min-width: 80px;
margin: 0px 200px; margin: 0px 200px;
padding: 0px 200px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border: 2px solid transparent;
border-radius:30px; border-radius:30px;
background: background:
linear-gradient(@base-alpha, @base-alpha) padding-box, linear-gradient(@base-alpha, @base-alpha) padding-box,
@@ -2923,7 +2922,7 @@ window#waybar {
} }
.modules-center > widget:not(#custom-spacer) label { .modules-center > widget:not(#custom-spacer) label {
padding: 0 30px; /* controls pill width via label padding */ padding: 0 30px;
transition: padding 0.2s ease; transition: padding 0.2s ease;
} }
@@ -2946,7 +2945,7 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease; transition: opacity 0.2s ease, width 0.2s ease;
} }
connections:hover #custom-connections-anchor { #connections:hover #custom-connections-anchor {
opacity: 0; opacity: 0;
min-width: 0; min-width: 0;
padding: 0; padding: 0;
+3 -4
View File
@@ -48,7 +48,7 @@
"custom/hardware-anchor": { "custom/hardware-anchor": {
"format": "HW", "format": "",
"tooltip": false "tooltip": false
}, },
@@ -71,7 +71,7 @@
"custom/connections-anchor": { "custom/connections-anchor": {
"format": "CO", "format": "",
"tooltip": false "tooltip": false
}, },
@@ -133,8 +133,7 @@
"format-disconnected": "Disconnected ⚠", "format-disconnected": "Disconnected ⚠",
"tooltip-format-wifi": "{essid} ({signalStrength}%)", "tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
"on-click": "impala", "on-click": "nm-connection-editor"
"on-click-right": "nm-connection-editor"
}, },
"cpu": { "cpu": {
+3 -3
View File
@@ -56,9 +56,9 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
min-width: 80px; min-width: 80px;
margin: 0px 200px; margin: 0px 200px;
padding: 0px 200px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border: 2px solid transparent;
border-radius:30px; border-radius:30px;
background: background:
linear-gradient(@base-alpha, @base-alpha) padding-box, linear-gradient(@base-alpha, @base-alpha) padding-box,
@@ -67,7 +67,7 @@ window#waybar {
} }
.modules-center > widget:not(#custom-spacer) label { .modules-center > widget:not(#custom-spacer) label {
padding: 0 30px; /* controls pill width via label padding */ padding: 0 30px;
transition: padding 0.2s ease; transition: padding 0.2s ease;
} }
@@ -90,7 +90,7 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease; transition: opacity 0.2s ease, width 0.2s ease;
} }
connections:hover #custom-connections-anchor { #connections:hover #custom-connections-anchor {
opacity: 0; opacity: 0;
min-width: 0; min-width: 0;
padding: 0; padding: 0;