You are not logged in.

Reasons wrote:screenshot
Very nice setup!
What icon set and GTK theme are you using?
Icons are Crashbit. The GTK is still a work in progress based off of Elegant Brit.
Offline

Offline

As a new convert to Arch, this is my very first screenshot.
http://img444.imageshack.us/img444/6134 … eh5.th.png
Openbox
Conky
pypanelFull details in the screenshot (The wallpaper is my own creation)
Very nice. What font do you use in conky and in openbox?
Offline

The_Major wrote:As a new convert to Arch, this is my very first screenshot.
http://img444.imageshack.us/img444/6134 … eh5.th.png
Openbox
Conky
pypanelFull details in the screenshot (The wallpaper is my own creation)
Very nice. What font do you use in conky and in openbox?
Its augie TTF.
Who Knows? Who Cares? Who will remember anyway?
Offline

Pure Compiz (No DE running, just compiz)
Having fun with compiz and minimalism 
wmii love
Because the laptop also deserves to get a change once in a while.
Fight our cause here . http://freesyko.co.nr
Offline

Offline

Dwm 4.9 - adjusted dwm.c to make room for dzen2.
Dzen2 statusbar.
Gtk2 theme = Cairo style ...
Nice. Although the analog clock in the top right shows the wrong time 
Haven't been here in a while. Still rocking Arch. 
Offline

Hmm ... That sounds like a challenge.  Creating a script that changes the icon according to time. Not impossible I guess.
 Creating a script that changes the icon according to time. Not impossible I guess.
Thanks btw.
Offline

Hmm ... That sounds like a challenge.
Creating a script that changes the icon according to time. Not impossible I guess.
Thanks btw.
It wasn't really meant as a challenge but if you have spare time... 
Haven't been here in a while. Still rocking Arch. 
Offline

Offline

@Endperfom I like how clean and organized Gnome looks. Also, could you post a link to your Portal wallpaper, if that's ok?
Offline
Very nice. I'm always impressed with your screenshots.
Offline

Dwm 4.9 - adjusted dwm.c to make room for dzen2.
Dzen2 statusbar.
Gtk2 theme = Cairo style ...
Very nice. Any chance we could see your dzen2 scripts/settings? Wouldn't mind having a look at your dwm.c either 
Offline

Sure ...
The dzenconky for the statusbar...
http://confiles.com/download.php/1155/.dzenconky
The dzen2 clock with cal ...
http://confiles.com/download.php/1157/clock
The dwm.c with two simple hacks. The first on line 51 (to make room for top right dzen2) and the second on line 1483 to make room for bottom dzen2 bar.
http://confiles.com/download.php/1156/dwm.c
I use dina font from yaourt to get console fonts for dzen2 and Dina font ttf for Terminal.
The icons you can find here:
http://dzen.geekmode.org/dwiki/doku.php … icon-packs
If you're interested in rather superfluous menus (but fun to tinker with) see this thread:
http://bbs.archlinux.org/viewtopic.php?id=45364
Last edited by Ashren (2008-04-09 10:16:22)
Offline

Thanks! This will keep me busy after work 
Offline

@Endperfom I like how clean and organized Gnome looks. Also, could you post a link to your Portal wallpaper, if that's ok?
Here ya go.  Enjoy 
Offline

Sure ...
The dzenconky for the statusbar...
http://confiles.com/download.php/1155/.dzenconky
The dzen2 clock with cal ...
http://confiles.com/download.php/1157/clock
The dwm.c with two simple hacks. The first on line 51 (to make room for top right dzen2) and the second on line 1483 to make room for bottom dzen2 bar.
http://confiles.com/download.php/1156/dwm.cI use dina font from yaourt to get console fonts for dzen2 and Dina font ttf for Terminal.
The icons you can find here:
http://dzen.geekmode.org/dwiki/doku.php … icon-packsIf you're interested in rather superfluous menus (but fun to tinker with) see this thread:
http://bbs.archlinux.org/viewtopic.php?id=45364
One more thing if it's ok  Your config.h. I'm getting some weird error even if I just use the original config.h that comes with the sources. "dwm missing fontset:" and then a bunch of different fontsets... Have no idea how to make it work.
 Your config.h. I'm getting some weird error even if I just use the original config.h that comes with the sources. "dwm missing fontset:" and then a bunch of different fontsets... Have no idea how to make it work.
Offline

Ok .. here it is:
/* See LICENSE file for copyright and license details. */
/* appearance */
#define BORDERPX        2
#define FONT            "-*-dina-medium-r-*-*-15-*-*-*-*-*-iso8859-1"
#define NORMBORDERCOLOR        "#43464f"
#define NORMBGCOLOR        "#43464f"
#define NORMFGCOLOR        "#9ab8c2"
#define SELBORDERCOLOR        "#9ab8c2"
#define SELBGCOLOR        "#43464f"
#define SELFGCOLOR        "#D9A509"
/* tagging */
const char tags[][MAXTAGLEN] = {"Main", "Web", "Config", "Graphics", "Files"};
Rule rules[] = {
    /* class    instance    title        tags ref    isfloating */
    { "Gimp",    NULL,        NULL,        "Graphics",    True },
    { "Minefield",    NULL,        NULL,        "Web",        False },
    { "rtorrent",    NULL,        "rtorrent",    "Files",    False },
};
/* geometries, s{x,y,w,h} and bh are already initualized here */
/*   func name  bx  by  bw  wx  wy  ww     wh  mx  my       mw  mh     tx  ty     tw  th  mox moy mow moh */
#define MFACT            0.58    /* master width factor [0.1 .. 0.9] */
DEFGEOM(single,  0,  0, sw,  0, bh, sw, sh-bh, wx, wy, mfact*sw, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)
Geom geoms[] = {
    /* symbol    function */
    { "[]",        single },    /* first entry is default */
};
/* layout(s) */
#define RESIZEHINTS        False    /* False - respect size hints in tiled resizals */
#define SNAP            32    /* snap pixel */
Layout layouts[] = {
    /* symbol        function    isfloating */
    { "[]=",        tilev,        False }, /* first entry is default */
    { "[]|",        tileh,        False },
    { "><>",        floating,    True },
    { "[M]",        monocle,    True },
};
/* key definitions */
#define MODKEY            Mod1Mask
Key keys[] = {
    /* modifier            key        function    argument */
    { MODKEY,            XK_p,        spawn,
        "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
    { MODKEY,        XK_Return,    spawn,        "exec terminal" },
    { MODKEY,        XK_z,          spawn,        "exec zattoo_player" },
    { MODKEY,        XK_f,        spawn,        "exec firefox3" },
    { MODKEY,        XK_e,        spawn,        "exec leafpad" },
    { MODKEY,        XK_g,        spawn,        "exec gmrun" },
    { MODKEY|ShiftMask,    XK_m,        spawn,        "exec sudo shutdown -h now" },
    { MODKEY|ShiftMask,    XK_r,        spawn,        "exec sudo reboot" },
    { MODKEY|ShiftMask,    XK_s,        spawn,        "exec sudo slock" },
    { MODKEY,        XK_t,        spawn,        "exec terminal -t rtorrent -e rtorrent" },
    { MODKEY,            XK_j,        focusnext,    NULL },
    { MODKEY,            XK_k,        focusprev,    NULL },
    { MODKEY,            XK_r,        reapply,    NULL },
    { MODKEY,            XK_h,        setmfact,    "-0.05" },
    { MODKEY,            XK_l,        setmfact,    "+0.05" },
    { MODKEY|ShiftMask,        XK_Return,    zoom,        NULL },
    { MODKEY,            XK_Tab,        viewprevtag,    NULL },
    { MODKEY|ShiftMask,        XK_c,        killclient,    NULL },
    { MODKEY,            XK_space,    setlayout,    NULL },
    { MODKEY|ShiftMask,        XK_space,    togglefloating,    NULL },
    { MODKEY|ControlMask,        XK_space,    setgeom,    NULL },
    { MODKEY,            XK_0,        view,        NULL },
    { MODKEY,            XK_1,        view,        tags[0] },
    { MODKEY,            XK_2,        view,        tags[1] },
    { MODKEY,            XK_3,        view,        tags[2] },
    { MODKEY,            XK_4,        view,        tags[3] },
    { MODKEY,            XK_5,        view,        tags[4] },
    { MODKEY,            XK_6,        view,        tags[5] },
    { MODKEY,            XK_7,        view,        tags[6] },
    { MODKEY,            XK_8,        view,        tags[7] },
    { MODKEY,            XK_9,        view,        tags[8] },
    { MODKEY|ControlMask,        XK_1,        toggleview,    tags[0] },
    { MODKEY|ControlMask,        XK_2,        toggleview,    tags[1] },
    { MODKEY|ControlMask,        XK_3,        toggleview,    tags[2] },
    { MODKEY|ControlMask,        XK_4,        toggleview,    tags[3] },
    { MODKEY|ControlMask,        XK_5,        toggleview,    tags[4] },
    { MODKEY|ControlMask,        XK_6,        toggleview,    tags[5] },
    { MODKEY|ControlMask,        XK_7,        toggleview,    tags[6] },
    { MODKEY|ControlMask,        XK_8,        toggleview,    tags[7] },
    { MODKEY|ControlMask,        XK_9,        toggleview,    tags[8] },
    { MODKEY|ShiftMask,        XK_0,        tag,        NULL },
    { MODKEY|ShiftMask,        XK_1,        tag,        tags[0] },
    { MODKEY|ShiftMask,        XK_2,        tag,        tags[1] },
    { MODKEY|ShiftMask,        XK_3,        tag,        tags[2] },
    { MODKEY|ShiftMask,        XK_4,        tag,        tags[3] },
    { MODKEY|ShiftMask,        XK_5,        tag,        tags[4] },
    { MODKEY|ShiftMask,        XK_6,        tag,        tags[5] },
    { MODKEY|ShiftMask,        XK_7,        tag,        tags[6] },
    { MODKEY|ShiftMask,        XK_8,        tag,        tags[7] },
    { MODKEY|ShiftMask,        XK_9,        tag,        tags[8] },
    { MODKEY|ControlMask|ShiftMask,    XK_1,        toggletag,    tags[0] },
    { MODKEY|ControlMask|ShiftMask,    XK_2,        toggletag,    tags[1] },
    { MODKEY|ControlMask|ShiftMask,    XK_3,        toggletag,    tags[2] },
    { MODKEY|ControlMask|ShiftMask,    XK_4,        toggletag,    tags[3] },
    { MODKEY|ControlMask|ShiftMask,    XK_5,        toggletag,    tags[4] },
    { MODKEY|ControlMask|ShiftMask,    XK_6,        toggletag,    tags[5] },
    { MODKEY|ControlMask|ShiftMask,    XK_7,        toggletag,    tags[6] },
    { MODKEY|ControlMask|ShiftMask,    XK_8,        toggletag,    tags[7] },
    { MODKEY|ControlMask|ShiftMask,    XK_9,        toggletag,    tags[8] },
    { MODKEY|ShiftMask,        XK_q,        quit,        NULL },
};Don't worry about the error messages concerning the missing font sets. They're not fatal and I think there is an explanation somewhere on Dwm's mailinglist.
Offline

Ok thanks alot for the help!
Offline