You are not logged in.
Offline
I was inspired by zsnes earlier today and worked through the night making an openbox and gtk theme resembling its interface. I decided it didn't look half bad and so I'm using it.
https://dl.getdropbox.com/u/470820/zsnes-desktop.pngThe icons are rodent, the wallpaper is from box-look. Using cure for gtk font, lime for terminals, and mints-mild for windows.
Ah, yes, and running xfce4-panel up in the top.
What awesome games. Is TOP, Tales of Phantasia? I loved that one. I was such a huge RPG nerd. That screenshot made me want to go play them all over again.
</offtopic>
Offline
xmonad @ Arch + zsh
dwm @ freeBSD +zsh
Registered linux user #495331
http://dawix-net.bluefile.cz
Offline
Insults!
http://omploader.org/tMXZlMQ
How did you get sudo to do that? xD
Offline
sHyLoCk wrote:Insults!
http://omploader.org/tMXZlMQHow did you get sudo to do that? xD
I like the 2001: A Space Odyssey reference in there! See if you can spot it.
Offline
sHyLoCk wrote:Insults!
http://omploader.org/tMXZlMQHow did you get sudo to do that? xD
I believe the insults are set in visudo : http://wiki.archlinux.org/index.php/Sudo
Arch x86_64 - GitHub
Offline
dwindle wrote:I was inspired by zsnes earlier today and worked through the night making an openbox and gtk theme resembling its interface. I decided it didn't look half bad and so I'm using it.
https://dl.getdropbox.com/u/470820/zsnes-desktop.pngThe icons are rodent, the wallpaper is from box-look. Using cure for gtk font, lime for terminals, and mints-mild for windows.
Ah, yes, and running xfce4-panel up in the top.What awesome games. Is TOP, Tales of Phantasia? I loved that one. I was such a huge RPG nerd. That screenshot made me want to go play them all over again.
</offtopic>
Yeah, it is Tales of Phantasia. I really do like the selections of great games for the snes. A pitty the new generation of gamers will probably never know its beauty =[
[nil]
[exists]
Offline
Still xmonad (I love it so far) and my favourite green feel
New wallpaper however
could you point me to a good manual for setting up some odd grids like that? i want to resize slave windows (like Mr.Elendigs shot in the xmonad wiki) or setup an IM grid like you've got there. many thanks in advance.
/edit nvm i just found the documentation on their official site... i've got some reading to do. thanks anyway.
Last edited by brisbin33 (2009-06-23 21:53:49)
//github/
Offline
This is my new IBM Thinkpad x32 (read the wallpaper: eye bee m)
DE: xfce
Icons: gnome-brave
Wallpaper: http://en.wikipedia.org/wiki/Paul_Rand => vectorized the poster
GTK+Window Decoration: Dust
Edit: resized the thumbnail
Last edited by rebugger (2009-06-23 22:28:56)
Offline
sHyLoCk wrote:Insults!
http://omploader.org/tMXZlMQHow did you get sudo to do that? xD
Goto terminal and type:
EDITOR=gedit sudo visudo
scroll down at the #Default specification and put underneath it:
Defaults insults
Save and you're done. Type in wrong passwords and check it out.
Last edited by sHyLoCk (2009-06-23 23:45:53)
Offline
New, this will probably last till July, or until I next get bored...I really should attempt other WM's but Openbox has me hooked...
Nice shot,power of simplicity.
Offline
I've been tinkering with dwm on my netbook:
Can you share your .Xdefaults?
Offline
What gtk theme is that?
Offline
I've been tinkering with dwm on my netbook:
I couldn't stand a tileing window manager on a netbook.
Offline
cdwillis wrote:I've been tinkering with dwm on my netbook:
I couldn't stand a tileing window manager on a netbook.
IMO a tiling wm is one of the best solutions for my netbook. I run dwm in monocle mode most of the time, and I use bottom stack (horizontal tiling) when I need more than one window visible. dwm is extremely fast, lightweight, makes great use of the limited resolution and is completely keyboard driven. I couldn't stand running a stacking wm on a netbook.
thayer williams ~ cinderwick.ca
Offline
JK3mp wrote:cdwillis wrote:I've been tinkering with dwm on my netbook:
I couldn't stand a tileing window manager on a netbook.
IMO a tiling wm is one of the best solutions for my netbook. I run dwm in monocle mode most of the time, and I use bottom stack (horizontal tiling) when I need more than one window visible. dwm is extremely fast, lightweight, makes great use of the limited resolution and is completely keyboard driven. I couldn't stand running a stacking wm on a netbook.
Mind sharing configs? I would like to see how this works on my netbook.
Offline
.Xdefaults:
URxvt.buffered: true
URxvt.background: #21201e
URxvt.foreground: white
URxvt*depth: 24
! Enable psuedo-transparency:
URxvt.transparent: true
! Enable real transparency:
! URxvt -depth 32 -bg rgba:0000/0000/0000/0000
! Fonts
URxvt*font: -*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*
urxvt*boldFont: -*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*
! Mouse cursor:
Xcursor*theme: Vanilla-DMZ-AA
Xcursor.size: 22
URxvt*scrollBar: false
urxvt*urlLauncher: /usr/bin/firefox-3.5
! tangoesque scheme (got from thayer@ cinderwick.ca)
*background: #222222
*foreground: #aaaaaa
! Black
*color0: #000000
*color8: #555753
! Red
*color1: #ff6565
*color9: #ff8d8d
! Green
*color2: #93d44f
*color10: #c8e7a8
! Yellow
*color3: #eab93d
*color11: #ffc123
! Blue
*color4: #204a87
*color12: #3465a4
! Mangenta
*color5: #ce5c00
*color13: #f57900
! Cyan
*color6: #89b6e2
*color14: #46a4ff
! White
*color7: #cccccc
*color15: #ffffff
dwm's config.h
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#21201E"; /* Dark brown */
static const char normbgcolor[] = "#21201E";
static const char normfgcolor[] = "#D3BC5F"; /* light orange */
static const char selbordercolor[] = "#21201E";
static const char selbgcolor[] = "#21201E";
static const char selfgcolor[] = "#EFBE37"; /* brighter orange*/
static unsigned int borderpx = 1; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static Bool showbar = True; /* False means no bar */
static Bool topbar = True; /* False means bottom bar */
/* tagging */
static const char tags[][MAXTAGLEN] = { "Alpha", "Bravo", "Charlie", "Delta" };
static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
static Rule rules[] = {
/* class instance title tags mask isfloating */
{ "Gimp", NULL, NULL, 0, True },
{ "Firefox", NULL, NULL, 1 << 8, True },
{ "rxvt", NULL, NULL, 2, False},
{ "Pidgin", NULL, NULL, 4, True },
{ "Opera", NULL, NULL, 1, False },
{ "Shiretoko", NULL, NULL, 1 << 8, False },
{ "uzbl", NULL, NULL, 1 << 8, False },
{ "vlc", NULL, NULL, 1 << 8, True },
};
/* layout(s) */
static float mfact = 0.50; /* factor of master area size [0.05..0.95] */
static Bool resizehints = False; /* False means respect size hints in tiled resizals */
static Layout layouts[] = {
/* symbol arrange function */
{ "Tile ", tile }, /* first entry is default */
{ "Float", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};
/* key definitions */
#define MODKEY Mod1Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "uxterm", NULL };
static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
{ MODKEY, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_c, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)
TAGKEYS( XK_4, 3)
TAGKEYS( XK_5, 4)
TAGKEYS( XK_6, 5)
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
};
/* button definitions */
/* click can be a tag number (starting at 0),
* ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
static Button buttons[] = {
/* click event mask button function argument */
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
{ ClkWinTitle, 0, Button2, zoom, {0} },
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
{ ClkTagBar, 0, Button1, view, {0} },
{ ClkTagBar, 0, Button3, toggleview, {0} },
{ ClkTagBar, MODKEY, Button1, tag, {0} },
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
};
.bashrc:
# Check for an interactive session
[ -z "$PS1" ] && return
# A little welcome message:
echo
fortune | cowsay -f tux
echo
# simple prompt
PS1='\w \$ '
# Some useful aliases
alias ls='ls --color=auto'
alias pacman='pacman-color'
alias grep='grep -n --color=auto'
alias vp="vim PKGBUILD"
alias reboot='sudo shutdown -r now'
alias abs='sudo abs'
alias reload='source ~/.bashrc'
alias irc='irssi -c irc.freenode.net -n cdwillis'
alias screeny='cd ~/pics/shots & scrot -c -d 5 "%Y-%m-%d_$wx$h_scrot.png"'
# Easy extract
extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xvjf $1 ;;
*.tar.gz) tar xvzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) rar x $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xvf $1 ;;
*.tbz2) tar xvjf $1 ;;
*.tgz) tar xvzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;
*) echo "don't know how to extract '$1'..." ;;
esac
else
echo "'$1' is not a valid file!"
fi
}
# set the titlebar in xterm/urxvt
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\0033]0;${HOSTNAME} ${PWD/$HOME/~}\007"'
;;
*)
;;
esac
# Preferred apps
export BROWSER="firefox-3.5"
export EDITOR=vim
export VISUAL=vim
export PAGER=less
Last edited by cdwillis (2009-06-24 21:21:29)
Offline
Thanks, but it looks like you added your .Xdefaults twice.
Offline
Whoops, fixed it.
Offline
thayer wrote:IMO a tiling wm is one of the best solutions for my netbook. I run dwm in monocle mode most of the time, and I use bottom stack (horizontal tiling) when I need more than one window visible. dwm is extremely fast, lightweight, makes great use of the limited resolution and is completely keyboard driven. I couldn't stand running a stacking wm on a netbook.
Mind sharing configs? I would like to see how this works on my netbook.
...and you can find mine here:
http://bbs.archlinux.org/viewtopic.php? … 77#p573977
thayer williams ~ cinderwick.ca
Offline
Nothing special with these screenshots. Just slightly modified Shiki
RiceMonster wrote:What gtk theme is that?
Mire_v2 (Gray version)
Icons are hydroxygen
Last edited by RiceMonster (2009-06-25 00:37:01)
fortune | cowsay -f tux
Offline
My awesome + conky desktop
http://img99.imageshack.us/img99/7296/2 … 4x768s.png
"I'm Winston Wolfe. I solve problems."
~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~
Offline
Offline