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 "$@" +