1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-20 03:51:18 +00:00
conky/bin/format-colors.sh

8 lines
180 B
Bash
Raw Normal View History

#!/bin/sh
# Prepares stdin input YAML for gperf consumption
echo "struct rgb { const char *name; uint8_t red; uint8_t green; uint8_t blue; };"
echo "%%"
tr -d '[]"' | tr ":" ","