4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
XCOLOR=$(find ~/.config/xcolors/ -name "*.Xresources" | rofi -dmenu )
|
|
xrdb ${XCOLOR}
|
|
|