initial commit

This commit is contained in:
laura 2025-10-20 23:27:25 -03:00
commit d3f34301de
Signed by: w
GPG key ID: BCD2117C99E69817
10 changed files with 1181 additions and 0 deletions

35
.config/waybar/style.css Normal file
View file

@ -0,0 +1,35 @@
* {
min-height: 0;
min-width: 0;
font-family: "ShureTechMono Nerd Font";
font-size: 16px;
font-weight: 500;
}
window#waybar {
background-color: transparent;
}
#workspaces,
#custom-media,
#clock,
#pulseaudio,
#mode,
#tray
{
padding: 0.5em 1.25em;
background-color: #16191C;
border: 1px solid #252A2E;
color: #A3AAAF;
}
#workspaces button,
#mode {
color: #50555A;
font-weight: 400;
}
#workspaces button.visible {
color: #A3AAAF;
font-weight: 600;
}