mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
home: noto sans -> ubuntu sans (#75)
* initial changeover * zed: adjust font sizes * waybar: fix missing pixels * waybar: set to mono font * zed: ui font 14 -> 16 * kitty: font gtk + 1 * alacritty: font gtk + 1 * rofi: use mono font * home/theme: use vegur serif font
This commit is contained in:
parent
07fb35b1c2
commit
9daf1a46a5
|
@ -20,11 +20,11 @@
|
|||
|
||||
font = {
|
||||
normal = {
|
||||
family = "NotoSansM Nerd Font";
|
||||
family = "UbuntuSans Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
|
||||
size = config.gtk.font.size;
|
||||
size = config.gtk.font.size + 1;
|
||||
};
|
||||
|
||||
selection.save_to_clipboard = true;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
};
|
||||
|
||||
main = {
|
||||
font = "NotoSansM Nerd Font:size=${toString config.gtk.font.size}";
|
||||
font = "UbuntuSansMono Nerd Font:size=${toString config.gtk.font.size}";
|
||||
icon-theme = "${config.gtk.iconTheme.name}";
|
||||
layer = "overlay";
|
||||
lines = 3;
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
enable = true;
|
||||
|
||||
font = {
|
||||
name = "NotoSansM Nerd Font";
|
||||
size = config.gtk.font.size;
|
||||
name = "UbuntuSansMono Nerd Font";
|
||||
size = config.gtk.font.size + 1;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
|
@ -15,7 +15,7 @@ in {
|
|||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "NotoSansM Nerd Font ${toString config.gtk.font.size}";
|
||||
font = "UbuntuSansMono Nerd Font ${toString config.gtk.font.size}";
|
||||
location = "center";
|
||||
package = pkgs.rofi-wayland;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
caps-lock-key-hl-color=e78284
|
||||
color=303446
|
||||
daemonize
|
||||
font="NotoSansMNerdFont-Regular"
|
||||
font="UbuntuSansMonoNerdFont-Regular"
|
||||
image=${config.ar.home.theme.wallpaper}
|
||||
indicator-caps-lock
|
||||
indicator-idle-visible
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
userSettings = {
|
||||
"diffEditor.ignoreTrimWhitespace" = false;
|
||||
"editor.fontFamily" = "'NotoSansM Nerd Font', 'monospace', monospace";
|
||||
"editor.fontFamily" = "'UbuntuSansMono Nerd Font', 'monospace', monospace";
|
||||
"editor.fontSize" = lib.mkDefault 14;
|
||||
"editor.formatOnPaste" = true;
|
||||
"editor.formatOnSave" = true;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
auto_update = false;
|
||||
autosave.after_delay.milliseconds = 1000;
|
||||
buffer_font_family = "NotoSansM Nerd Font";
|
||||
buffer_font_family = "UbuntuSansMono Nerd Font";
|
||||
buffer_font_size = 14;
|
||||
current_line_highlight = "line";
|
||||
|
||||
|
@ -84,7 +84,7 @@
|
|||
metrics = false;
|
||||
};
|
||||
|
||||
terminal.font_size = 12;
|
||||
terminal.font_size = 14;
|
||||
|
||||
theme = {
|
||||
dark = "Adwaita Pastel Dark";
|
||||
|
@ -92,7 +92,7 @@
|
|||
mode = "system";
|
||||
};
|
||||
|
||||
ui_font_family = "NotoSans Nerd Font";
|
||||
ui_font_family = "UbuntuSans Nerd Font";
|
||||
ui_font_size = 16;
|
||||
use_autoclose = false;
|
||||
vim_mode = false;
|
||||
|
|
|
@ -255,8 +255,8 @@
|
|||
xdg.configFile."waybar/style.css".text = ''
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "NotoSansM Nerd Font";
|
||||
border-radius: 0px;
|
||||
font-family: "UbuntuSansMono Nerd Font";
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -268,7 +268,7 @@
|
|||
|
||||
#workspaces button {
|
||||
padding: 0px 5px;
|
||||
margin: 0 0px;
|
||||
margin: 0px 0px;
|
||||
color: ${config.ar.home.theme.colors.text};
|
||||
}
|
||||
|
||||
|
@ -289,8 +289,8 @@
|
|||
#custom-logout,
|
||||
#custom-menu,
|
||||
#tray {
|
||||
padding: 0 7.5px;
|
||||
margin: 0 5px;
|
||||
padding: 0px 7.5px;
|
||||
margin: 0px 5px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
|
@ -316,7 +316,7 @@
|
|||
#submap,
|
||||
#tray,
|
||||
#workspaces {
|
||||
border-radius: 10;
|
||||
border-radius: 10px;
|
||||
background: rgba (36, 36, 36, 0.8);
|
||||
margin: 5px 10px 0px 10px;
|
||||
padding: 0px 10px 0px 10px;
|
||||
|
|
|
@ -11,6 +11,8 @@ in {
|
|||
packages = with pkgs; [
|
||||
adwaita-qt
|
||||
gnome.adwaita-icon-theme
|
||||
liberation_ttf
|
||||
vegur
|
||||
];
|
||||
|
||||
pointerCursor = {
|
||||
|
@ -29,8 +31,8 @@ in {
|
|||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = ["NotoSansM Nerd Font"];
|
||||
serif = ["NotoSerif Nerd Font"];
|
||||
monospace = ["UbuntuSansMono Nerd Font"];
|
||||
serif = ["Vegur"];
|
||||
sansSerif = [config.gtk.font.name];
|
||||
};
|
||||
};
|
||||
|
@ -55,8 +57,8 @@ in {
|
|||
};
|
||||
|
||||
font = {
|
||||
name = "NotoSans Nerd Font";
|
||||
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
|
||||
name = "UbuntuSans Nerd Font";
|
||||
package = pkgs.nerdfonts.override {fonts = ["UbuntuSans"];};
|
||||
size = lib.mkDefault 11;
|
||||
};
|
||||
|
||||
|
@ -127,7 +129,7 @@ in {
|
|||
cursor-theme = config.home.pointerCursor.name;
|
||||
cursor-size = config.home.pointerCursor.size;
|
||||
|
||||
document-font-name = "NotoSerif Nerd Font ${toString config.gtk.font.size}";
|
||||
document-font-name = "Vegur ${toString config.gtk.font.size}";
|
||||
|
||||
gtk-theme =
|
||||
if cfg.darkMode
|
||||
|
@ -139,7 +141,7 @@ in {
|
|||
then "Papirus-Dark"
|
||||
else "Papirus";
|
||||
|
||||
monospace-font-name = "NotoSansM Nerd Font ${toString config.gtk.font.size}";
|
||||
monospace-font-name = "UbuntuSansMono Nerd Font ${toString config.gtk.font.size}";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/wm/preferences".titlebar-font = "${config.gtk.font.name} ${toString config.gtk.font.size}";
|
||||
|
|
Loading…
Reference in a new issue