removed bash and added mkshrc

This commit is contained in:
davidovski 2022-05-16 00:48:34 +01:00
parent 1406e81f40
commit 381aaffe4e
14 changed files with 260 additions and 17 deletions

10
scripts/links-launcher Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
startpage=${1:-https://search.davidovski.xyz/}
bin="$(which links || which xlinks)"
[ "${#DISPLAY}" = "0" ] || opts="-g -html-g-text-color 0xf58f44 -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf"
$bin $opts $startpage