Initial commit
This commit is contained in:
commit
b79d352847
37 changed files with 2191 additions and 0 deletions
44
home/waybar/style.css
Normal file
44
home/waybar/style.css
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
@import "colorscheme.css";
|
||||
|
||||
* {
|
||||
font-size: 18px;
|
||||
font-family:
|
||||
Roboto, "Font Awesome 7 Free Solid", "Font Awesome 6 Free Solid";
|
||||
}
|
||||
|
||||
#custom-logo {
|
||||
font-size: 20px;
|
||||
font-family: "FiraCode Nerd Font";
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.modules-right .module {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
background: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
min-width: 20px;
|
||||
min-height: 20px;
|
||||
padding: 7px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue