diff --git a/PKGBUILD b/PKGBUILD index 7a4f884..4ea7a6f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,7 +24,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz" "${_patches[@]}") sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926' - 'a0934b9822b3c8a9922c4274c6f532c8aeb3081d812e42c2dcedcbd66ab808d9' + 'da8bd2e52e718cef0d935c00d263238705070f5c41e41c2c39004a3ccdc7dbb8' '4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8' '8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226' '3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44' diff --git a/README.md b/README.md index ad47be5..6d13a21 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,18 @@ ## Installation ``` -makepg -si +makepkg -si ``` ## Further Notes -+ You can change the transparency value by changing the `alpha` variable in the `config.h` file. -+ Default font is system "mono" at 14pt ++ 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 + 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``` + +# License + +This theme is released under the MIT License. For more information read the [license][license]. + +[license]: https://github.com/alrayyes/st/blob/master/LICENSE.md diff --git a/config.h b/config.h index c5c2443..cc5cffd 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=14:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*