Giter Club home page Giter Club logo

conky_colors's People

Contributors

android-808 avatar faux123 avatar frantisekz avatar helmuthdu avatar hongquan avatar jesustorresdev avatar kevinchevreuil avatar okin avatar quoding avatar subdee avatar sumitk874 avatar zakkak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

conky_colors's Issues

[SLS] Weather autorefresh

Conky in SLS mode should be able to auto-refresh weather info. Additionally, it should be possible to set requested time to reload weather info.

CPU Temp suggestion

I suggest changing the last sed when getting the cpu temperature to get rid of a .x temps. So it would be:

sensors -f | grep 'Core 0' | awk '{print $3}' | sed 's/+//' | sed 's/..//g'

instead of s/.0//g at the end.

Some bug with devicename in "conkyHD[1-4].py"

The root path "/" not named to "Root"

BUT! When change this string:
if (device is "/"):
to
if(device == "/"):

the script work fine.

I dont know, maybe this bug work only me. (Debian 7.4, Python2 and Python3)
But this example work good:

$ >>> device = "/"
$ >>> if (device is "/"):
$ ... devicename="Root"
$ ...
$ >>> print (""+devicename+"")
$ Root

SLS BAT0 is hard-coded

As reported by fanys in comments of issue #16.

--battery-value is used by conkyrc_default.c to handle alternative locations, but is unused in SLS mode because the configuration is hard coded in conkySLS.lua.

SLS Fails If No Swap Space Active

If you have no swap space mounted/active on the system, conkySLS.lua fails with the following error:

Conky: llua_do_call: function conky_main execution failed: /usr/share/conkycolors/scripts/conkySLS.lua:841: attempt to concatenate a nil value

As soon as swapon /dev/sda1 or whatever is run, the error disappears and all is well. Also helpfully highlighted an error with my apparenty auto-generated fstab!

Gnome-Shell/Unity selection.

I've been meaning to mention this for a while.

Running in "default" mode, conky-colors first asks if I am running Ubuntu or Debian, to which I can answer either way. It then prompts for Gnome-Shell or Unity but doesn't take user input, just proceeds to output conkyrc.

Archlinux 32bit
Conky-Lua 1.9.0 from AUR (same in old versions)
Latest conky-colors.

Replace some custom fonts by the conkycolors font family

This is just something new that i'm doing ^^ (got a little of free time and i feel i should do this)
Captura de tela de 2013-01-12 12:27:57

