Kitty Terminal & Polybar Font Change

- Change dwm terminal from alacritty to kitty
- Change polybar terminal from alacritty to kitty
- Change polybar font from NotoSans Nerd Font to Ubuntu Nerd Font
This commit is contained in:
Sravan Balaji
2021-07-23 16:46:33 -04:00
parent 5f2b977c1e
commit 1dc5722b99
3 changed files with 8 additions and 8 deletions

View File

@@ -753,7 +753,7 @@ static const char *dmenucmd[] = {
#endif // BAR_DMENUMATCHTOP_PATCH
NULL
};
static const char *termcmd[] = { "alacritty", NULL };
static const char *termcmd[] = { "kitty", NULL };
static const char *roficmd[] = { "rofi", "-show", "combi", NULL };
static const char *controlcentercmd[] = { "/home/sravan/.scripts/control-center.sh", "--rofi", NULL };
static const char *clipboardcmd[] = { "rofi", "-show", "clipboard", NULL };