mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
work with latest version of sauce code pro package
This commit is contained in:
parent
5d9e5f8849
commit
3937f2b6de
4
PKGBUILD
4
PKGBUILD
@ -6,7 +6,7 @@ pkgrel=1
|
|||||||
pkgdesc='A simple virtual terminal emulator for X.'
|
pkgdesc='A simple virtual terminal emulator for X.'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('libxft' 'libxext' 'xorg-fonts-misc')
|
depends=('libxft' 'libxext' 'nerd-fonts-source-code-pro')
|
||||||
makedepends=('ncurses')
|
makedepends=('ncurses')
|
||||||
url="http://st.suckless.org"
|
url="http://st.suckless.org"
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz"
|
|||||||
"${_patches[@]}")
|
"${_patches[@]}")
|
||||||
|
|
||||||
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
||||||
'314afa7c29cfd4a782eb93d5c3db6845b65d4bca1b22946c71eb5251dfd0551c'
|
'1ee1646c96e2cf788f8ba0a226478f74fb4b77cd521ad688875ec67ba954d85c'
|
||||||
'f22e0165aacb2bc86d000728c81f68022abcc601dbfd09e516e1ba772225d7e6'
|
'f22e0165aacb2bc86d000728c81f68022abcc601dbfd09e516e1ba772225d7e6'
|
||||||
'8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226'
|
'8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226'
|
||||||
'3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44'
|
'3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44'
|
||||||
|
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 = "SauceCodePro Nerd Font Mono:pixelsize=20:antialias=true:autohint=true";
|
static char *font = "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=12:antialias=true:autohint=true";
|
||||||
static int borderpx = 2;
|
static int borderpx = 2;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user