diff --git a/PKGBUILD b/PKGBUILD index 5800db3..76dd843 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -34,7 +34,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz "${_patches[@]}") md5sums=('9929845ccdec4d2cc191f16210dd7f3d' - 'aeaedb030b020d192615b2cddfd2c862' + '598fcb5275d7f036807765370b5a226d' '939f403a71b6e85261d09fc3412269ee' '31a7569d7f3d43846f59e854ec5d1da0' 'fbb786263f2d714b18368ff64779d669' diff --git a/README.md b/README.md index f6e6f52..128683d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ makepkg -si ## Further Notes -+ Default font is [Sauce Code Pro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SourceCodePro) at 18pt ++ Default font is [Fira Code Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode) * When modifying [config.h](https://github.com/alrayyes/dwm/blob/master/config.h) be sure to run ```updpkgsums``` to update checksums before running ```makepkg -si``` ## License diff --git a/config.h b/config.h index c9a8c91..528741f 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "SauceCodePro Nerd Font:style=Regular:pixelsize=18:antialias=true:autohint=true" }; +static const char *fonts[] = { "FuraCode Nerd Font:style=Regular:pixelsize=18:antialias=true:autohint=true" }; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; diff --git a/config_desktop.h b/config_desktop.h index 082cc72..74cdae6 100644 --- a/config_desktop.h +++ b/config_desktop.h @@ -9,7 +9,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "SauceCodePro Nerd Font:style=Regular:pixelsize=14:antialias=true:autohint=true" }; +static const char *fonts[] = { "FuraCode Nerd Font:style=Regular:pixelsize=14:antialias=true:autohint=true" }; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";