Regenerated
This commit is contained in:
+314
-328
File diff suppressed because it is too large
Load Diff
+8
-22
@@ -2886,31 +2886,10 @@ window#waybar {
|
|||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#hardware {
|
#hardware {
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
box-shadow: none;
|
|
||||||
background: #202131;
|
background: #202131;
|
||||||
text-shadow: none;
|
border: 2px solid red;
|
||||||
padding: 0px;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin-top: 3px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin-right: 6px;
|
|
||||||
margin-left: 6px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
color: #98C379;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
background:
|
|
||||||
linear-gradient(rgba(255, 255, 255, 0.15),
|
|
||||||
rgba(255, 255, 255, 0.15)) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
/* WORKSPACES */
|
/* WORKSPACES */
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
@@ -2921,6 +2900,13 @@ workspaces button {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: 2px solid @inactive;
|
border: 2px solid @inactive;
|
||||||
|
/*
|
||||||
|
background:
|
||||||
|
linear-gradient(rgba(255, 255, 255, 0.15),
|
||||||
|
rgba(255, 255, 255, 0.15)) padding-box,
|
||||||
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
*/
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user