Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
397 views

MPD + Lua + conky

I need help writing a conkyrc file. It (should) call a lua script, which reads a FIFO pipe of PCM data generated by MPD. This FIFO is used to generate visualization in NCMPCPP but I'd rather it go to ...
2
votes
4answers
314 views

RegExp to match everything up to first blank line

I'm writing a bash script that will show me what TV programs to watch today, it will get this information from a text file. The text is in the following format: Monday: Family Guy (2nd May) Tuesday: ...
1
vote
2answers
696 views

execute conky with a cron job and bash

for my script in bash, I'd like to start conky if it's not running and pick a random wallpaper #! /bin/bash ## dependances : randomize-lines # otherwise wont work with cron export DISPLAY=0 while ...
-1
votes
3answers
3k views

Share your conky tips / scripts / .conkyrc

I've just started tinkering with conky, and I'm hoping the StackOverflow crowd can share some of the cool things they've done with this tool. Scripts and .conkyrc files specifically geared towards ...