refactor: waybar gradient
This commit is contained in:
@@ -16,7 +16,11 @@ window#waybar {
|
||||
}
|
||||
|
||||
.modules-left, .modules-right, #mpd.playing, #mpd.paused {
|
||||
background-color: rgba(23, 28, 39, 0.8);
|
||||
background: linear-gradient(
|
||||
to bottom,
|
||||
rgba(23, 28, 39, 0.8),
|
||||
rgba(23, 28, 39, 0.7)
|
||||
);
|
||||
border: 3px solid rgba(90, 104, 115, 0.8);
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user