waybar tweak
This commit is contained in:
parent
f1a7b91bab
commit
163ff9a77c
1 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,8 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: @base;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin-top: 5px;
|
||||
color: @text;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
|
|
@ -85,7 +86,8 @@ label:focus {
|
|||
#language,
|
||||
#battery,
|
||||
#clock,
|
||||
#tray {
|
||||
#tray,
|
||||
#window {
|
||||
background-color: @mantle;
|
||||
padding: 5px;
|
||||
margin: 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue