mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
93ffab51a0
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
8 lines
180 B
Bash
Executable File
8 lines
180 B
Bash
Executable File
#!/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 ":" ","
|