Removed explicit font from most dmenu calls, dmenu font is read from Xresources now and kept as uniform as possible
This commit is contained in:
parent
9d1527218a
commit
24905884ee
20 changed files with 38 additions and 34 deletions
|
@ -61,7 +61,7 @@ rsstimespanmenu() {
|
|||
echo "$CHOICES" |
|
||||
sed '/^[[:space:]]*$/d' |
|
||||
awk '{$1=$1};1' |
|
||||
dmenu -p "RSS Timespan" -c -l 10 -fn Terminus-20
|
||||
dmenu -p "RSS Timespan" -c -l 10
|
||||
)"
|
||||
|
||||
if echo "$CHOICE" | grep "Fetch"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue