Regenerated
This commit is contained in:
+307
-297
File diff suppressed because it is too large
Load Diff
+11
-1
@@ -2879,7 +2879,17 @@ window#waybar {
|
||||
}
|
||||
|
||||
#hardware {
|
||||
background-color: #202131;
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
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 button {
|
||||
|
||||
@@ -28,7 +28,17 @@ window#waybar {
|
||||
}
|
||||
|
||||
#hardware {
|
||||
background-color: #202131;
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
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 button {
|
||||
|
||||
Reference in New Issue
Block a user