thermald
This commit is contained in:
parent
5f5c70958e
commit
be10c5e749
2 changed files with 3 additions and 7 deletions
|
@ -6,11 +6,8 @@
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
color: @text;
|
color: @text;
|
||||||
/*background: alpha(@base, 0.6);*/
|
|
||||||
background: @base;
|
background: @base;
|
||||||
border-radius: 1em;
|
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-family: CozetteVector, FontAwesome, Noto Sans CJK;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -82,10 +79,6 @@ window#waybar.floating #window {
|
||||||
color: @lavender;
|
color: @lavender;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @pink;
|
color: @pink;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,9 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# thermald proactively prevents overheating on intel CPUs and works well with other tools
|
||||||
|
services.thermald.enable = true;
|
||||||
|
|
||||||
# nvidia driver
|
# nvidia driver
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue