Switch scripts to themed dmenu wrapper

This commit is contained in:
Talia 2020-07-21 20:02:17 +02:00
parent 50a7f2c605
commit f2598c47fb
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
alias dmenu="$HOME/darkrc/bin/dmenu-themed "
manpage=$(apropos . | awk '{print $1}' | dmenu -p 'Mansplain what?' -l 10 -b)
if [ -z "$manpage" ];
then echo "Manpage not found or no manpage selected"; exit

View File

@ -1,4 +1,5 @@
#!/bin/sh
alias dmenu="$HOME/darkrc/bin/dmenu-themed"
namelist=$HOME/.local/unicode/NamesList.txt
if [ ! -f "$namelist" ]
then