Compare commits
5 Commits
df8305f1e9
...
fb62913b47
| Author | SHA1 | Date | |
|---|---|---|---|
|
fb62913b47
|
|||
|
e73ecf65db
|
|||
|
3a5638447b
|
|||
|
f1849ad39a
|
|||
|
39b10ba4e5
|
@@ -2,7 +2,6 @@
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
all: unset;
|
||||
font-family: Inconsolata Nerd Font;
|
||||
font-size: 17px;
|
||||
min-height: 0px;
|
||||
@@ -19,6 +18,15 @@ window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
/* Fix font color problem */
|
||||
label {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
button {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
/*
|
||||
window#waybar.empty {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user