You are not logged in.
Sure. This if from my .fluxbox/overlay file:
*snip*
And the icons are called Gion.
many thanks my friend !
Offline
Window manager = Openbox
Openbox/GTK theme = Mister (inactive title bar slightly modified)
Composite manager: xcompmgr
Wallpaper = fulcrum by *ether on deviantART (modfied colors to match the Openbox/GTK theme)
Dock/pager = visibility
Tray = stalonetray
Clock applet = gtim from gtk-tray-utils
Logout dialog = simple shell script based on gxmessage and sudo
Offline
Offline
buttons wrote:babypuncher wrote:http://img411.imageshack.us/img411/2776/ssxu5.th.png
New themes hacked together because I was bored.
Ah! Please share both! Looks quite nice.
It needs more work. I'll post it here when I'm done.
Ok, so I ditched the theme and gave up. I just couldn't get the contrasts between colors working how I'd like them - I had the idea of using the pixmap engine to add some background images, but it was too much work and I'm lazy.
Here is the theme as it was in the screenshot:
http://pastebin.archlinux.org/19853 (gtk)
http://pastebin.archlinux.org/19854 (ob3)
Offline
babypuncher wrote:buttons wrote:Ah! Please share both! Looks quite nice.
It needs more work. I'll post it here when I'm done.
Ok, so I ditched the theme and gave up. I just couldn't get the contrasts between colors working how I'd like them - I had the idea of using the pixmap engine to add some background images, but it was too much work and I'm lazy.
Here is the theme as it was in the screenshot:
http://pastebin.archlinux.org/19853 (gtk)
http://pastebin.archlinux.org/19854 (ob3)
Many thanks.
Cthulhu For President!
Offline
@arialis111,
this is a first class desktop you have.
Really well done.
Jean-Paul
I'm root. if you see me smile, you'd better have a backup!!
Offline
Offline
Warning: This may hurt some of your eyes...:D Sure it may look ugly but it works and I stopped caring what my desktop looks like so behold.....
http://bp1.blogger.com/_AidzMpC2lTI/R0V … -h/nov.jpg
Offline
Warning: This may hurt some of your eyes...:D Sure it may look ugly but it works and I stopped caring what my desktop looks like so behold.....
http://bp1.blogger.com/_AidzMpC2lTI/R0V … -h/nov.jpg
YES. Reminds me of the first day I got to use Unix on some old SGI workstations.
Cthulhu For President!
Offline
.conkyrc please
# 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-7
#xftfont Andale Mono-9
#xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=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 yes
# Minimum size of text area
minimum_size 280 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 white
default_shade_color black
default_outline_color DarkGrey
#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
#borders
draw_borders no
border_margin 1
#shades
draw_shades no
#position
gap_x 6
gap_y 6
alignment top_left
#behaviour
update_interval 1
#colour
#default_color 9f907d
#default_shade_color 000000
#own_window_colour 3d352a
#font
use_xft yes
xftfont bauhaus:pixelsize=11
#to prevent window from moving
use_spacer no
minimum_size 1262 0
#mpd
mpd_host localhost
mpd_port 6600
TEXT
${alignc}Kernel: ${color D7D3C5}$kernel | ${color} Up: ${color D7D3C5}${uptime_short} | ${color}P: ${color D7D3C5}$processes ${color}R: ${color D7D3C5}$running_processes | ${color}Cpu: ${color D7D3C5}${cpu}% ${color}${cpugraph 10,80 808080 D7D3C5} ${color D7D3C5} | ${color }Mem: ${color D7D3C5}$mem/$memmax - $memperc% ${color} ${membar 6,80}${color D7D3C5} | ${color }Net: ${color D7D3C5}${font}${downspeed eth0} Kb/s ${color} ${downspeedgraph eth0 10,80 808080 D7D3C5} ${color D7D3C5} ${totaldown eth0} down | ${color D7D3C5}${upspeed eth0} Kb/s ${color} ${upspeedgraph eth0 10,80 808080 D7D3C5} ${color D7D3C5}${totalup eth0} up
${alignc} ${color }Root: ${color D7D3C5}${font}${fs_free /} / ${fs_size /} - ${fs_free_perc /}% | ${color} Home: ${color D7D3C5}${fs_free /home} / ${fs_size /home} - ${fs_free_perc /home}% | ${color} Arch-pkg: ${color D7D3C5}${font}${execi 300 perl ~/scripts/conky-updates.pl} | ${color}Email: ${color D7D3C5}${execi 300 python ~/scripts/gmail.py} ${color D7D3C5} | ${color} Weather: ${color D7D3C5} ${execi 1800 weatherget -f ~/scripts/.conkyweatherrc --station-id=LHXX0005 --metric } | ${color} Mpd: ${color D7D3C5}${font}${mpd_smart}
Updates script
#! /usr/bin/perl -w
use strict;
# November 15, 2006
# Daniel Vredenburg (Vredfreak)
# This is a program that checks for package updates for Arch Linux users.
open (MYINPUTFILE, "/home/flyer/conky/arch-updates/updates.log") or die "No such file or directory: $!";
my $i = 0;
while(<MYINPUTFILE>)
{
if (/^(.*)\/(.*)(\..*\..*\.)/) {
#print " \n";
$i++;
}
}
if ($i == 0) {
print "up to date";
} else {
print "available ($i)";
}
close(MYINPUTFILE);
pacsync.sh
#!/bin/bash
# This issues a command to 1. Sync the package database,
# 2. Check for upgradable packages, 3. print the URL of any possible upgrade.
# The output of our command gets written to updates.log, which we will use
# conky_updates.sh to parse to see if there are any available updates.
pacman -Syup --noprogressbar > /PATH/TO/updates.log
Offline
http://tinypic.com/view.php?pic=6nrij35&s=1
This is my Arch setup. It's openbox with pypanel. Running the whole thing on my Acer 5021 WLMI laptop.
I am in love
| ruskprick @ irc | simple is smart |
Offline
I'm using Arch exclusively on my desktop computer at home for over a year now. I was constantly refining this setup to the point, that I no longer have ideas for improvement (but I'm sure I'll find some). My window manager of choice is Openbox. It's lightweight, unobtrusive and has all the configuration options I need: great key binding configurability, global and per application window behavior customization.
I use six desktops, each has a key bound to it on numpad for fast switching. Only one fixed application per dekstop, except for desktop "O", which stands for "other".
There's much more to it not covered here. I use lots of keybindings, per application window customizations and few shell scripts for automatisation. I really like this setup. :-)
http://img530.imageshack.us/img530/2240 … foxbd1.png
Some usual info:
Openbox theme: Onyx
GTK theme: Raleigh
Icons: Tango
What is this "panel"? seems to have all the neccessary stuff included
Offline
Offline
First try of tiling window manager with dwm 4.7 !!
http://phraok.free.fr/screens/23.11.07/ … 11-007.png
Very nice!
Arch64
Offline
PhrAok wrote:First try of tiling window manager with dwm 4.7 !!
http://phraok.free.fr/screens/23.11.07/ … 11-007.pngVery nice!
thanks
Offline
http://xs221.xs.to/xs221/07472/2007-11- … png.xs.jpg http://xs221.xs.to/xs221/07472/2007-11- … png.xs.jpg
*Xfce 4
*GTK: Neon
*Xfwm4: Neon
*Icons: blackMac
Have you got a link to those blackMac icons, since I can't find them anywhere?
Thanks
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
@Karc: I like the wallpaper in your screenshot, do you mind sharing it?
Thanks.
Offline
First try of tiling window manager with dwm 4.7 !!
http://phraok.free.fr/screens/23.11.07/ … :42:20.png
Hmm. Where did you get that clock script and what terminal are you using? May I see your .Xdefaults?
Offline
PhrAok wrote:First try of tiling window manager with dwm 4.7 !!
http://phraok.free.fr/screens/23.11.07/ … :42:20.pngHmm. Where did you get that clock script and what terminal are you using? May I see your .Xdefaults?
Looks like urxvt and the clock script is actually ncmpc, a client for mpd (music player).
Offline