Regenerated

This commit is contained in:
2026-04-05 19:01:23 +02:00
parent 76caec3a28
commit 47d5d960ff
4 changed files with 398 additions and 299 deletions
+330 -297
View File
File diff suppressed because it is too large Load Diff
+34 -1
View File
@@ -2674,6 +2674,7 @@ These are config files for waybar
], ],
"modules-right": [ "modules-right": [
"pulseaudio/slider",
"tray", "tray",
"clock", "clock",
"idle_inhibitor", "idle_inhibitor",
@@ -2714,7 +2715,6 @@ These are config files for waybar
"modules": [ "modules": [
"custom/hardware-anchor", "custom/hardware-anchor",
/*"pulseaudio",*/ /*"pulseaudio",*/
"pulseaudio/slider",
"battery", "battery",
"cpu", "cpu",
"memory", "memory",
@@ -2923,6 +2923,17 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* center EVERYTHING */
#hardware revealer > box {
min-width: 100%;
text-align: center;
}
/* GTK centering */
#hardware revealer label {
-gtk-label-xalign: 0.5;
}
#myworkspaces { #myworkspaces {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;
@@ -2936,6 +2947,17 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* center EVERYTHING */
#myworkspaces revealer > box {
min-width: 100%;
text-align: center;
}
/* GTK centering */
#myworkspaces revealer label {
-gtk-label-xalign: 0.5;
}
#connections { #connections {
padding: 0px 1px;; padding: 0px 1px;;
min-width: 80px; min-width: 80px;
@@ -2949,6 +2971,17 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* center EVERYTHING */
#connections revealer > box {
min-width: 100%;
text-align: center;
}
/* GTK centering */
#connections revealer label {
-gtk-label-xalign: 0.5;
}
workspaces button { workspaces button {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;
+1 -1
View File
@@ -15,6 +15,7 @@
], ],
"modules-right": [ "modules-right": [
"pulseaudio/slider",
"tray", "tray",
"clock", "clock",
"idle_inhibitor", "idle_inhibitor",
@@ -55,7 +56,6 @@
"modules": [ "modules": [
"custom/hardware-anchor", "custom/hardware-anchor",
/*"pulseaudio",*/ /*"pulseaudio",*/
"pulseaudio/slider",
"battery", "battery",
"cpu", "cpu",
"memory", "memory",
@@ -54,6 +54,17 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* center EVERYTHING */
#hardware revealer > box {
min-width: 100%;
text-align: center;
}
/* GTK centering */
#hardware revealer label {
-gtk-label-xalign: 0.5;
}
#myworkspaces { #myworkspaces {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;
@@ -67,6 +78,17 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* center EVERYTHING */
#myworkspaces revealer > box {
min-width: 100%;
text-align: center;
}
/* GTK centering */
#myworkspaces revealer label {
-gtk-label-xalign: 0.5;
}
#connections { #connections {
padding: 0px 1px;; padding: 0px 1px;;
min-width: 80px; min-width: 80px;
@@ -80,6 +102,17 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
} }
/* center EVERYTHING */
#connections revealer > box {
min-width: 100%;
text-align: center;
}
/* GTK centering */
#connections revealer label {
-gtk-label-xalign: 0.5;
}
workspaces button { workspaces button {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px; min-width: 80px;