Improve bar styling
This commit is contained in:
@@ -24,6 +24,12 @@ window#waybar {
|
||||
border: 1px solid white;
|
||||
border-radius: 15px;
|
||||
margin: 6px;
|
||||
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
/*filter: blur(15px);*/
|
||||
border: 1px solid rgba(255, 255, 255, 0.3);
|
||||
/* box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); */
|
||||
box-shadow: 1px 1px 2px #c5c5c5, -1px -1px 2px #fbfbfb;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
|
||||
Reference in New Issue
Block a user