The cool thing here is that the logo is inside the monitor, the new conkycolors font also contain all fonts i have added to the poky font (yes, it's a modified font).

Default mode weather icon

Discussed prevously in #13. I have split it off into a seperate issue as it was a bit off topic.

I have a working weather icon implementation using original ConkyWeather.ttf, haven't tried the previously shipped OTF yet, and a small modification to my bash script I posted earlier. Only drawback so far is its a bit thin. After I have tested it a bit more (need to wait for bloody English weather to change!), I'll upload it to my repo. Might even try out branch feature to avoid problem of Pull Request submitting the stuff I'm working on when I submit a fix.

python-statgrab is not available in (K)ubuntu 14.04

Hi
There is no python-statgrab in Kubuntu 14.04 lts:

$sudo apt-get install aptitude python-keyring python-statgrab ttf-ubuntu-font-family hddtemp curl lm-sensors conky-all
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-statgrab

Is there any substitue I can use? Thanks

Leftover fonts?

In conkyrc_default using set_calendar = 1 there is the only mention in project I can find (with grep) of Arial. I thought this was one that you had removed in the build up to version 9?

make is not working src/conky-colors.c:15:10: fatal error: No such file or directory

did a cleaninstall of linux mint 19.3 today. updated the entire os then wanted to install conky colors again and followed the instructions.

when running:
apt-get install aptitude python-statgrab python-keyring ttf-ubuntu-font-family hddtemp curl lm-sensors conky-all
i get:
E: Unable to locate package python-statgrab

and when i run make from the terminal where i extracted the "conky_colors_by_helmuthdu_d41qrmk.zip" file. i get:

conky_colors-master$ make
cc -DDESTDIR="/usr/local" -Wall -std=c99 src/conky-colors.c src/conkycover.c src/conkyplayer.c src/conkyrc_cairo.c src/conkyrc_ring.c src/conkyrc_board.c src/conkyrc_default.c src/conkyrc_slim.c src/conkyrc_sls.c src/coverposition.c src/finddir.c src/help.c src/options.c src/photoposition.c src/themes.c src/translations.c src/variables.c src/confinstall.c src/utils.c src/initialize.c -o conky-colors
src/conky-colors.c:15:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkycover.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyplayer.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_cairo.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_ring.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_board.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_default.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_slim.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_sls.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/finddir.c:2:10: fatal error: unistd.h: No such file or directory
#include <unistd.h>
^~~~~~~~~~
compilation terminated.
src/help.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/options.c:2:10: fatal error: string.h: No such file or directory
#include <string.h>
^~~~~~~~~~
compilation terminated.
src/themes.c:2:10: fatal error: string.h: No such file or directory
#include <string.h>
^~~~~~~~~~
compilation terminated.
src/translations.c:2:10: fatal error: string.h: No such file or directory
#include <string.h>
^~~~~~~~~~
compilation terminated.
src/confinstall.c:2:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^~~~~~~~~~
compilation terminated.
src/utils.c:2:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/initialize.c:2:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^~~~~~~~~~
compilation terminated.
: recipe for target 'conky-colors' failed
make: *** [conky-colors] Error 1

Problem with webdings font in Linux Mint.

There is an issue with the font Webdings in Linux Mint. Instead of the Sent/Received arrows and the world icon with the local and public ip address, I've got squares.
Apart from that, in the HD section I've got circles in the sections when conky informs the space in the filesystems.
I've got Webdings font installed by the mscore package, and conky as well has it installed. I've tried removing one of them and regenerates the fonts cache, but that didn't work,

Default Mode(White) Widget Overlay

I selected the system widget,date widget, HD widget, network widget and the weather widget. The set language is german.
Sadly the widgets overlay each other. It's just 5 to 10px but it's annyoing cause you're not able to read the headers properly.

Is there any way to get a bit more space inbetween the widgets? Thanks.

I also have a screenshot you can get it from my dropbox:

https://dl.dropbox.com/u/8394801/widgetoverly.png

Translations For Weather & Battery Status

I have come across a few translation related issues. I would take a stab at these myself but I don't have a good enough grasp of all the languages used and don't trust Google translate.

After looking over some of the code I have noticed there seem to be a few unused translations. For example, when no internet connection is available from boot, default mode is blank where the actual temperatures for the weather should be, just shows arrows. There is in translations.c: snprintf(noweather, 31, "Weather Unavailable"); but it is not used in this case.

The recent battery update now shows 'unknown status' when the battery is not connected. The phrase is however hard coded in English. Consistency wise, it doesn't follow suite with the other messages as it doesn't use capitals at the beginning of each word.

Commit messages

if you actually wrote real commit messages, I might actually know why all the fonts were removed in this commit
1c50bda

Avoid Wireless Signal Bar Showing Wrong Info

Wireless signal bar is displayed and if_up returns true if wireless networking is enabled but not actually connected.

I've been testing:

if_up_strictness
How strict should if_up be when testing an interface for being
up? The value is one of up, link or address, to check for the
interface being solely up, being up and having link or being up,
having link and an assigned IP address.

Link seems to be a better option.

ERRO: THEME unavaliable

Compiling fails with error

ERRO: THEME unavaliable

on Ubuntu 14.10 with Unity.
Does this work only on gnome?

Network interfaces are assumed to start with "wlan" or "eth"

The network interfaces for --network are assumed to be something like wlan0 or eth1. In the latest version of Arch Linux, the network interfaces are named based on pci. For instance, my lspci output shows 03:00.0 Network controller (...), so the network interface is named wlp3s0. This could be fixed by adding the ability for the --wlan, --eth, and --ppp options to accept something like wlp3s0. They currently only accept something like 0, meaning wlan0.

Battery detection

The following prevents battery stanza from being displayed if no battery is connected and --battery is specified to conky-colors. This makes the display dynamically change in a similar way to when an external hard disk drive is connected.

--- conky_colors/src/conkyrc_default.c
+++ conky_colors/src/conkyrc_default.c
@@ -206,7 +206,7 @@
//Battery
if (set_battery == True) {
fprintf(fp,"# |--BATTERY\n");

  •   fprintf(fp,"${color0}${font Poky:size=13}E${font}${color}${goto %d}${voffset -5}%s: ${font Ubuntu:style=Bold:size=8}${color1}${battery_percent BAT%d}%%${color}${font} ${alignr}${color2}${battery_bar BAT%d 8,60}${color}\n", go2, battery, battery_value, battery_value);
    
  •   fprintf(fp,"${if_existing /sys/class/power_supply/BAT0/present 1}${color0}${font Poky:size=13}E${font}${color}${goto %d}${voffset -5}%s: ${font Ubuntu:style=Bold:size=8}${color1}${battery_percent BAT%d}%%${color}${font} ${alignr}${color2}${battery_bar BAT%d 8,60}${color}${endif}\n", go2, battery, battery_value, battery_value);
    
    }
    //Processes
    if (set_process == True) {

Problem with SLS mode and weather

Hi helmuthdu,
first thank you for nice and useful script to configure conky.
But i have a problem with SLS mode.
I can't see temperature at all (i tried to chmod ~/.conkycolors to rwx-rwx-rwx but it doesn't helped at all).
Here is complete conky launch log(it is in czech):


fanys@fanys-netbook:~$ conky -c /home/fanys/.conkycolors/conkyrc
Conky: desktop window (3200003) is subwindow of root window (aa)
Conky: window type - normal
Conky: drawing to created window (0x2000001)
Conky: drawing to double buffer
--2012-07-12 22:47:10-- http://www.weather.com/weather/right-now/EZXX0005
Překládám www.weather.com (www.weather.com)… 96.8.80.121
Navazuje se spojení s www.weather.com (www.weather.com)|96.8.80.121|:80… spojeno.
HTTP požadavek odeslán, program čeká na odpověď… 200 OK
Délka: neudáno [text/html]
Ukládám do: „/home/fanys/.conkycolors/weather/RightNow/raw_rn“

[                    <=>                ] 114 222     12,1K/s   za 9,2s    

2012-07-12 22:47:20 (12,1 KB/s) – „/home/fanys/.conkycolors/weather/RightNow/raw_rn“ uložen [114222]

--2012-07-12 22:47:20-- http://www.weather.com/weather/today/EZXX0005
Překládám www.weather.com (www.weather.com)… 96.8.80.121
Navazuje se spojení s www.weather.com (www.weather.com)|96.8.80.121|:80… spojeno.
HTTP požadavek odeslán, program čeká na odpověď… 200 OK
Délka: neudáno [text/html]
Ukládám do: „/home/fanys/.conkycolors/weather/Today/raw_td“

[          <=>                          ] 117 748     42,4K/s   za 2,7s    

2012-07-12 22:47:24 (42,4 KB/s) – „/home/fanys/.conkycolors/weather/Today/raw_td“ uložen [117748]

--2012-07-12 22:47:24-- http://www.weather.com/weather/tenday/EZXX0005
Překládám www.weather.com (www.weather.com)… 96.8.80.121
Navazuje se spojení s www.weather.com (www.weather.com)|96.8.80.121|:80… spojeno.
HTTP požadavek odeslán, program čeká na odpověď… 200 OK
Délka: neudáno [text/html]
Ukládám do: „/home/fanys/.conkycolors/weather/10days/raw_10“

[             <=>                       ] 100 459     20,5K/s   za 4,8s    

2012-07-12 22:47:29 (20,5 KB/s) – „/home/fanys/.conkycolors/weather/10days/raw_10“ uložen [100459]

sed: High nelze číst: Adresář nebo soubor neexistuje
sed: was nelze číst: Adresář nebo soubor neexistuje
sed: 73 nelze číst: Adresář nebo soubor neexistuje
cp: nelze získat informace o „/home/fanys/.conkycolors/weather/images/Today's“: Adresář nebo soubor neexistuje


Adresář nebo soubor neexistuje means file or directory doesn't exists.

Thank you for help/bug resolve

(I am using Ubuntu 12.10 updated today).

Make GMail in SLS optional

GMail support is currently enabled all the time in SLS mode. As a result anyone without a GMail account still has it displayed.

I'll try to look at this over next few days.

Colors in Text files

Conky is starting a little script that ask the router for all active network devices. At the end i have a simple list

192.168.178.21 tv
192.168.178.22 notebook
192.168.178.23 smartphone

I want to customize the script so that some of the lines are red or green or what else. I have to do this in the script so that the text file passed to conky already contains the color information. something like:

192.168.178.21 tv
${color #ffc11f}192.168.178.22 notebook
192.168.178.23 smartphone

or

192.168.178.21 tv
${color #ffc11f}192.168.178.22 notebook
192.168.178.23 smartphone

But both doesn't work. How can i add color information to the text file so that conky can use it?

Temperature vertical offset in default

Can anyone else confirm that the temperature vertical offset for the max/min temperature reading is slightly too small, making it appear too close to the current temperature.

Number zero appears in HD section

In 1 of my ext4 filesystem, the bar, the free and used number don't show, but a number zero appear nearby:

selection_010

This is the output of conkyHD1

$ /usr/share/conkycolors/bin/conkyHD1                                                                                             
${voffset 4}
${voffset -10}${offset 0}${color0}${font ConkyColors:size=15}i${font}${color}${offset 6}${voffset -10}Root: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /}%${color}${font}

${voffset -10}${offset 1}${color0}${fs_bar 4,17 /}${color}${offset 10}${voffset -2}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /}${color}${font} U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /}${color}${font}

