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
|
background_opacity 0.7
|
||||||
|
|
||||||
font_family Hasklug Nerd Font
|
font_family family='CaskaydiaCove Nerd Font' postscript_name=CaskaydiaCoveNF-Light
|
||||||
bold_font auto
|
bold_font family='CaskaydiaCove Nerd Font' style=SemiBold
|
||||||
bold_italic_font auto
|
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 = {
|
boot = {
|
||||||
loader.systemd.enable = true;
|
loader.systemd.enable = true;
|
||||||
greeter.sddm.enable = true;
|
greeter.greetd.enable = true;
|
||||||
|
greeter.greetd.session = "Hyprland";
|
||||||
};
|
};
|
||||||
|
|
||||||
wm.hyprland = {
|
wm.hyprland = {
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
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 {
|
.modules-left, .modules-center, .modules-right {
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@ in {
|
||||||
};
|
};
|
||||||
"battery" = {
|
"battery" = {
|
||||||
format = "{icon} {capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
format-critical = "{icon} {time}";
|
format-charging = " {capacity}%";
|
||||||
format-time = "{H}h {M}s";
|
|
||||||
};
|
};
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
format = " {usage}%";
|
format = " {usage}%";
|
||||||
|
|
@ -58,9 +57,8 @@ in {
|
||||||
format-alt = "{:%d\n%m\n%y}";
|
format-alt = "{:%d\n%m\n%y}";
|
||||||
};
|
};
|
||||||
"battery" = {
|
"battery" = {
|
||||||
format = "{icon} {capacity}";
|
format = "{icon}{capacity}";
|
||||||
format-critical = "{icon} {time}";
|
format-charging = "{capacity}";
|
||||||
format-time = "{m}m";
|
|
||||||
};
|
};
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
format = " {usage}";
|
format = " {usage}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue