Compare commits
No commits in common. "07b35c025a15066112cf8f5a8dd07838fc1c170c" and "74c99192bf991e5c4bcbe5f537b71fa0d50fbb45" have entirely different histories.
07b35c025a
...
74c99192bf
1 changed files with 19 additions and 27 deletions
|
@ -1,36 +1,28 @@
|
|||
/* Global theming */
|
||||
/* jstm's waybar stylesheet */
|
||||
|
||||
* {
|
||||
font-family: Jost, 'Fira Code';
|
||||
font: 18px 'Fira Code';
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
font-family: Jost, 'Fira Code';
|
||||
font: 18px 'Fira Code';
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
window#waybar.mainbar {
|
||||
/* background-color: #1b1b1b; */
|
||||
background-color: transparent;
|
||||
|
||||
color: #ffffff;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
/* background-color: #1b1b1b; */
|
||||
background-color: transparent;
|
||||
|
||||
color: #ffffff;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
*.module {
|
||||
padding: 0 20px 0 20px;
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #d60532;
|
||||
|
||||
border-radius: 32px;
|
||||
}
|
||||
|
||||
/* Module specific theming */
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
color: transparent;
|
||||
border-radius: 999px;
|
||||
padding: 0 20px 0 20px;
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #d60532;
|
||||
|
||||
border-radius: 32px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue