mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 13:50:38 -04:00
updates
This commit is contained in:
parent
97115ed0e5
commit
4ac5f5e5e5
31 changed files with 290 additions and 133 deletions
|
@ -1,6 +1,6 @@
|
|||
* {
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
font-family: 'RecMonoCasual Nerd Font';
|
||||
font-family: 'JetBrainsMono Nerd Font';
|
||||
font-size: 13px;
|
||||
|
||||
}
|
||||
|
@ -8,10 +8,11 @@
|
|||
|
||||
window#waybar {
|
||||
background-color: alpha(@background, 0.8);
|
||||
border: 1.5px solid @color7;
|
||||
border: 1.5px solid @color1;
|
||||
color: @color7;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
border-radius: 0px;
|
||||
}
|
||||
tooltip {
|
||||
background: @color1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue