From f7c53127aea14c0f4c049c29d5084a76989696fb Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sun, 10 Nov 2019 18:35:28 +0100 Subject: [PATCH] Changed font to vira code --- PKGBUILD | 2 +- README.md | 2 +- config.h | 2 +- config_desktop.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2324e88..94584a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,7 +24,7 @@ source=("http://dl.suckless.org/st/st-$pkgver.tar.gz" "${_patches[@]}") sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35' - 'ffc5a9d06274de3f681ece43fcc2cf398c8ecb14554b9cdf204044c3b81338b6' + '2842d6e1030ff0afad7420c4a93062e6da4e498295222005eae2581a38c45913' '7be1a09831f13361f5659aaad55110bde99b25c8ba826c11d1d7fcec21f32945' '30c9bcec5801614dd5cc8b96f470d7431e83d5d2af87bb2305df60082e5ab4ed' '3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44' diff --git a/README.md b/README.md index 68632be..9c5be02 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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 [Sauce Code Pro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SourceCodePro) at 20pt ++ Default font is [Fira Code Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode) * 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 diff --git a/config.h b/config.h index edb331f..db71801 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"; +static char *font = "FuraCode Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"; /* disable bold, italic and roman fonts globally */ int disablebold = 0; diff --git a/config_desktop.h b/config_desktop.h index c2ed4ff..760e943 100644 --- a/config_desktop.h +++ b/config_desktop.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=12:antialias=true:autohint=true"; +static char *font = "FuraCode Nerd Font Mono:style=Regular:pixelsize=12:antialias=true:autohint=true"; /* disable bold, italic and roman fonts globally */ int disablebold = 0;