punktdateien/gui/waybar/style.css

37 lines
591 B
CSS
Raw Normal View History

2024-06-04 00:49:03 +02:00
/* Global theming */
2023-12-08 17:33:11 +01:00
* {
2024-06-04 00:49:03 +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-04 00:49:03 +02:00
2024-06-03 21:55:18 +02:00
window#waybar.mainbar {
2024-06-04 00:49:03 +02:00
/* background-color: #1b1b1b; */
background-color: transparent;
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
2023-12-08 17:33:11 +01:00
}
2024-06-04 00:49:03 +02:00
2023-12-08 17:33:11 +01:00
window#waybar.hidden {
2024-06-04 00:49:03 +02:00
opacity: 0.2;
2023-12-08 17:33:11 +01:00
}
2024-06-03 21:55:18 +02:00
*.module {
2024-06-04 00:49:03 +02:00
padding: 0 20px 0 20px;
color: #ffffff;
background-color: #d60532;
border-radius: 32px;
2023-12-08 17:33:11 +01:00
}
2024-06-04 00:49:20 +02:00
/* Module specific theming */
window#waybar.empty #window {
background-color: transparent;
color: transparent;
border-radius: 999px;
}