You are not logged in.
Looks good :-) Where does one get that OB Control Center?
It'll be finished soon .
Offline
Hi all,
How can I add these info on my desktop?
Offline
http://img476.imageshack.us/img476/227/ … qs7.th.png
dwm 2.9 with transparency patch and some other changes :x
Care to share your wallpaper?
Todays mistakes are tomorrows catastrophes.
Offline
Mozilla is known for making apps that suck at desktopintegration. Therefor I use Epiphany, but unfortunally it is still a mozilla product doing the rendering of html and widgets look like ugly 1995 GUI. Now I have finally taken the time to find a fix, and web forms now look a litte more like my gtk theme
gtk theme ?
Offline
icrave: where can i find that wall?
Offline
lessthanjake wrote:Mozilla is known for making apps that suck at desktopintegration. Therefor I use Epiphany, but unfortunally it is still a mozilla product doing the rendering of html and widgets look like ugly 1995 GUI. Now I have finally taken the time to find a fix, and web forms now look a litte more like my gtk theme
gtk theme ?
It is the ubuntulook engine with my color scheme.
Offline
Hi all,
How can I add these info on my desktop?
You can use conky (or torsmo).
Offline
de : xfce4
theme : murrina-black
xfwm : home made (based on Metabox)
wall : http://www.dlanham.com/art/tea43/
Offline
Crazypu wrote:Hi all,
How can I add these info on my desktop?You can use conky (or torsmo).
Thank's
Now I' ll try to optimize conky for my arch-box......
Offline
Thank' s again, Conky is really nice and not so hard to edit....
Just one problem:
I' m trying to use a rss script but I' ve this error:
[stefano@archbox ~]$ conky
sh: /home/stefano/conky/conky-rss.sh: Permission denied
Conky: desktop window (c0003c) is subwindow of root window (d2)
Conky: drawing to desktop window
Conky: drawing to single buffer
This is the script:
#!/bin/bash
# RSS Display Script by Bill Woodford (admin@sdesign.us) v1.0
#
# This script is designed to output story titles for most any RSS Feed.
#
# This script depends on curl. Please ensure it is installed and in your $PATH
# Gentoo: emerge -av net-misc/curl
# Debian: apt-get install curl
# Homepage: http://curl.haxx.se/
#
# Usage:
# .conkyrc: ${execi [time] /path/to/script/conky-rss.sh URI LINES TITLENUM}
# URI = Location of feed, ex. http://www.gentoo.org/rdf/en/glsa-index.rdf
# LINES = How many titles to display (default 5)
# TITLENUM = How many times the title of the feed itself is specified, usually 1 or 2 (default 2)
#
# Usage Example
# ${execi 300 /home/youruser/scripts/conky-rss.sh http://www.foxnews.com/xmlfeed/rss/0,4313,1,00.rss 4 2}
#RSS Setup - Don't change unless you want these values hard-coded!
uri=$1 #URI of RSS Feed
lines=$2 #Number of headlines
titlenum=$3 #Number of extra titles
#Script start
#Require a uri, as a minimum
if [[ "$uri" == "" ]]; then
echo "No URI specified, cannot continue!" >&2
echo "Please read script for more information" >&2
else
#Set defaults if none specified
if [[ $lines == "" ]]; then lines=5 ; fi
if [[ $titlenum == "" ]]; then titlenum=2 ; fi
#The actual work
curl -s --connect-timeout 30 $uri |\
sed -e 's/<\/title>/\n/g' |\
grep -o '<title>.*' |\
sed -e 's/<title>//' |\
head -n $(($lines + $titlenum)) |\
tail -n $(($lines))
fi
and this is my .conkyrc:
# THIS CONFIG RELIES ON 2 SCRIPTS, CPUSPEED AND CPUTEMP
# YOUR SYSTEM MAY NOT REQUIRE THEM, REPLACE AS DESIRED
# maintain spacing between certain elements
use_spacer yes
# set to yes if you want tormo to be forked in the background
background no
use_xft yes
# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono-8
#xftfont Andale Mono-9
#xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=10
xftfont Monospace-10
# Text alpha when using Xft
xftalpha 1
mail_spool $MAIL
# Update interval in seconds
update_interval 4.0
# Create own window instead of using desktop (required in nautilus)
own_window no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer no
# Minimum size of text area
minimum_size 130 5
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no # amplifies text
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 9
# border width
border_width 1
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey90
default_shade_color black
default_outline_color DarkGrey
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
gap_x 10
gap_y 30
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# stuff after 'TEXT' will be formatted on screen
TEXT
${color #ffcb48}$nodename$color $sysname $kernel on $machine$color
${color #ffcb48}Uptime$color $uptime
${color #ffcb48}CPU$color $cpu% ${color #78af78}$cpubar
${color #ffcb48}RAM$color $memperc% ${color #78af78}${membar 6}${color}
${color #ffcb48}/$color ${fs_free_perc /} % ${color #78af78}${fs_bar 6 /}$color
${color #ffcb48}/home$color ${fs_free_perc /home} % ${color #78af78}${fs_bar 6 /home}$color
${color #ffcb48}/media/disk$color ${fs_free_perc /media/disk} % ${color #78af78}${fs_bar 6 /media/disk}$color
${color #ffcb48}Download:$color ${downspeed eth0}kb/s ${color #ffcb48}Tot:$color ${totaldown eth0}
${color #ffcb48}Upload :$color ${upspeed eth0} kb/s ${color #ffcb48}Tot:$color ${totalup eth0}
${color #ffcb48}Arch Linux News:$color
${execi 300 /home/stefano/conky/conky-rss.sh http://www.archlinux.org/feeds/news/ 4 2}
Anyone know what my error is?
Offline
caust1c wrote:http://img476.imageshack.us/img476/227/ … qs7.th.png
dwm 2.9 with transparency patch and some other changes :x
Care to share your wallpaper?
there should be a link in the february thread
Offline
sh: /home/stefano/conky/conky-rss.sh: Permission denied
seems pretty straightforward, check the perms on the file
Offline
Permissions are ok....
I' ve also installed curl
Offline
Where do you all get these nice tiles for wallpapers?
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
Where do you all get these nice tiles for wallpapers?
This is a good site: http://squidfingers.com/patterns/
Offline
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
http://xs512.xs.to/xs512/07056/2007-02- … png.xs.jpg
WM: Openbox
Wallpaper: Pink pattern
Gtk-Theme: Rezlooks-Graphite
WM-Theme: Carnival-BlackApps: Pymp++ (redesign of pymp by me), OB Control Center (a small app by me too), urxvt.
What's the font that you're using for some of those windows?
Offline
Permissions are ok....
I' ve also installed curl
You need execute permissions to run scripts. Run "chmod u+x" on the script file.
Offline
Icons: GNOME
GTK: MurrinaBluRay (mod)
Wallpaper: bAurora
Beryl: Custom
looks nice
Offline
Offline
A Gnome desktop. Conky with lots of useful info on the right
http://merlib.org/tmp/screen-feb07-s.pngSame desktop accessed over TightVNC on the Nokia 770.
http://merlib.org/tmp/770-s.jpg
Nice wallpaper..... can you share it?
Offline