${voffset -10}${offset 0}${color0}${font ConkyColors:size=15}i${font}${color}${offset 6}${voffset -10}Home: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /home}%${color}${font}

${voffset -10}${offset 1}${color0}${fs_bar 4,17 /home}${color}${offset 10}${voffset -2}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /home}${color}${font} U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /home}${color}${font}

${voffset -10}${offset 0}${color0}${font ConkyColors:size=15}i${font}${color}${offset 6}${voffset -10}Documents: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /home/quan/Documents}%${color}${font}

${voffset -10}${offset 1}${color0}${fs_bar 4,17 /home/quan/Documents}${color}${offset 10}${voffset -2}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /home/quan/Documents}${color}${font} U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /home/quan/Documents}${color}${font}

${voffset -10}${offset 0}${color0}${font ConkyColors:size=15}i${font}${color}${offset 6}${voffset -10}Works: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /home/quan/Works}%${color}${font}

${voffset -10}${offset 1}${color0}${fs_bar 4,17 /home/quan/Works}${color}${offset 10}${voffset -2}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /home/quan/Works}${color}${font} U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /home/quan/Works}${color}${font}

${voffset -10}${offset 0}${color0}${font ConkyColors:size=15}i${font}${color}${offset 6}${voffset -10}Entertainment: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /home/quan/Entertainment}%${color}${font}

