conky/conky-start.sh

10 lines
266 B
Bash
Raw Permalink Normal View History

2019-05-29 00:49:08 +00:00
#!/bin/sh
2019-06-01 16:26:52 +00:00
killall conky
conky -d -c ~/.config/conky/conky-full.conf
conky -d -c ~/.config/conky/conky-htop.conf
conky -d -c ~/.config/conky/conky-short.conf
2019-07-07 18:36:01 +00:00
(conky -c /home/ray/.config/conky/conky-console.conf| while read LINE; do xsetroot -name "$LINE"; done) &