punktdateien/gui/waybar/style.css

29 lines
461 B
CSS
Raw Normal View History

2023-12-08 17:33:11 +01:00
/* jstm's waybar stylesheet */
* {
2024-06-03 21:55:18 +02:00
font-family: Jost, 'Fira Code';
font: 18px 'Fira Code';
font-size: 18px;
font-weight: 500;
2023-12-08 17:33:11 +01:00
}
2024-06-03 21:55:18 +02:00
window#waybar.mainbar {
/* background-color: #1b1b1b; */
2023-12-08 17:33:11 +01:00
background-color: transparent;
2024-06-03 21:55:18 +02:00
2023-12-08 17:33:11 +01:00
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
2024-06-03 21:55:18 +02:00
*.module {
padding: 0 20px 0 20px;
2023-12-08 17:33:11 +01:00
color: #ffffff;
2024-06-03 21:55:18 +02:00
background-color: #d60532;
border-radius: 32px;
2023-12-08 17:33:11 +01:00
}