Some additional launcher scripts

This commit is contained in:
Howland Owl 2020-05-06 03:09:23 +03:00
parent be572003d6
commit d944eb1293
2 changed files with 10 additions and 0 deletions

6
monofontpick.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
F=$(fc-list :spacing=mono| cut -d: -f2 | sort | uniq | rofi -dmenu -i)
S=$(seq 16 -2 8 | rofi -dmenu)
C=$(ls ~/bin/st* | rofi -dmenu -i)
#dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'`
${C} -f "${F}-${S}"

4
xcolorpick.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
XCOLOR=$(find ~/.config/xcolors/ -name "*.Xresources" | rofi -dmenu )
xrdb ${XCOLOR}