can a archbang user please post the default conkyrc
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i have manged to get the segments i needed from the live cd (thank bob i could find a usb stick)
also can someone please tell me why my battery display fails to show a statistic
Quote:
# set to yes if you want Conky to be forked in the background
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Trebuchet MS:size=10
xftfont Sans:size=8
# Text alpha when using Xft
xftalpha 1
# Update interval in seconds
update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
own_window yes
own_window_transparent yes
#own_window_type override
own_window_type desktop
#own_window_type normal #use this if you want a nice shadow to appear around conky
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 200 200
# Maximum width
maximum_width 220
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders no
# Stippled borders?
stippled_borders 8
# border margins
border_margin 6
# border width
# border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color white
# Text alignment, other possible values are commented
#alignment top_left
alignment top_left
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 1
gap_y 1
# Subtract file system buffers from used memory?
no_buffers yes
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
Instead of requesting someone to post something that is readily available you could first look at the conky from Slackbuilds. Sure some work on your part but doable from a source standpoint.
For arch you could request on the Arch forum.
Looking at ArchBang's site indicates that it uses Arch packages. Looking through Arch's repositories indicated that Arch's Conky package just uses the default conkyrc provided in the source tarball. So all you had to do was download the source tarball from Conky's project website and extract the configuration file from it.
i just needed the rc files, to which in my previous post i said that i managed to get via live cd (needed to find a usb stick first) an browsing the /home folders .XXXX files,
but now my problem is that the battery segment does not work (have tried a few segments from various "post your conkyrc" forums elsewhere whilst googling but all have failed
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.