From a7ae4b2b6d5f85ef349755a77fc50dbdf60535a4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 5 Oct 2022 12:52:41 -0700 Subject: updating to work with FiraCode Nerd Font Mono --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index cb5e99f..fc10300 100644 --- a/config.def.h +++ b/config.def.h @@ -14,7 +14,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int focusonwheel = 0; static const char *fonts[] = - { "Fira Code Retina:pixelsize=20:antialias=true:autohint:true", + { "FiraCode Nerd Font Mono:pixelsize=20:antialias=true:autohint:true", "Noto Color Emoji:pixelsize=20:antialias=true:autohint=true" }; static const char dmenufont[] = "Fira Code Retina:pixelsize=20:antialias=true:autohint:true"; static const char col_gray1[] = "#222222"; @@ -73,7 +73,7 @@ static Sp scratchpads[] = { }; static const char *const autostart[] = { - "sh", "-c", "while true; do dwmstatus; sleep 15s; done", NULL, + "sh", "-c", "while true; do dwmstatus; sleep 30s; done", NULL, "nitrogen", "--restore", NULL, "mpd", NULL, "dunst", NULL, -- cgit v1.2.3