Some additional launcher scripts
This commit is contained in:
parent
be572003d6
commit
d944eb1293
2 changed files with 10 additions and 0 deletions
6
monofontpick.sh
Executable file
6
monofontpick.sh
Executable 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
4
xcolorpick.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
XCOLOR=$(find ~/.config/xcolors/ -name "*.Xresources" | rofi -dmenu )
|
||||
xrdb ${XCOLOR}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue