Regenerated
This commit is contained in:
+330
-297
File diff suppressed because it is too large
Load Diff
+34
-1
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user