Wiktor Zykubek ab76262568 Migrate from GitLab to GitHub
- switch i3wm to bspwm
- lot of changes
2020-03-08 10:19:00 +01:00

10 lines
287 B
Bash

#!/usr/bin/env bash
grep -Eoq '#[0-9,A-Z,a-z]**' ~/.Xresources | sort
echo
for i in {0..7}; do echo -en "\e[$((30 + i))m\u2588\u2588 ${colors[i]} \e[0m"; echo "${colors[i]}"; done
echo
for i in {8..15}; do echo -en "\e[1;$((22 + i))m\u2588\u2588 ${colors[i]} \e[0m"; done
echo -e "\n"