Compare commits
2 commits
74c99192bf
...
07b35c025a
Author | SHA1 | Date | |
---|---|---|---|
07b35c025a | |||
ca692ac571 |
1 changed files with 27 additions and 19 deletions
|
@ -1,11 +1,11 @@
|
||||||
/* jstm's waybar stylesheet */
|
/* Global theming */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: Jost, 'Fira Code';
|
font-family: Jost, 'Fira Code';
|
||||||
font: 18px 'Fira Code';
|
font: 18px 'Fira Code';
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.mainbar {
|
window#waybar.mainbar {
|
||||||
/* background-color: #1b1b1b; */
|
/* background-color: #1b1b1b; */
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -14,6 +14,7 @@ window#waybar.mainbar {
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
@ -26,3 +27,10 @@ window#waybar.hidden {
|
||||||
|
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Module specific theming */
|
||||||
|
window#waybar.empty #window {
|
||||||
|
background-color: transparent;
|
||||||
|
color: transparent;
|
||||||
|
border-radius: 999px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue