disko + some stuff ported from arch

This commit is contained in:
twoneis 2024-05-25 01:41:30 +02:00
parent 1f8cd27be2
commit c2e1d5b4e4
10 changed files with 178 additions and 56 deletions

View file

@ -0,0 +1,45 @@
* {
border: none;
font-family: FiraCodeNerdFont;
font-size: 13px;
color: #191724;
border-radius: 20px;
}
window#waybar {
background: rgba(0, 0, 0, 0);
}
/*-----module groups----*/
.modules-right {
background-color: #c4a7e7;
margin: 2px 10px 0 0;
}
.modules-center {
background-color: #c4a7e7;
margin: 2px 0 0 0;
}
.modules-left {
margin: 2px 0 0 10px;
background-color: #c4a7e7;
}
#clock,
#battery,
#cpu,
#memory,
#network,
#wireplumber {
padding: 0 15px;
}
/*-----Indicators----*/
#battery.charging {
color: #31748f;
}
#battery.warning:not(.charging) {
color: #eb6f92;
}
#battery.critical:not(.charging) {
color: #eb6f92;
}