61 lines
1.1 KiB
CSS
61 lines
1.1 KiB
CSS
|
|
* {
|
||
|
|
border: none;
|
||
|
|
font-family: 'Fira Code', 'Symbols Nerd Font Mono';
|
||
|
|
font-size: 16px;
|
||
|
|
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
||
|
|
min-height: 45px;
|
||
|
|
}
|
||
|
|
|
||
|
|
window#waybar {
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
#custom-arch, #workspaces {
|
||
|
|
border-radius: 10px;
|
||
|
|
background-color: #11111b;
|
||
|
|
color: #b4befe;
|
||
|
|
margin-top: 15px;
|
||
|
|
margin-right: 15px;
|
||
|
|
padding-top: 1px;
|
||
|
|
padding-left: 10px;
|
||
|
|
padding-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#custom-arch {
|
||
|
|
font-size: 20px;
|
||
|
|
margin-left: 15px;
|
||
|
|
color: #b4befe;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workspaces button {
|
||
|
|
background: #11111b;
|
||
|
|
color: #b4befe;
|
||
|
|
}
|
||
|
|
|
||
|
|
#clock, #backlight, #pulseaudio, #bluetooth, #network, #battery{
|
||
|
|
border-radius: 10px;
|
||
|
|
background-color: #11111b;
|
||
|
|
color: #cdd6f4;
|
||
|
|
margin-top: 15px;
|
||
|
|
padding-left: 10px;
|
||
|
|
padding-right: 10px;
|
||
|
|
margin-right: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#backlight, #bluetooth {
|
||
|
|
border-top-right-radius: 0;
|
||
|
|
border-bottom-right-radius: 0;
|
||
|
|
padding-right: 5px;
|
||
|
|
margin-right: 0
|
||
|
|
}
|
||
|
|
|
||
|
|
#pulseaudio, #network {
|
||
|
|
border-top-left-radius: 0;
|
||
|
|
border-bottom-left-radius: 0;
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#clock {
|
||
|
|
margin-right: 0;
|
||
|
|
}
|