You are not logged in.
not a whole lot has changed since last month, except i added visibility and have decided to make the switch from firefox to konqueror..
http://matrix.senecac.on.ca/~jrmatth1/i … screen.png
This is interesting.
How does Konqueror do in Openbox?
How does it perform (can it be preloaded like in a KDE environment, to be started with "kfmclient openProfile webbrowsing" to have it available instantly)?
Any weird error messages, when starting it from a console?
Any problems with fonts or other deviations in appearance compared to when running it in s KDE environment?
Offline
upsidaisium wrote:not a whole lot has changed since last month, except i added visibility and have decided to make the switch from firefox to konqueror..
http://matrix.senecac.on.ca/~jrmatth1/i … screen.pngThis is interesting.
How does Konqueror do in Openbox?
How does it perform (can it be preloaded like in a KDE environment, to be started with "kfmclient openProfile webbrowsing" to have it available instantly)?
Any weird error messages, when starting it from a console?
Any problems with fonts or other deviations in appearance compared to when running it in s KDE environment?
I tried it and few times errors show up
Something about nsplugin crashing
Offline
Thanks
Offline
T-u-N-i-X wrote:Here:
${color slate grey}Recent Package Updates: ${color}${execi 300 /home/tunix/.arch-packages-news.py &}
Can you post your arch-packages-news.py script?
By the way, there needs to be a little optimization done. The timeout for the connection a little bit long, so I need to add a timeout in the Python file. I'll do that these days.. So if you leave me your mail, I can post the new one..
[13:31] (tunix@penguix ~)$ cat .arch-packages-news.py
#!/usr/bin/env python
#-*- encoding: utf8 -*-
"""
This code is written to retrieve latest
Arch Linux package updates from its
original RSS feed.
"""
import urllib2
from xml.dom import minidom
def getPackageNames (address):
try:
temp = urllib2.urlopen(address)
xmldoc = minidom.parse(temp)
temp.close()
items = xmldoc.getElementsByTagName('item')
for item in items:
title = item.getElementsByTagName('title')[0].firstChild.nodeValue
print title,
except urllib2.URLError:
print "No Connection"
if __name__ == '__main__':
getPackageNames('http://www.archlinux.org/feeds/packages/')
Quis custodiet ipsos custodiet?
Offline
too lazy to resize it
Nice one!
Haven't been here in a while. Still rocking Arch.
Offline
3nd3r wrote:too lazy to resize it
Nice one!
Thx
btw, I uploaded the newest walls here:
http://www.voodeedoo.org/index.php?path … Blasphemy/
Proud Arch i686 & x86_64 User
Share your knowledge!
Arch Linux Forum Etiquette
Offline
So if you leave me your mail, I can post the new one..
Sure, thx. debgnu at gmail dot com.
/path/to/Truth
Offline
Offline
Nice! Mind sharing your wallpaper?
deviantART | GitHub | Last.fm
Offline
phunkycow wrote:Nice! Mind sharing your wallpaper?
There you are!
http://www.imageshack.gr/images/urztwyh … yzhajw.jpg
That specific artist, Ether, is one of my favourites @ Devart. You can find her gallery here. :-)
Last edited by phunkycow (2007-03-08 16:35:57)
Offline
sen wrote:phunkycow wrote:Nice! Mind sharing your wallpaper?
There you are!
http://www.imageshack.gr/images/urztwyh … yzhajw.jpgThat specific artist, Ether, is one of my favourites @ Devart. You can find her gallery here. :-)
thx! Ether rocks ^^
deviantART | GitHub | Last.fm
Offline
erikl, what's your murrina theme? and great wallpaper :-) do you have a link?
Offline
@SleepingGiant08 nice!!!!
Mr Green
Offline
maybe NSFW
thumbnail
screenshot
EDIT: I removed the thumbnail as it's questionable NSFW, and it's better to be safe than sorry. Original thumbnail is linked above the screenshot.
--phrakture
Offline
maybe NSFW
thumbnail
screenshotEDIT: I removed the thumbnail as it's questionable NSFW, and it's better to be safe than sorry. Original thumbnail is linked above the screenshot.
--phrakture
cute wallpaper, do you know if there's a 1280x1024 version - if so, feel like sharing it and the conkyrc?
also, which theme is that? (rezlooks-graphite?)
Offline
zack wrote:maybe NSFW
thumbnail
screenshotEDIT: I removed the thumbnail as it's questionable NSFW, and it's better to be safe than sorry. Original thumbnail is linked above the screenshot.
--phrakturecute wallpaper, do you know if there's a 1280x1024 version - if so, feel like sharing it and the conkyrc?
also, which theme is that? (rezlooks-graphite?)
Firstly thanks for the edit, I wasn't entirely sure.
Wallpaper 1280x1024(NSFW) (i hate my 1024x768 on my laptop)
conky was modified from lime's so original credit goes to him;
# conky configuration
# set to yes if you want Conky to be forked in the background
background no
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont DejaVu Sans Book:pixelsize=9
# Text alpha when using Xft
#xftalpha 0.8
# Print everything to console?
# out_to_console no
# Update interval in seconds
update_interval 5.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window no
own_window_transparent yes
#own_window_type override
#own_window_type desktop
#own_window_hints below
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
#minimum_size 20 5
maximum_width 1440
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color black
default_shade_color black
default_outline_color black
# 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
# same thing as passing -x at command line
gap_x 5
gap_y 5
# 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
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes
TEXT
${color 000000}KERNEL ${color 54701d}$kernel ${color 000000}CPU ${color 54701d}${cpu}% @ ${freq_dyn}MHz ${color 000000}RAM ${color 54701d}$mem / $memmax
${color 000000}UPTIME ${color 54701d}$uptime ${color 000000}FS ( / ) ${color 54701d} ${fs_used /} / ${fs_size /} ${if_running mpd} ${color 000000}MPD:${color 54701d} $mpd_smart$endif
edit to .gtkrc-2.0
style "desktop-icon"
{
NautilusIconContainer::normal_alpha = 0
text[NORMAL] = "#000000"
NautilusIconContainer::frame_text = 1
}
class "GtkWidget" style "desktop-icon"
and yes, rezlooks graphite~
Offline
@zack: thanks a lot mate!
Offline
I finally got the info script working.. I've been playing with irssi and a few other things..
the urxvt was shamelessly ripped from someone here, I have no idea who now... I need to fix my other term so it isnt blue.. it's a little overbearing right now..
insanity happens...
Offline
http://img182.imageshack.us/img182/4301/31007nu8.th.png
I finally got the info script working.. I've been playing with irssi and a few other things..
the urxvt was shamelessly ripped from someone here, I have no idea who now... I need to fix my other term so it isnt blue.. it's a little overbearing right now..
What wm is that?
Offline
fluxbox... like it says in the info script...
insanity happens...
Offline
oops apparently I am blind
Offline