Regenerated
This commit is contained in:
+299
-306
File diff suppressed because it is too large
Load Diff
+3
-10
@@ -2972,19 +2972,11 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/*
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 2px;
|
|
||||||
border-image: linear-gradient(45deg, @blue, @green) 1;
|
|
||||||
*/
|
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(@base, @base) padding-box,
|
linear-gradient(@base, @base) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
@@ -2993,9 +2985,10 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 2px solid @teal;
|
border: 2px solid transparent;
|
||||||
|
border-radius: 10px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(@base, @base) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -113,19 +113,11 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/*
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 2px;
|
|
||||||
border-image: linear-gradient(45deg, @blue, @green) 1;
|
|
||||||
*/
|
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(@base, @base) padding-box,
|
linear-gradient(@base, @base) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
@@ -134,9 +126,10 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 2px solid @teal;
|
border: 2px solid transparent;
|
||||||
|
border-radius: 10px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(@base, @base) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user