Regenerated
This commit is contained in:
@@ -84,15 +84,21 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* center EVERYTHING */
|
||||
/* center expanded content */
|
||||
#myworkspaces revealer > box {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* GTK centering */
|
||||
#myworkspaces revealer label {
|
||||
-gtk-label-xalign: 0.5;
|
||||
/* center collapsed (first visible module) */
|
||||
#myworkspaces > widget {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* spacing between items */
|
||||
#myworkspaces revealer > box > widget {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
#connections {
|
||||
@@ -108,15 +114,21 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* center EVERYTHING */
|
||||
/* center expanded content */
|
||||
#connections revealer > box {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* GTK centering */
|
||||
#connections revealer label {
|
||||
-gtk-label-xalign: 0.5;
|
||||
/* center collapsed (first visible module) */
|
||||
#connections > widget {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* spacing between items */
|
||||
#connections revealer > box > widget {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
workspaces button {
|
||||
|
||||
Reference in New Issue
Block a user