From 1372e2d20aa2101d2c8949caebc7d5445126be83 Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Sat, 16 Sep 2017 01:26:53 +0300 Subject: [PATCH] bournified. Probably could make.. ah sure why not. --- blgterm.sh | 10 ++++++---- byterm.sh | 12 +++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/blgterm.sh b/blgterm.sh index 5fa73ac..ec1ff8d 100755 --- a/blgterm.sh +++ b/blgterm.sh @@ -1,6 +1,8 @@ #!/bin/sh urxvtc -fn "xft:Topaza600a1200a400 NF:antialias=true" \ --fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \ -+is -fg black \ --bg lightgrey \ --cr orange + -fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \ + +is -fg black \ + -bg lightgrey \ + -cr orange "$@" + + diff --git a/byterm.sh b/byterm.sh index ced5aa0..7bba20e 100755 --- a/byterm.sh +++ b/byterm.sh @@ -1,5 +1,7 @@ -urxvtc -fn "xft:TopazPlus a600a1200a4000-:antialias=false" \ --fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \ -+is -fg yellow \ --bg navy \ --cr firebrick +#!/bin/sh +urxvtc -fn "xft:Topaza600a1200a400 NF:antialias=true" \ + -fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \ + +is -fg yellow \ + -bg navy \ + -cr firebrick "$@" +