waybar: Add waybar style change workarounds
This commit is contained in:
parent
eab8465045
commit
5dbf806bad
1 changed files with 9 additions and 0 deletions
|
@ -88,6 +88,15 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
/* waybar v0.19.4 workarounds */
|
||||
button {
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
/* Avoid rounded borders under each button name */
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* The whole bar */
|
||||
#waybar {
|
||||
/*background: transparent;*/
|
||||
|
|
Loading…
Add table
Reference in a new issue