From f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 18 Sep 2020 13:14:55 +0300 Subject: Switch to Alacritty terminal emulator Updated some other configs and scripts to better interact with Alacritty. Also rely on fontconfig file, instead of specifying the font in each config (i.e. use font family 'monospace'). --- dotfiles/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.config/waybar') diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 41af20c..600bab1 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -1,6 +1,6 @@ * { font-size: 11px; - font-family: "BlexMono Nerd Font Mono"; + font-family: "monospace"; min-height: 0; } window#waybar { -- cgit v1.2.3