You are not logged in.
Pages: 1
Thanks i can't believe it was so simple
@Lutzer I know it doesn't your situation that much, but i was wondering the same thing myself. Persistence is not supported using Universal USB installer also PortableLinux doesn't see it as supporting casper... 
For some reason i can't find making any file executable, only if they are certain types. Though the terminal solution works great, and i am becoming more fond of just using the command line.
Hey guys, i was just wondering on how i make files executable. You used to be able to do it so easily in the previous verison (prolly a different filer). Anyways thanks, and i am sure its pretty easy to do and i am just being a noob.
haha
Diggin that BG did you make it? Could you share please? wink
Oh god no, i could never make something a pretty as that (at least i don't know how to yet). Anyways it was one of the default Backgrounds of the last verison of #!, which i just replaced like 2 days ago.
Well i actually have many problems with it, first off here is a picture of the same code in Crunchbang 10:
ok i fixed some the problems, the first one was the font for the uptime and disk usage, instead of reverting back to default for every line it kept the same font until changed. (which i actually prefer). The second problem was with the Crunchbang symbol on the second line. I just decided to omit the symbol and it worked perfectly.
The only problem i cant fix is with the network. Here is the new code and the picture of Crunchbang 10 after i fixed some things:
# 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 yes
# 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_right
#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 12
gap_y 12
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
##############################################
##############################################
TEXT
${color 99FF99}SYSTEM INFO${color} ${hr}
CrunchBang Linux ${alignr}12.5.2010
Uptime:$alignr$uptime
Disk usage:$alignr${fs_used /} / ${fs_size /}
${color 99FF99}${font sans-serif:normal:size=8}Date & Time${color} ${hr}
${alignc}${font Arial Black:size:24}${color CCCCCC}${time %H:%M}${color}${font}
${alignc}${color 99CCFF}${Time %A %m %d %Y}${color}
${color 99FF99}PROCESSOR${color} ${hr}
${font sans-serif:normal:size=8}${cpugraph cpu1}
CPU1: ${cpu cpu1}% ${cpubar cpu1}
${font sans-serif:normal:size=8}${cpugraph cpu2}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
${color 99FF99}MEMORY${color} ${hr}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${color 99FF99}DISK SPACE${color} ${hr}
${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
${color 99FF99}PROCESSES${color} ${hr}
NAME $alignr PID CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8}
${color 99FF99}NETWORK${color} ${hr}${if_existing /proc/net/route eth0}
ESSID: $alignr ${wireless_essid eth0} ${color 666666}Ethernet$color
IP address: $alignr ${addr eth0}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,70 99CCFF 6666FF}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,70 99CCFF 6666FF}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}
${gw_ip}${else}${if_existing /proc/net/route wlan0}
ESSID: $alignr ${wireless_essid wlan0} ${color 666666}Wireless$color
IP address: $alignr ${addr wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 15,70 99CCFF 6666FF}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 15,70 99CCFF 6666FF}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
You can see in the corner i am on a wireless network
Well actually i was downloading and installing the new version onto my flash drive, so it erased my persistence. I took most of the files off first (duh!) and its a good thing i put that photo on dropbox otherwise i would have forgotten about it. Anyways heres the photo, also i am sad that my conky doesn't work perfectly on this new version, is there a reason for this?

EDIT: also i am having some problems getting CrunchBang 10 to have persistence as well 
Though i am liking the Dropbox integration
Hey guys, i am super new to conky (and crunchbang for that matter) so i went with a simplistic approach (at least compared to sector11's) and i am very happy with it. Anyways heres the source code and a picture:
# 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 yes
# 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_right
#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 12
gap_y 12
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
##############################################
##############################################
TEXT
${color 99FF99}SYSTEM INFO${color} ${hr}
${voffset 2}${font Arial Black:style=Bold:size=12}#!${font} CrunchBang Linux ${alignr}08.10.01
Uptime:$alignr$uptime
Disk usage:$alignr${fs_used /} / ${fs_size /}
${color 99FF99}Date & Time ${hr}
${alignc}${font Arial Black:size:24}${color CCCCCC}${time %H:%M}${color}${font}
${alignc}${color 99CCFF}${Time %A %m %d %Y}${color}
${color 99FF99}PROCESSOR${color} ${hr}
${font sans-serif:normal:size=8}${cpugraph cpu1}
CPU1: ${cpu cpu1}% ${cpubar cpu1}
${font sans-serif:normal:size=8}${cpugraph cpu2}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
${color 99FF99}MEMORY${color} ${hr}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${color 99FF99}DISK SPACE${color} ${hr}
${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
${color 99FF99}PROCESSES${color} ${hr}
NAME $alignr PID CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8}
${color 99FF99}NETWORK${color} ${hr}${if_existing /proc/net/route eth0}
ESSID: $alignr ${wireless_essid eth0} ${color 666666}Ethernet$color
IP address: $alignr ${addr eth0}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,70 99CCFF 6666FF}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,70 99CCFF 6666FF}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}
${gw_ip}${else}${if_existing /proc/net/route wlan0}
ESSID: $alignr ${wireless_essid wlan0} ${color 666666}Wireless$color
IP address: $alignr ${addr wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 15,70 99CCFF 6666FF}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 15,70 99CCFF 6666FF}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.