From ca79206d6e904d24d87f1f6e38e41c0e52bc447f Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 15:37:03 +0200 Subject: [PATCH 1/7] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad47be5..71cdef5 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,9 @@ makepg -si + You can change the transparency value by changing the `alpha` variable in the `config.h` file. + Default font is system "mono" at 14pt + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) + +# 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. From 865020464a76939c4ee76d4df908f6d87891529b Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 15:37:49 +0200 Subject: [PATCH 2/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71cdef5..a10d417 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ makepg -si + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) # 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. From ad01889b17391983deba6b5721aade3fa1cdf371 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 2 Apr 2018 16:10:26 +0200 Subject: [PATCH 3/7] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a10d417..1ce0248 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ## Installation ``` -makepg -si +makepkg -si ``` ## Further Notes From 2b4d6826b702b0397662e9b07fe8d3055b10ab02 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 2 Apr 2018 16:21:16 +0200 Subject: [PATCH 4/7] bigger font & updated readme --- PKGBUILD | 2 +- README.md | 1 + config.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d2f147e..4ea7a6f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,7 +24,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz" "${_patches[@]}") sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926' - '184f506fdf24ed7e3c8445e8176580476e4a641522625573c9fad9a3e80fdc1e' + 'da8bd2e52e718cef0d935c00d263238705070f5c41e41c2c39004a3ccdc7dbb8' '4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8' '8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226' '3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44' diff --git a/README.md b/README.md index 1ce0248..4c08ef3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ makepkg -si + You can change the transparency value by changing the `alpha` variable in the `config.h` file. + Default font is system "mono" at 14pt + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) +* When changing config.h be sure to run ```updpkgsums``` to update checksums in the file before running ```makepkg -si``` # License diff --git a/config.h b/config.h index 7319d11..558e9cf 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; /* From d86d71e03ea89b85d43ea291d3b90bb446af7e92 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 16:23:13 +0200 Subject: [PATCH 5/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c08ef3..260affe 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ makepkg -si ## Further Notes -+ You can change the transparency value by changing the `alpha` variable in the `config.h` file. ++ 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 14pt + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) -* When changing config.h be sure to run ```updpkgsums``` to update checksums in the file before running ```makepkg -si``` +* 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 From b918fa72d9a1acd2c05dc549f2d67f0dc32fce41 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 16:24:04 +0200 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260affe..7dda234 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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 14pt ++ 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``` From a85083453090e446ac97483be69c00c826bc6384 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 16:25:55 +0200 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dda234..6d13a21 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ makepkg -si This theme is released under the MIT License. For more information read the [license][license]. -[license]: https://github.com/alrayyes/st/blob/master/LICENSE. +[license]: https://github.com/alrayyes/st/blob/master/LICENSE.md