mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more customization
This commit is contained in:
parent
2a1a02645d
commit
777d704487
5 changed files with 39 additions and 20 deletions
|
@ -1,19 +1,25 @@
|
|||
@define-color primary rgba(123, 0, 44, 1);
|
||||
|
||||
* {
|
||||
font-family: "CodeNewRoman Nerd Font";
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
text-shadow: none;
|
||||
transition: none;
|
||||
box-shadow: none;
|
||||
font-family: "DM Sans", "CodeNewRoman Nerd Font", sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
margin: 12px 24px;
|
||||
background-color: #fff;
|
||||
border: solid 2px @primary;
|
||||
/*border: solid 2px @primary;*/
|
||||
min-height: 14px; /* set waybar's height to 14px */
|
||||
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
@ -24,9 +30,19 @@ window#waybar {
|
|||
padding: 0 12px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #000;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue