Regenerated
This commit is contained in:
+386
-383
File diff suppressed because it is too large
Load Diff
+6
-3
@@ -4991,8 +4991,6 @@ This file contains all css for waybar
|
|||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
@@ -5039,7 +5037,6 @@ window#waybar {
|
|||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
margin: 0 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
@@ -5052,6 +5049,12 @@ window#waybar {
|
|||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left,
|
||||||
|
.modules-center,
|
||||||
|
.modules-right {
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* -----------------------------
|
/* -----------------------------
|
||||||
WORKSPACES / WINDOWS MODULE
|
WORKSPACES / WINDOWS MODULE
|
||||||
----------------------------- */
|
----------------------------- */
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
@@ -64,7 +62,6 @@ window#waybar {
|
|||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
margin: 0 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left > widget label,
|
.modules-left > widget label,
|
||||||
@@ -77,6 +74,12 @@ window#waybar {
|
|||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left,
|
||||||
|
.modules-center,
|
||||||
|
.modules-right {
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* -----------------------------
|
/* -----------------------------
|
||||||
WORKSPACES / WINDOWS MODULE
|
WORKSPACES / WINDOWS MODULE
|
||||||
----------------------------- */
|
----------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user