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": [
"pulseaudio/slider",
"tray",
"clock",
"idle_inhibitor",
@@ -2714,7 +2715,6 @@ These are config files for waybar
"modules": [
"custom/hardware-anchor",
/*"pulseaudio",*/
"pulseaudio/slider",
"battery",
"cpu",
"memory",
@@ -2923,6 +2923,17 @@ window#waybar {
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 {
padding: 0px 1px;
min-width: 80px;
@@ -2936,6 +2947,17 @@ window#waybar {
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 {
padding: 0px 1px;;
min-width: 80px;
@@ -2949,6 +2971,17 @@ window#waybar {
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 {
padding: 0px 1px;
min-width: 80px;
+1 -1
View File
@@ -15,6 +15,7 @@
],
"modules-right": [
"pulseaudio/slider",
"tray",
"clock",
"idle_inhibitor",
@@ -55,7 +56,6 @@
"modules": [
"custom/hardware-anchor",
/*"pulseaudio",*/
"pulseaudio/slider",
"battery",
"cpu",
"memory",
@@ -54,6 +54,17 @@ window#waybar {
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 {
padding: 0px 1px;
min-width: 80px;
@@ -67,6 +78,17 @@ window#waybar {
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 {
padding: 0px 1px;;
min-width: 80px;
@@ -80,6 +102,17 @@ window#waybar {
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 {
padding: 0px 1px;
min-width: 80px;