the final frontier

This commit is contained in:
2024-11-17 20:32:32 -06:00
parent b490df7c32
commit d1f8eba241
37 changed files with 1865 additions and 259 deletions

View File

@@ -0,0 +1,93 @@
* {
font-family: "Roboto";
font-size: 17px;
border-radius: 10px;
}
window#waybar {
background-color: #282828;
color: #ebdbb2;
margin: 0 4px;
}
window > box {
background-color: transparent;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}
#network {
padding-left: 4px;
padding-right: 2px;
color: #458588;
}
#cava {
color: #b8bb26;
margin-left: 5px;
}
#tray {
margin-right: 5px;
margin-left: 5px;
}
#workspaces.button {
color: #ebdbb2;
}
#workspaces.button.focused {
color: #a89984;
background-color: #ebdbb2;
}
#clock {
padding: 0 5px;
margin-left: 5px;
margin-right: 5px;
}
#mpris {
padding-left: 5px;
}
.modules-center {
background: #3c3836;
box-shadow: 0px 0px 5px 0px #101010;
}
.modules-right {
background: #3c3836;
box-shadow: 0px 0px 5px 0px #101010;
}
.modules-left {
background: #3c3836;
box-shadow: 0px 0px 5px 0px #101010;
}
#wireplumber {
padding-left: 5px;
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#pulseaudio-slider trough {
min-height: 5px;
min-width: 80px;
border-radius: 5px;
background-color: #282828;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: #98971a;
}