Conky With Lua

Themes, icons, wallpapers, etc.
Message
Author
User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#101 Post by drunkjedi »

Ahh thanks mate.

I just used Ken conky theme in conky switcher provided in OP.
Just changed colors of clock circles.

User avatar
Moat
Posts: 955
Joined: Tue 16 Jul 2013, 06:04
Location: Mid-mitten

#102 Post by Moat »

Semi-transparent .png images can be added to the Pwidgets' conkies, using for example...

Code: Select all

${image /usr/local/pwidgets/widgets/drawButton.png -p -1,0 -s 190x374}
... placed at the very end of the config file. Takes a bit of fiddling with the image and conky position offset and size variables for everything to align properly, but can look awfully "classy", IMHO (unfortunately, it does seem to add about 2% CPU use @ idle, though, on this old Pentium D desktop :( ). Some glassy background images, with a bit of drop-shadow added to the clock .png -
Attachments
_2016-02-16.jpg
Glassy background .pngs...
(24.63 KiB) Downloaded 1229 times

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#103 Post by nilsonmorales »

Puppy works fine with bargraphs here a little example
Documentation here http://n00by4ever.deviantart.com/art/co ... -401252985
need sao ui fonts http://fontmeme.com/freefonts/34787/sao_ui.font
conkyrc
#------------------------- Windows Settings
# Create own window instead of using desktop (required in nautilus)
alignment top_right
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
own_window_colour black
own_window_class Conky
own_window_title TEST
own_window_argb_visual yes
own_window_argb_value 0

double_buffer yes

#------------------------- Location
minimum_size 340 200
#gap_x 310
#gap_y 310

#------------------------- FONT
use_xft yes
xftfont SAO UI:bold:size=13
xftalpha 0.8 # Alpha of Xft font. Must be a value at or between 1 and 0 ###
override_utf8_locale yes
draw_shades no
default_shade_color black
draw_outline no
uppercase no

#------------------------- BORDER
draw_borders no
draw_outline no
stippled_borders 0
border_inner_margin 0
border_outer_margin 0
border_width 0

#------------------------- OTHER
background no
update_interval 1

lua_load /root/.config/conky/puppybars.lua
lua_draw_hook_post main_bars


draw_graph_borders no

TEXT
${font SAO UI:size=22}${alignc}${execi 300 date +"%A, %B %d"}
${alignc}$nodename
${font SAO UI:size=55}${voffset 12} ${offset 197}${font}CPU >>> ${cpu cpu0}%
${voffset 20} ${offset 90}MEM >>> ${memperc}%
${voffset 28} ${offset 170}ROOT >>> ${fs_used_perc /root}%
puppybars.lua file
http://paste.debian.net/419713/ just 90 days.
Image
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
Subito Piano
Posts: 731
Joined: Mon 28 May 2007, 03:12
Location: UPSTATE New York
Contact:

#104 Post by Subito Piano »

Like Jedi, i have Lua on JWM. Transparency falters until i open up conkyswitcher, switch to a different conky, wait a second, then switch back to Lua. Then, voila! -- transparency ensues. In my conkyrc file, "own_window_type override" is NOT commented out. Any ideas?

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#105 Post by smokey01 »

Is anyone else having problems with Conky?

Mine has stopped working because:

Code: Select all

Connecting to ip.tupeux.com|212.129.25.14|:80...
seems to be down.

User avatar
spiritwild
Posts: 181
Joined: Mon 03 Oct 2016, 10:06

#106 Post by spiritwild »

I use to have a script with

wget http://ipinfo.io/ip -qO -


and ad to /.conkyrc file;
IP: ${exec sh ip.sh}

This use to work also

${exec curl -s http://ipinfo.io/ip -qO -}


I dont know if that still works, still displays IP in terminal though

Post Reply