Try different font in alacritty

This commit is contained in:
Cyryl Płotnicki 2019-08-24 09:50:42 +01:00
parent 527723a524
commit d2b12314c5
3 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,7 @@ in
autoPrune.enable = true;
};
fonts.fonts = [ pkgs.powerline-fonts pkgs.weather-icons pkgs.material-icons ];
fonts.fonts = [ pkgs.powerline-fonts pkgs.weather-icons pkgs.material-icons pkgs.source-code-pro ];
nix = {
autoOptimiseStore = true;

View file

@ -16,8 +16,8 @@
tabspaces = 4;
font = {
family = "DejaVu Sans Mono for Powerline";
size = 8.0;
family = "Source Code Pro";
size = 7.0;
};
draw_bold_text_with_bright_colors = true;

View file

@ -49,6 +49,7 @@ in
"${mod}+Shift+c" = "reload";
"${mod}+Shift+r" = "restart";
"${mod}+Shift+l" = "exec physlock -d";
"${mod}+Return" = "exec i3-sensible-terminal";
"XF86AudioRaiseVolume" = "exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%";
"XF86AudioLowerVolume" = "exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%";