font switch and some more shit

This commit is contained in:
KoenDR06 2025-09-09 17:08:12 +02:00
parent 59f582f8fd
commit dd153d651d
5 changed files with 11 additions and 11 deletions

View file

@ -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'

View file

@ -13,7 +13,8 @@
boot = {
loader.systemd.enable = true;
greeter.sddm.enable = true;
greeter.greetd.enable = true;
greeter.greetd.session = "Hyprland";
};
wm.hyprland = {

View file

@ -39,7 +39,7 @@ in {
];
fonts.packages = with pkgs; [
nerd-fonts.hasklug
nerd-fonts.caskaydia-cove
];
};
}

View file

@ -56,7 +56,7 @@
}
* {
font-family: "Hasklug Nerd Font";
font-family: "Caskaydia Nerd Font";
}
.modules-left, .modules-center, .modules-right {

View file

@ -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}";