projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
462d88a
)
updated font
author
Matthew Owens
<matthew@owens.tech>
Wed, 29 Jul 2020 18:00:00 +0000
(19:00 +0100)
committer
Matthew Owens
<matthew@owens.tech>
Wed, 29 Jul 2020 18:00:00 +0000
(19:00 +0100)
dsurf
patch
|
blob
|
history
diff --git
a/dsurf
b/dsurf
index
7c07c56
..
ff2ea89
100755
(executable)
--- a/
dsurf
+++ b/
dsurf
@@
-1,5
+1,5
@@
#!/bin/bash
site=$(cat ~/.surf/bookmarks | dmenu -l 10 \
- -fn '
xos4 Terminus-
15' -nb '#1c1c1c' -sb '#b35050')
+ -fn '
Terminus (TTF):size=
15' -nb '#1c1c1c' -sb '#b35050')
[ -z "$site" ] || surf -b $site