
Path-indicator Conky
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
It's my first try to make something with conky - use it at Your own risk. I am not programmer.
Archive contain two files. To make it work
1) save "conkyrc" file as ".conkyrc" to Your home directory
2) sage "avi9526_conky.lua" to ".conky" directory in Your home folder
8 years ago
2012-06-15: Changed colors and added clock
8 years ago
2012-06-15: Changed colors and added clock
Foxblood
7 years ago
Report
avi9526
7 years ago
Background color is set in lua-script file at like 1236:
cairo_set_source_rgba(CairoContext, 0.6, 0.61, 0.62, 0.4)
replace it with
cairo_set_source_rgba(CairoContext, 0.6, 0.61, 0.62, 0.0)
Report
Foxblood
7 years ago
Report
avi9526
7 years ago
Read this http://askubuntu.com/questions/246776/conky-transparency-not-working
Try change lines 20..27 in .conkyrc to this:
own_window yes
own_window_title Conky
own_window_type dock
own_window_transparent yes
own_window_colour 66B2FF
own_window_argb_visual yes
own_window_argb_value 20
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
Report
gkokaisel
8 years ago
Report
leodelacruz
8 years ago
Report
terminhell
8 years ago
Report