diff --git a/PKGBUILD b/PKGBUILD index 9242d36..c57e925 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,7 +23,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz" "${_patches[@]}") sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926' - '0bcd30e21468848432e490899932a1779c342f52f03917331acbabb7e0123d9d' + '314afa7c29cfd4a782eb93d5c3db6845b65d4bca1b22946c71eb5251dfd0551c' 'f22e0165aacb2bc86d000728c81f68022abcc601dbfd09e516e1ba772225d7e6' '8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226' '3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44' diff --git a/README.md b/README.md index c44bf6b..055f7db 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ makepkg -si ## Further Notes + Change the transparency value by modifying the `alpha` variable in [config.h](https://github.com/alrayyes/st/blob/master/config.h). -+ Default font is system "mono" at 16pt ++ Default font is "Sauce Code Pro Nerd Font Mono" at 20pt + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) * When modifying [config.h](https://github.com/alrayyes/st/blob/master/config.h) be sure to run ```updpkgsums``` to update checksums before running ```makepkg -si``` diff --git a/config.h b/config.h index 249083c..7b0b3b7 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "SauceCodePro Nerd Font Mono:pixelsize=20:antialias=true:autohint=true"; static int borderpx = 2; /*