initial commit
This commit is contained in:
commit
d3f34301de
10 changed files with 1181 additions and 0 deletions
35
.config/waybar/style.css
Normal file
35
.config/waybar/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue