font switch and some more shit
This commit is contained in:
parent
59f582f8fd
commit
dd153d651d
5 changed files with 11 additions and 11 deletions
|
|
@ -7,6 +7,7 @@ confirm_os_window_close 0
|
|||
|
||||
background_opacity 0.7
|
||||
|
||||
font_family Hasklug Nerd Font
|
||||
bold_font auto
|
||||
bold_italic_font auto
|
||||
font_family family='CaskaydiaCove Nerd Font' postscript_name=CaskaydiaCoveNF-Light
|
||||
bold_font family='CaskaydiaCove Nerd Font' style=SemiBold
|
||||
italic_font family='CaskaydiaCove Nerd Font' postscript_name=CaskaydiaCoveNF-LightItalic
|
||||
bold_italic_font family='CaskaydiaCove Nerd Font' style='SemiBold Italic'
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
|
||||
boot = {
|
||||
loader.systemd.enable = true;
|
||||
greeter.sddm.enable = true;
|
||||
greeter.greetd.enable = true;
|
||||
greeter.greetd.session = "Hyprland";
|
||||
};
|
||||
|
||||
wm.hyprland = {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ in {
|
|||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.hasklug
|
||||
nerd-fonts.caskaydia-cove
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
* {
|
||||
font-family: "Hasklug Nerd Font";
|
||||
font-family: "Caskaydia Nerd Font";
|
||||
}
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@ in {
|
|||
};
|
||||
"battery" = {
|
||||
format = "{icon} {capacity}%";
|
||||
format-critical = "{icon} {time}";
|
||||
format-time = "{H}h {M}s";
|
||||
format-charging = " {capacity}%";
|
||||
};
|
||||
"cpu" = {
|
||||
format = " {usage}%";
|
||||
|
|
@ -59,8 +58,7 @@ in {
|
|||
};
|
||||
"battery" = {
|
||||
format = "{icon}{capacity}";
|
||||
format-critical = "{icon} {time}";
|
||||
format-time = "{m}m";
|
||||
format-charging = "{capacity}";
|
||||
};
|
||||
"cpu" = {
|
||||
format = " {usage}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue