Regenerated

This commit is contained in:
2026-04-01 21:43:38 +02:00
parent 508f0ef6a0
commit fd39ff370d
3 changed files with 305 additions and 302 deletions
+299 -298
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -2734,7 +2734,9 @@ These are config files for waybar
"exec": "~/.config/waybar/scripts/bluetooth-status.sh", "exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5, "interval": 5,
"return-type": "json", "return-type": "json",
"on-click": "blueman-manager" "on-click": "blueman-manager",
"min-width": 20,
"format": "{}"
}, },
"cpu": { "cpu": {
@@ -2880,7 +2882,6 @@ window#waybar {
#custom-bluetooth { #custom-bluetooth {
overflow: visible; overflow: visible;
font-size: 14px; /* slightly larger */ font-size: 14px; /* slightly larger */
line-height: 1.2; /* allows vertical room */
} }
#clock, #clock,
+3 -2
View File
@@ -91,7 +91,9 @@
"exec": "~/.config/waybar/scripts/bluetooth-status.sh", "exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5, "interval": 5,
"return-type": "json", "return-type": "json",
"on-click": "blueman-manager" "on-click": "blueman-manager",
"min-width": 20,
"format": "{}"
}, },
"cpu": { "cpu": {
@@ -233,7 +235,6 @@ window#waybar {
#custom-bluetooth { #custom-bluetooth {
overflow: visible; overflow: visible;
font-size: 14px; /* slightly larger */ font-size: 14px; /* slightly larger */
line-height: 1.2; /* allows vertical room */
} }
#clock, #clock,