| Customization / Desktop Screenshots / Unix & Linux | ©2012-2013 ~Flamer-Shaftglutton |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
this message show on the terminal
Conky: invalid configuration file 'clock'
Conky: desktop window (1800095) is subwindow of root window (aa)
Conky: window type - desktop
Conky: drawing to created window (0x3a00001)
Conky: drawing to single buffer
can u help me to fix it
i think i did do any of that clue by change path
but i get this in the terminal
Conky: invalid configuration file 'clock'
Conky: desktop window (1800095) is subwindow of root window (aa)
Conky: window type - desktop
Conky: drawing to created window (0x3a00001)
Conky: drawing to single buffer
imlib_context_set_image(image)
imlib_render_image_on_drawable(0,-455) <------ Original value was (0,171)
imlib_free_image()
But I was hoping that you could help me out to set the clock on a 24-hour time, not am/pm.?
Unfortunately, I don't think there's any way around it. If I find anything I'll let you know.
Thanks for porting this to conky
------------
Absolute paths are necessary, but you can use "~" for your /home/<username>/ in "clock" and "conky_start.sh".
Assuming you unzipped all to "~/.config/conky":
clock: lua_load ~/.config/conky/overlay.lua
conky_start.sh: sleep 20 && conky -c ~/.config/conky/clock
Put "overlay.png" in the same folder, and simply use the name of the overlay file in "overlay.lua":
image = imlib_load_image("overlay.png")