From b758aa73019c16ed23d5b49784c8f38d9375972b Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sat, 1 Feb 2020 00:30:38 +0100 Subject: [PATCH] wip --- Makefile | 5 ++++- srcfiles/src | 8 +++----- st/config.def.h | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 31e202e..e885f1e 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,7 @@ fontconfig: srcfile: install -Dm600 srcfiles/src $(DESTDIR)/src/.srcfile -.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile +st: + install -Dm600 st/config.def.h $(DESTDIR)/src/st/config.def.h + +.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile st diff --git a/srcfiles/src b/srcfiles/src index 0cea486..b052860 100644 --- a/srcfiles/src +++ b/srcfiles/src @@ -65,11 +65,9 @@ git https://github.com/MirBSD/mksh mksh git https://github.com/dimkr/loksh loksh git https://github.com/Sweets/hummingbird hummingbird git https://github.com/octobanana/peaclock peaclock -git https://github.com/jarun/ddgr ddgr git https://github.com/baskerville/sxhkd sxhkd git https://github.com/baskerville/bspwm bspwm git https://github.com/jonas/tig tig -git https://github.com/magicant/yash yash git git://git.skarnet.org/s6 s6 git https://github.com/ivmai/bdwgc bdwgc git https://github.com/p-gen/smenu smenu @@ -98,7 +96,6 @@ git https://github.com/radare/radare2 radare2 git https://github.com/abishekvashok/cmatrix cmatrix git https://github.com/Sweets/custard custard git git://c9x.me/irc.git irc -git https://github.com/xmonad/xmonad xmonad git https://github.com/aircrack-ng/aircrack-ng aircrack-ng git https://github.com/9fans/plan9port plan9port git git://sourceware.org/git/glibc.git glibc @@ -112,8 +109,6 @@ git git://source.ffmpeg.org/ffmpeg.git ffmpeg git git://git.webkit.org/WebKit.git WebKit git https://gitlab.kitware.com/cmake/cmake cmake git https://github.com/godotengine/godot godot -git https://github.com/Mindwerks/wildmidi wildmidi -git https://github.com/allthemusicllc/atm-cli atm-cli git https://github.com/johnnovak/nim-mod nim-mod git https://github.com/deadpixi/sam sam git https://github.com/ziglang/zig-spec zig-spec @@ -143,6 +138,7 @@ git https://github.com/elixir-lang/elixir elixir git https://github.com/nimble-code/Spin Spin git https://github.com/VCVRack/Rack Rack git https://github.com/i3/i3 i3 +git https://github.com/fish-shell/fish-shell fish-shell # My own projects git git@github.com:joachimschmidt557/zig-lscolors zig-lscolors @@ -169,3 +165,5 @@ git git@github.com:joachimschmidt557/zbase zbase git git@github.com:joachimschmidt557/zed zed git git@github.com:joachimschmidt557/zig-linenoise zig-linenoise git git@github.com:joachimschmidt557/zig-termbox zig-termbox +https://github.com/i3/i3status +git https://github.com/i3/i3status i3status diff --git a/st/config.def.h b/st/config.def.h index 62f08d1..e6d2fd0 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Fira Code:pixelsize=20:antialias=true:autohint=true"; +static char *font = "Fira Code:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*