This commit is contained in:
Reid 2024-05-02 17:49:16 -07:00
parent 5f5c70958e
commit be10c5e749
2 changed files with 3 additions and 7 deletions

View file

@ -6,11 +6,8 @@
window#waybar {
color: @text;
/*background: alpha(@base, 0.6);*/
background: @base;
border-radius: 1em;
/*font-family: VictorMono, Iosevka Nerd Font, Noto Sans CJK;*/
/*font-family: 'Atkinson Hyperlegible', FontAwesome, Noto Sans CJK;*/
font-family: CozetteVector, FontAwesome, Noto Sans CJK;
font-size: 13px;
font-style: normal;
@ -82,10 +79,6 @@ window#waybar.floating #window {
color: @lavender;
}
#network {
color: @sapphire;
}
#pulseaudio {
color: @pink;
}

View file

@ -21,6 +21,9 @@
efi.canTouchEfiVariables = true;
};
# thermald proactively prevents overheating on intel CPUs and works well with other tools
services.thermald.enable = true;
# nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];