${voffset -10}${offset 1}${color0}${fs_bar 4,17 /home/quan/Entertainment}${color}${offset 10}${voffset -2}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /home/quan/Entertainment}${color}${font} U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /home/quan/Entertainment}${color}${font}

${voffset -10}

slim mode

Hi,
I've got some problem with slim mode. There is a console output.

Conky: desktop window (1400003) is subwindow of root window (ac)
Conky: window type - normal
Conky: drawing to created window (0x3e00002)
Conky: drawing to double buffer
[: 19: cur: unexpected operator
[: 19: cur: unexpected operator
[: 19: cur: unexpected operator
Conky: llua_do_call: function conky_main execution failed: /usr/share/conkycolors/scripts/conkySlim.lua:37: assertion failed!
[: 19: cur: unexpected operator
[: 19: cur: unexpected operator
[: 19: cur: unexpected operator
Conky: llua_do_call: function conky_main execution failed: /usr/share/conkycolors/scripts/conkySlim.lua:37: assertion failed!

Changes to make it possible to create a package for fedora

"I want to package your script and add it to fedora repositories, but there's some problems that i hope you can fix upstream:
Most problem is about fonts, first i think you should remove Arial_Black.ttf from fonts and just add msfonts (or msttcorefonts in ubuntu) in dependencies! that font isn't free at all and i think it shuoldn't be there at all :) (it belong to another package)
But about other fonts like weather, clocks, etc. I asked in fonts mailing list and they told me you shouldn't add those in /usr/share/fonts/OTF & /usr/share/fonts/TTF. you should add it in your application directory (/usr/sharer/conkycolor/fonts/*), then use FcConfigAppFontAddDir() to add that directory to Fonts database. This will really help that if anybody want to remove conky-colors from their GNU/Linux Linux distribution and this is a true way to add those because they're not unicode-encoded characters."

Custom themes

Whilst attempting to test my GUI project, I discovered that the custom theme parameters are not always honoured.

--default-color is not acknowledged, at least in default and sls mode.
--color3 appears to be incorrectly assigning to the same value as --color1, but I have yet to find the cause.

Insonsistent CPU temperature reading behaviour

I've managed to get it to read the CPU temperature correctly but only if I remove --cpu=2 on default style. When specifying cpu=2 the temperature reading cuts of the unit digit e.g. 28 becomes 2, 18 becomes 1 etc.

I was specifying this as the Atom N270 features Hyperthreading. CPU load on both threads can be different which was why I was using it. It only prints the temperature on CPU 1 in this scenario but thats fine as it really is only one CPU.

After working out that lm_sensors was working correctly, I've tracked down the issue to the CPU temp section of the conkyrc. When one cpu is specified the relevant section becomes:

execi 30 sensors | grep 'Core 0' | cut -c16-17

When two cpus are specified it becomes cut -c15-16, threfore cutting off the second digit.

Looking into the source there appears to be a lot of inconsistancy in the values used for each style, some 16-17 or 15-17 with +/-, some 15-16 and 14-16.

Random Photo Script stuck on a single image & image refresh rate

From DeviantArt User :~Flash858
Thanks for all the hard work. This is the best implementation of Conky I have seen along with Pwidgets in Puppy. One issue I am having is that random photo script stopped working and it is stuck on a single image. I have deleted the temp file, removed the folder and reloaded to ensure that when I reloaded conky colors that the image was blank, then changed the folder and while it loads an image, it no longer rotates.

Also, is there a way to speed up the sequence? I'd like the image to change every 10 seconds or so.

Thanks again!

Public IP is null

After login/start-up the public IP field of network category shows "(null)" value.

Unable to build on EndeavourOS (and most likely Arch Linux)

It seems impossible to build under EndeavourOS with the current Makefile.

I am getting an error an error like :

/usr/bin/ld: /tmp/ccV4wprr.o:(.bss+0x0): multiple definition of `i'; /tmp/ccBdLCoq.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [<builtin>: conky-colors] Error 1

As pointed out here, it seems the default compiler flag is now -fno-common which does not allow such duplicates.

The workaround, in my case is to add the flag -fcommon to the $CFLAGS variable in the Makefile.

Simplify config regeneration.

This is a feature I'd originally planned for my GUI project, but I feel it may be better integrated into the main application.

When a user updated there version of conky-colors, they are required to regenerate the conkyrc file to integrate any fixes or font changes. This requires the user to remember all options parsed to the executable. I would like to propose an extra section at the end of options.c or somewhere similar that outputs the command line argument to a shell script contained within the ~/.conkycolors directory. On updating conky-colors, this file would just need to be executed.

slim and board modes: nothing under TEXT

hi.

there is nothing under TEXT label in both slim and board rc files (the c files in src folder).
nothing is written in conkyrc config file so no gauge is displayed.

other modes work soooo good, nice work!!
regards

No themes and only one background color for conky-colors

I am trying this first time.
Here is my details

System Details:

uname -a
Linux ankur-MS-7576 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:49:53 UTC 2012 i686 athlon i686 GNU/Linux

I followed all the installation steps, Although, I got a warning while make command

Then I configured conky as follows:

sudo conky-colors --theme=carbonite --lang=en --cpu=4 --network --hd=meerkat --hdtemp1=sda --hdtemp2=sdb --rhythmbox=glassy

after that It asked Ubuntu/Debian Distribution. After that launched the conky using
sudo conky -c /home/ankur/.conkycolors/conkyrc

the output was as follows:


Conky: desktop window (1800092) is subwindow of root window (176)
Conky: window type - override
Conky: drawing to created window (0x4600001)
Conky: drawing to double buffer
Conky: obj->data.i 4 info.cpu_count 3
Conky: attempting to use more CPUs than you have!
find: `/home/ankur/.cache/rhythmbox/covers/': No such file or directory
/home/ankur/.conkycolors/bin/conkyCover: 1: /home/ankur/.conkycolors/bin/conkyCover: identify: not found
/home/ankur/.conkycolors/bin/conkyCover: 1: /home/ankur/.conkycolors/bin/conkyCover: identify: not found
/home/ankur/.conkycolors/bin/conkyCover: 17: /home/ankur/.conkycolors/bin/conkyCover: convert: not found
find: `/home/ankur/.cache/rhythmbox/covers/': No such file or directory
/home/ankur/.conkycolors/bin/conkyCover: 1: /home/ankur/.conkycolors/bin/conkyCover: identify: not found
/home/ankur/.conkycolors/bin/conkyCover: 1: /home/ankur/.conkycolors/bin/conkyCover: identify: not found
/home/ankur/.conkycolors/bin/conkyCover: 17: /home/ankur/.conkycolors/bin/conkyCover: convert: not found
Conky: Unable to load image '/tmp/conkycolors/conkyCover.png'
find: `/home/ankur/.cache/rhythmbox/covers/': No such file or directory
/home/ankur/.conkycolors/bin/conkyCover: 1: /home/ankur/.conkycolors/bin/conkyCover: identify: not found
/home/ankur/.conkycolors/bin/conkyCover: 1: /home/ankur/.conkycolors/bin/conkyCover: identify: not found
/home/ankur/.conkycolors/bin/conkyCover: 17: /home/ankur/.conkycolors/bin/conkyCover: convert: not found
find: `/home/ankur/.cache/rhythmbox/covers/': No such file or directory

After that I checked the desktop (see attached screenshot). I tried to run this command with different theme and options but I always got screen like attached screenshot.

Is there something wrong with my config, any dependencies missing, or is just an issue with Conky ?

conkey1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.