This commit is contained in:
Niktia Bykov
2024-01-01 15:42:39 +05:00
commit 982f56d950
60 changed files with 5427 additions and 0 deletions

48
.config/waybar/style.css Normal file
View File

@ -0,0 +1,48 @@
*, body{
margin: 0;
padding: 0;
border: none;
border-radius: 0;
font-family: 'Input Mono', 'Symbols Nerd Font Mono';
font-size: 13px;
min-height: 1.5em;
}
window#waybar {
background: rgba(0, 0, 0, 0.87);
margin: 0;
}
#workspaces button {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px solid #05a4c4;
border-radius: 0;
}
#workspaces button.active {
border-bottom: 2px solid white;
border-radius: 0;
}
#clock,
#backlight,
#pulseaudio,
#bluetooth,
#network,
#battery,
#mpd,
#cpu,
#memory,
#custom-weather,
#language {
border-bottom: 2px solid #05a4c4;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}