Advertising
advertising
related pastes to tag 'conky'
- 939382 - acpi sensors work: 8 fedora config conky
-
- sensors
- it8718-isa-0290
- Adapter: ISA adapter
- in0: +1.15 V (min = +0.00 V, max = +4.08 V)
- in1: +1.82 V (min = +0.00 V, max = +4.08 V)
- in2: +3.36 V (min = +0.00 V, max = +4.08 V)
- in3: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
- in4: +3.12 V (min = +0.00 V, max = +4.08 V)
- 882084 - Johnc4510: linux conky
-
- # conky configuration
- # set to yes if you want Conky to be forked in the background
- background yes
- # X font when Xft is disabled, you can pick one with program xfontsel
- #font 5x7
- #font 6x10
- 724464 - dragon_788: conky
-
- #!/bin/sh
- ### Configuration ###
- iwconfig=/sbin/iwconfig
- wired=eth0
- wireless=wlan0
- tmp=/tmp
- ### Configuration ###
- 724463 - dragon_788: conky
-
- # ~/.conkyrc
- background yes
- use_xft no
- font 6x10
- update_interval 5.0
- total_run_times 0
- own_window yes
- 647385 - Anshu123: error conky old compiled but
-
- conky -version
- Conky 1.4.5 compiled Tue Aug 7 17:34:41 IST 2007 for Linux 2.6.22.1-41.fc7 (i686)
- Compiled in features:
- X11:
- * Xdamage extension
- * Xdbe extension (double buffer)
- 647364 - Anshu123: fedora compile conky 7
-
- conky 1.4.6 configured successfully:
- Installing into: /usr
- C compiler flags: -g3 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W
- Linker flags: -Wl,-O1
- Libraries: -lrt -lX11 -lXext -lXdamage -lXfixes -lXft -lXrender -lfontconfig -lfreetype -lX11 -lglib-2.0
- * x11:
- 647359 - Anshu123: fedora compile conky 7
-
- conky-1.4.6]# ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-own-window --disable-audacious --disable-bmpx --enable-hddtemp --enable-mpd --disable-xmms2 --enable-portmon --enable-network --enable-debug --enable-xll --enable-double-buffer --enable-xdamage --enable-xft --enable-rss
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- .
- 647289 - Anshu123: fedora conky mpd
-
- cat ~/.conkyrc | grep mpd
- #mpd settings here
- mpd_host localhost
- mpd_port 6600
- ${voffset -1} Kernel: ${color 95956B}${font}${kernel} ${color} Cpu: ${color 95956B}${font}${cpu}% ${color} Mem: ${color 95956B}${font}${mem} ${color} | ${color} Up: ${color 95956B}${font}${uptime_short}${color} | ${color} Net: ${color 95956B}${font}${downspeed eth0} Kb/s ${color} ${totaldown eth0} down${color} | ${color} ${color 95956B}${upspeed eth0} Kb/s ${color} ${totalup eth0} up${color} | Home (freespace) : ${color 95956B}${font}${fs_free /home} ${color} : ${color lightgrey} | Load:$color $loadavg ${color lightgrey} | CPU Temp ${color}: ${acpitemp}c| ${color} Now Playing: ${color D7D3C5}${font}${mpd_title} | ${color}Time: ${color 95956B}${font}${time}
- Check >>> for result http://img.photobucket.com/albums/0903/kyroW2S/kinky_conky.jpg
- 646682 - Anshu123: linux fedora conky rc
-
- #avoid flicker
- double_buffer yes
- #own window to run simultanious 2 or more conkys
- own_window yes
- own_window_transparent no
- own_window_type normal
- own_window_hints undecorate,sticky,skip_taskbar,skip_pager