mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
fix merge
This commit is contained in:
commit
28dbccdc5f
2
PKGBUILD
2
PKGBUILD
@ -24,7 +24,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz"
|
|||||||
"${_patches[@]}")
|
"${_patches[@]}")
|
||||||
|
|
||||||
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
||||||
'a0934b9822b3c8a9922c4274c6f532c8aeb3081d812e42c2dcedcbd66ab808d9'
|
'da8bd2e52e718cef0d935c00d263238705070f5c41e41c2c39004a3ccdc7dbb8'
|
||||||
'4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8'
|
'4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8'
|
||||||
'8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226'
|
'8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226'
|
||||||
'3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44'
|
'3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44'
|
||||||
|
13
README.md
13
README.md
@ -21,11 +21,18 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
makepg -si
|
makepkg -si
|
||||||
```
|
```
|
||||||
|
|
||||||
## Further Notes
|
## 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
|
+ Default font is system "mono" at 16pt
|
||||||
+ Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st)
|
+ 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
|
||||||
|
2
config.h
2
config.h
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* 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;
|
static int borderpx = 2;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user