7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
grep -Eo '#[0-9,A-Z,a-z]**' ~/.Xresources | sort | head -n 1
|
||
|
|
||
|
echo
|
||
|
echo -en "\e[$((30 + i))m\u2588\u2588 ${colors[i]} \e[0m"; echo -e "\n"
|