Questions tagged [conky]

Conky is a free, light-weight system monitor for X that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD.

Conky is a free, light-weight system monitor for X that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD.

Conky is a GitHub project. Its name is derived from the Canadian TV show Trailer Park Boys.

83 questions
0
votes
1 answer

Restarting conky when it fails

I am using this using until to restart a process to monitor and restart a conky instance. But when it redraws it draws over the previous instance without wiping it first. So how do I get it to clean the screen and then respawn the conky instance.…
boudiccas
  • 297
  • 3
  • 13
0
votes
2 answers

Network Programming in C for name of running process for established connection

I am new to C network programming. I am trying to code a patch for my conky to display something like "netstat -pan --inet". Conky's inbuilt tcp_mon to not include process name. Initially I did this using netstat and awk but my script got a…
shunjie
  • 3
  • 1
  • 4
0
votes
1 answer

sed: can't read /home/me/weather: No such file or directory

I have the following extract from a script that fetches weather information from accuweather: wget -O ./weather_raw $address if [[ -s ./weather_raw ]]; then egrep 'Currently|Forecast<\/title>|_31x31.gif' ./weather_raw > ./weather sed -i…
Napoleon
  • 879
  • 2
  • 14
  • 36
0
votes
1 answer

Network output not working in LUA script -- Conky

For those familiar with Conky, this should make a bit more sense. I am trying to get the following Lua script to actually display its values for the 'NET' ring. I know that the code works outside of the script in Conky itself because running conky…
Makaze
  • 1,076
  • 7
  • 13
-1
votes
3 answers

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 developers would be especially good to see. Some…
Chad Birch
  • 73,098
  • 23
  • 151
  • 149
-1
votes
1 answer

Is there a way to make `membar` and `fs_bar` have gradient colors in conky?

Is there a way to make membar and fs_bar have gradient colors in conky? What I exactly need GREEN when the usage is low, YELLOW when mid-range, and RED when there is high usage of memory and disk space.
mlwn
  • 1,156
  • 1
  • 10
  • 25
-1
votes
1 answer

Debian conky installation

I messed up in conky installation. Conky is installed on computer but terminal says: conky is already the newest version (1.10.6-1). but when i write conky in terminal bash tells me: bash: conky: command not found. I've deleted some conky files too…
Zura
  • 5
  • 4
-1
votes
2 answers

conky: how to refresh the display values?

why conky duplicates the display after every minute as the picture
m3asmi
  • 1,252
  • 1
  • 16
  • 36
1 2 3 4 5
6