more waybar tweaks

This commit is contained in:
zack 2025-04-07 22:56:59 -04:00
parent d5af82bb9b
commit 2d25c605b7
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
5 changed files with 86 additions and 71 deletions

View file

@ -31,19 +31,19 @@ in {
normal = {
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
style = mkStringOpt "SemiBold SemiExtended" "The Style of the font";
style = mkStringOpt "SemiBold" "The Style of the font";
};
bold = {
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
style = mkStringOpt "Bold SemiExtended" "The Style of the font";
style = mkStringOpt "Bold" "The Style of the font";
};
italic = {
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
style = mkStringOpt "SemiBold Italic SemiExtended" "The Style of the font";
style = mkStringOpt "SemiBold Italic" "The Style of the font";
};
bold_italic = {
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
style = mkStringOpt "Bold Italic SemiExtended" "The Style of the font";
style = mkStringOpt "Bold Italic" "The Style of the font";
};
# normal = {
@ -98,6 +98,11 @@ in {
bold = cfg.fonts.bold;
italic = cfg.fonts.italic;
bold_italic = cfg.fonts.bold_italic;
offset = {
x = 0;
y = 0;
};
};
};
};