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": [
|
"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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user