5 lines
219 B
Bash
Executable file
5 lines
219 B
Bash
Executable file
#!/bin/sh
|
|
XCOLOR=$(find ~/.config/xcolors/ -name "*.Xresources" -printf "%f\n" | rofi -dmenu )
|
|
xrdb -merge $(find ~/.config/xcolors/ -name ${XCOLOR})
|
|
F=`rofi -dmenu -i -l 18 < ~/bin/nflist`
|
|
st-bamigasectorone -f "${F}"
|