LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can a archbang user please post the default conkyrc (https://www.linuxquestions.org/questions/linux-newbie-8/can-a-archbang-user-please-post-the-default-conkyrc-835982/)

try-alls 10-03-2010 06:04 PM

can a archbang user please post the default conkyrc
 
as title says really
thanks in advance

bret381 10-03-2010 07:36 PM

is the default in /etc/conky/conky.conf??

try-alls 10-04-2010 04:19 AM

i am not too sure tbh, just the .conkyrc should be fine,
or post both an i can read through, thanks

try-alls 10-04-2010 04:40 AM

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

##############################################
##############################################

TEXT
${color 99FF99}SYSTEM INFO:${color} ${hr}
Host:$alignr$nodename
Uptime:$alignr$uptime
RAM:$alignr$mem/$memmax
CPU1 usage:$alignr${cpu cpu0}%
CPU2 usage:$alignr${cpu cpu1}%
Battery:$alignr$battery

${color 99FF99}DATE/TIME:${color} ${hr}
${alignr 70}${font Arial Black:size=12}${color CCCCCC}${time %H:%M}${color}${font}

${alignr}${color 99CCFF}${time %A %d %B %Y}${color}

${color 99FF99}SHORT-CUTS:${color} ${hr}
Alt+F2$alignr Run Dialog
Super+t$alignr Terminal
Super+f$alignr File Manager
Super+e$alignr Editor
Super+m$alignr Media Player
Super+w$alignr Web Browser
Super+s$alignr transmission

onebuck 10-04-2010 06:18 AM

Hi,

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.
:hattip:

dugan 10-04-2010 08:30 AM

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.

try-alls 10-04-2010 12:55 PM

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


All times are GMT -5. The time now is 04:05 AM.