You are not logged in.

#26 2008-07-02 06:17:18

Theomachos
Member
From: Germany
Registered: 2007-07-31
Posts: 67
Website

Re: July 2008 Screenshots

Abelian wrote:
Theomachos wrote:
Abelian wrote:

Stumpwm + emacs. Emacs colour theme is zenburn.

http://img104.imageshack.us/img104/6969 … rs7.th.png

Funny....Stumpwm + Emacs (zenburn theme) + Conkeror = my setup - just the stumpwm-modeline looks a bit different (matching zenburn modeline) big_smile

Eerie :-) What is the function that displays your mail?

Slightly modified mail spool checker from here:
http://stumpwm.antidesktop.net/wiki/Tips_and_Tricks


There is one thing even more vital to science than intelligent methods; and that is, the sincere desire to find out the truth, whatever it may be.
Charles S. Peirce

Offline

#27 2008-07-02 06:27:27

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: July 2008 Screenshots

Kris wrote:

I'm back in the Arch-world after a looong break... Here is my screenshot of the month:

http://code-geek.baah.dk/screenies/thum … 0708-1.png

wallpaper please?

Offline

#28 2008-07-02 08:30:40

Error323
Member
Registered: 2008-07-02
Posts: 6

Re: July 2008 Screenshots

Hey everyone,

My desktop:
awesome-thumb.png
awesome-clean-thumb.png

Using awesome 3
config file can be found here: http://folkert.no-ip.org/awesomerc.lua

Offline

#29 2008-07-02 08:38:40

ST.x
Member
From: Sydney, Australia
Registered: 2008-01-25
Posts: 363
Website

Re: July 2008 Screenshots

very nice, can you please post your awesome configs, xdefaults etc. ?

Offline

#30 2008-07-02 09:53:04

Abelian
Member
Registered: 2008-04-23
Posts: 63

Re: July 2008 Screenshots

Theomachos wrote:

Slightly modified mail spool checker from here:
http://stumpwm.antidesktop.net/wiki/Tips_and_Tricks

Did you have to change the "grep" bit of that? Their grep function returns nothing for me, the best I can get is something like:

/home/adam/Mail/INBOX/new/1214993077_0.3159.jesse,U=4211,FMD5=7e33429f656f1e6e9d79b29c3f82c57e:2,:Subject: [PATCH] Get rid of the color name, and generate a #RGBA value on the fly if needed.

Which is not nice to have popping up over my screen every now and again smile

Last edited by Abelian (2008-07-02 10:12:45)

Offline

#31 2008-07-02 09:58:30

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

Re: July 2008 Screenshots

pressh wrote:
Kris wrote:

I'm back in the Arch-world after a looong break... Here is my screenshot of the month:

http://code-geek.baah.dk/screenies/thum … 0708-1.png

wallpaper please?

http://www.smashingmagazine.com/2008/06 … july-2008/

There are a lot of cool wallpapers there - incl. the one I use smile


// Kris

"Penquins, Penquins, über alles!"

Offline

#32 2008-07-02 10:30:10

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: July 2008 Screenshots

Clean:
desktop20080702071238gr1.th.jpg

Normal use (mc)
desktop20080702071300vo9.th.jpg

Wallpaper is the ID Software "DooM" source code
G_PlayerReborn_by_Okaria search it in deviantart


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#33 2008-07-02 10:53:11

phisphere
Member
From: Tallinn, Estonia
Registered: 2007-03-05
Posts: 136
Website

Re: July 2008 Screenshots

ST.x wrote:

very nice, can you please post your awesome configs, xdefaults etc. ?

yes, but they both are quite basic.

awesomerc

screen 0
{
    styles
    {
        normal
        {
            font = "nu 8"
            fg = "#efefef"
            bg = "#222222"
            border = "#555555"
        }
        focus
        {
            fg = "#000000"
            bg = "#535d6c"
            border = "#535d6c"
        }
        urgent
        {
            fg = "#111111"
            bg = "#ff4500"
        }
    }
    tags
    {
        tag one { }
        tag two { }
        tag three { }
        tag four { }
    }
    layouts
    {
        layout tile { image = "/home/verner/.awesome/tile.png" }
        layout max { image = "/home/verner/.awesome/max.png" }
        layout floating { image = "/home/verner/.awesome/float.png" }
    }
    statusbar mystatusbar
    {
        position = "top"

        taglist mytaglist
        {
            mouse
            {
                button = "1"
                command = "tag_view"
            }
            mouse
            {
                button = "1"
                modkey = {"Mod4"}
                command = "client_tag"
            }
            mouse
            {
                button = "3"
                command = "tag_toggleview"
            }
            mouse
            {
                button = "3"
                modkey = {"Mod4"}
                command = "client_toggletag"
            }
            mouse
            {
                button = "4"
                command = "tag_viewnext"
            }
            mouse
            {
                button = "5"
                command = "tag_viewprev"
            }
        }
        layoutinfo mylayoutinfo
        {
            mouse
            {
                button = "1"
                command = "tag_setlayout"
                arg = "+1"
            }
            mouse
            {
                button = "4"
                command = "tag_setlayout"
                arg = "+1"
            }
            mouse
            {
                button = "3"
                command = "tag_setlayout"
                arg = "-1"
            }
            mouse
            {
                button = "5"
                command = "tag_setlayout"
                arg = "-1"
            }
        }
        tasklist mytasklist
        {
            mouse
            {
                button = "4"
                command = "client_focusnext"
            }
            mouse
            {
                button = "5"
                command = "client_focusprev"
            }
            mouse
            {
                modkey = {"Mod4"}
                button = "4"
                command = "client_swapnext"
            }
            mouse
            {
                modkey = {"Mod4"}
                button = "5"
                command = "client_swapprev"
            }
        }
#        iconbox logo
#        {
#            image = "/home/verner/.awesome/arch.png"
#            mouse
#            {
#                button = "1"
#                command = "spawn"
#                arg = "exec xterm -e man awesome"
#            }
#        }
    iconbox "vol_mute"
    {
        image = "/home/verner/.awesome/volmute.png"
        align = "right"
        mouse
            {
            modkey = {}
            button = "1"
            command = "spawn"
            arg = "amixer -q -c 0 sset Master,0 100%-"
            }
    }
    iconbox "vol_down"
    {
        image = "/home/verner/.awesome/voldown.png"
        align = "right"
        mouse
            {
            modkey = {}
            button = "1"
            command = "spawn"
            arg = "amixer -q -c 0 sset Master,0 10%-"
            }
    }
    iconbox "vol_up"
    {
        image = "/home/verner/.awesome/volup.png"
        align = "right"
        mouse
            {
            modkey = {}
            button = "1"
            command = "spawn"
            arg = "amixer -q -c 0 sset Master,0 10%+"
            }
    }
    textbox clock
    {
        align = "right"
        width = "100"
    }
    }

}

rules
{
    rule { name = "Gimp" float = true }
    rule { name = "MPlayer" float = true }
    rule { name = "Acroread" float = true }
    rule { name = "pinentry" float = true }
}

mouse
{
    root
    {
        button = "3"
        command = "spawn"
        arg = "exec urxvt"
    }
    root
    {
        button = "4"
        command = "tag_viewnext"
    }
    root
    {
        button = "5"
        command = "tag_viewprev"
    }
    client
    {
        modkey = {"Mod4"}
        button = "1"
        command = "client_movemouse"
    }
    client
    {
        modkey = {"Mod4"}
        button = "2"
        command = "client_zoom"
    }
    client
    {
        modkey = {"Mod4"}
        button = "3"
        command = "client_resizemouse"
    }
    titlebar
    {
        button = "1"
        command = "client_movemouse"
    }
    titlebar
    {
        button = "3"
        command = "client_resizemouse"
    }
}

keys
{
    key
    {
        modkey = {"Mod4"}
        key = "F1"
        command = "spawn"
        arg = "for i in /usr/share/man/man?;do ls $i; done | cut -d. -f1 | awesome-menu -e 'xterm -e man ' 'See manual page for:'"
    }
    key
    {
        modkey = {"Mod4"}
        key = "F2"
        command = "spawn"
        arg = "find /usr/bin -type f -executable ! -empty | awesome-menu -e 'exec ' Execute:"
    }
    key
    {
        modkey = {"Mod4"}
        key = "F3"
        command = "spawn"
        arg = "cut -d' ' -f1 ~/.ssh/known_hosts | cut -d, -f1 | awesome-menu -e 'xterm -e ssh ' 'ssh to:'"
    }
    key
    {
        modkey = {"Mod4"}
        key = "Return"
        command = "spawn"
        arg = "exec urxvt"
    }
    key
    {
    modkey = {"Mod4"}
    key = "f"
    command = "spawn"
    arg = "exec firefox"
    }
    key
    {
    modkey = {"Mod4"}
    key = "p"
    command = "spawn"
    arg = "exec `cat ~/.awesome/menu | awesome-menu 'Run:'`"
    }
    key
    {
    modkey = {"Mod4"}
    key = "e"
    command = "spawn"
    arg = "exec /opt/kdemod/bin/kate"
    }
    key
    {
    modkey = {"Mod4"}
    key = "t"
    command = "spawn"
    arg = "exec thunar"
    }
    key
    {
        modkey = {"Mod4"}
        key = "space"
        command = "tag_setlayout"
        arg = "+1"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "space"
        command = "tag_setlayout"
        arg = "-1"
    }
    key
    {
        modkey = {"Mod4"}
        key = "b"
        command = "statusbar_toggle"
    }
    key
    {
        modkey = {"Mod4"}
        key = "j"
        command = "client_focusnext"
    }
    key
    {
        modkey = {"Mod4"}
        key = "k"
        command = "client_focusprev"
    }
    key
    {
        modkey = {"Mod4"}
        key = "Tab"
        command = "focus_history"
        arg = "-1"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "j"
        command = "client_swapnext"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "k"
        command = "client_swapprev"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "j"
        command = "screen_focus"
        arg = "+1"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "k"
        command = "screen_focus"
        arg = "-1"
    }
    key
    {
        modkey = {"Mod4"}
        key = "h"
        command = "tag_setmwfact"
        arg = "-0.05"
    }
    key
    {
        modkey = {"Mod4"}
        key = "l"
        command = "tag_setmwfact"
        arg = "+0.05"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "h"
        command = "tag_setnmaster"
        arg = "+1"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "l"
        command = "tag_setnmaster"
        arg = "-1"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "h"
        command = "tag_setncol"
        arg = "+1"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "l"
        command = "tag_setncol"
        arg = "-1"
    }
    key
    {
        modkey = {"Mod4"}
        key = "Escape"
        command = "tag_prev_selected"
    }
    key
    {
        modkey = {"Mod4"}
        key = "Left"
        command = "tag_viewprev"
    }
    key
    {
        modkey = {"Mod4"}
        key = "Right"
        command = "tag_viewnext"
    }
    key
    {
        modkey = {"Mod4"}
        key = "m"
        command = "client_togglemax"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "Return"
        command = "client_zoom"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "space"
        command = "client_togglefloating"
    }
    key
    {
        modkey = {"Mod4"}
        key = "s"
        command = "client_togglescratch"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "s"
        command = "client_setscratch"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "c"
        command = "client_kill"
    }
    key
    {
        modkey = {"Mod4", "Shift"}
        key = "q"
        command = "quit"
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "r"
        command = "restart"
    }
    key
    {
       modkey = {"Mod4"}
       key = "0"
       command = "tag_view"
    }
    keylist
    {
        modkey = {"Mod4"}
        command = "tag_view"
        keylist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
        arglist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
    }
    key
    {
        modkey = {"Mod4", "Control"}
        key = "0"
        command = "tag_toggleview"
    }
    keylist
    {
        modkey = {"Mod4", "Control"}
        command = "tag_toggleview"
        keylist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
        arglist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
    }

    key
    {
        modkey = {"Mod4", "Shift"}
        key = "0"
        command = "client_tag"
    }
    keylist
    {
        modkey = {"Mod4", "Shift"}
        command = "client_tag"
        keylist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
        arglist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
    }

    key
    {
        modkey = {"Mod4", "Shift", "Control"}
        key = "0"
        command = "client_toggletag"
    }
    keylist
    {
        modkey = {"Mod4", "Shift", "Control"}
        command = "client_toggletag"
        keylist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
        arglist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
    }
}
# vim: filetype=conf

for the clock i use the simple clock script from the awesome wiki page.

Xdefaults

Xcursor.theme:    neutral

# urxvt settings

 ! use xft for drawing fonts
 urxvt.font: xft:Terminus-6
 urxvt.background: #222222
 urxvt.foreground: #efefef
 ! make a scrollbar that's nearly black
 urxvt*scrollBar:     false
#  urxvt*scrollBar_floating:    true
#  urxvt*scrollBar_right:   false
#  urxvt*scrollColor:       #202020
 urxvt*termName:     xterm
 urxvt*urllauncher:           firefox
 ! matcher.button # 3 is a right-click
 urxvt*matcher.button:        3
 urxvt*saveLines:              8192
 urxvt.perl-ext-common:         default,matcher,tabbed
 ! black 
 urxvt*color0:      #222222
 urxvt*color8:      #666666
 ! red
 urxvt*color1:      #535d6c
 urxvt*color9:      #cf6171
 ! green
 urxvt*color2:      #aece92
 urxvt*color10:     #c5f779
 ! yellow
 urxvt*color3:      #efefef
 urxvt*color11:     #fff796
 ! blue
 urxvt*color4:      #71C5F4
 urxvt*color12:     #67CDE9
 ! magenta
 urxvt*color5:      #963c59
 urxvt*color13:     #cf9ebe
 ! cyan
 urxvt*color6:      #418179
 urxvt*color14:     #71bebe
 ! white
 urxvt*color7:      #efefef
 urxvt*color15:     #ffffff
 
 urxvt*cursorColor:       #535d6c

Offline

#34 2008-07-02 10:56:10

sm4tik
Member
From: Finland, Jyväskylä
Registered: 2006-11-05
Posts: 248
Website

Re: July 2008 Screenshots

Where's the wallpaper from? me likes it very, very muuch smile

Offline

#35 2008-07-02 11:15:39

ST.x
Member
From: Sydney, Australia
Registered: 2008-01-25
Posts: 363
Website

Re: July 2008 Screenshots

phisphere wrote:
ST.x wrote:

very nice, can you please post your awesome configs, xdefaults etc. ?

yes, but they both are quite basic.
*snip*

Thanks, hmm I just started with awesome on my lappy with awesome-git. Does this mean that awesome 3 will come from that package as well, currently its 2.3 so people using this package wont have to switch to another package when current development moves to version 3.

Offline

#36 2008-07-02 12:12:11

phisphere
Member
From: Tallinn, Estonia
Registered: 2007-03-05
Posts: 136
Website

Re: July 2008 Screenshots

i personally use just awesome form the repos (not -git) and that works well for me. if awesome 3 becomes prime time and will be available from the repos, i'll upgrade to that.

Offline

#37 2008-07-02 13:40:37

kjozsa
Member
Registered: 2008-06-05
Posts: 147

Re: July 2008 Screenshots

can you link your background please? it's.. awesome smile

Offline

#38 2008-07-02 14:16:41

phisphere
Member
From: Tallinn, Estonia
Registered: 2007-03-05
Posts: 136
Website

Re: July 2008 Screenshots

Offline

#39 2008-07-02 14:24:37

Error323
Member
Registered: 2008-07-02
Posts: 6

Re: July 2008 Screenshots

sm4tik wrote:

Where's the wallpaper from? me likes it very, very muuch smile

Hey yeah I did too, its from http://aphaits.deviantart.com/art/My-Co … d-37940268

[edit]Found the real creator of the wallpaper[/edit]

Last edited by Error323 (2008-07-02 14:28:31)

Offline

#40 2008-07-02 14:41:10

Theomachos
Member
From: Germany
Registered: 2007-07-31
Posts: 67
Website

Re: July 2008 Screenshots

Abelian wrote:
Theomachos wrote:

Slightly modified mail spool checker from here:
http://stumpwm.antidesktop.net/wiki/Tips_and_Tricks

Did you have to change the "grep" bit of that? Their grep function returns nothing for me, the best I can get is something like:

/home/adam/Mail/INBOX/new/1214993077_0.3159.jesse,U=4211,FMD5=7e33429f656f1e6e9d79b29c3f82c57e:2,:Subject: [PATCH] Get rid of the color name, and generate a #RGBA value on the fly if needed.

Which is not nice to have popping up over my screen every now and again smile

This mailchecker is for mail in your local spool. wink
If you need one for maildir, you'll have to modify the functions...

Btw: Are you using SBCL or CLISP ?

Last edited by Theomachos (2008-07-02 19:14:58)


There is one thing even more vital to science than intelligent methods; and that is, the sincere desire to find out the truth, whatever it may be.
Charles S. Peirce

Offline

#41 2008-07-02 14:58:36

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: July 2008 Screenshots

Kris wrote:
pressh wrote:
Kris wrote:

I'm back in the Arch-world after a looong break... Here is my screenshot of the month:

http://code-geek.baah.dk/screenies/thum … 0708-1.png

wallpaper please?

http://www.smashingmagazine.com/2008/06 … july-2008/

There are a lot of cool wallpapers there - incl. the one I use smile

yes indeed, I added the page to my bookmarks smile

Thanks!

Offline

#42 2008-07-02 15:24:16

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: July 2008 Screenshots

screenshot_0701.thumbnail.png
Nothing fancy but it gets the job done. wink
Gnome
GTK: mac-osx-controls
METACITY: mac-osx-window
WP: http://interfacelift.com/wallpaper/down … 0x1024.jpg

Offline

#43 2008-07-02 16:57:42

Paul-S
Member
From: Wales
Registered: 2008-02-04
Posts: 353

Re: July 2008 Screenshots

f9c39c93d3dd63eac5194c24f3323t.jpg

Offline

#44 2008-07-02 17:28:53

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

Re: July 2008 Screenshots

screenshot7uj8.th.png

maybe it'll work this time.

edit.  well, I couldn't remember how to make the thumbnail open the big picture. so you can't see much of the detail

but I've got 2 Conky's, one running a standard status bar. the other showing the output of my /var/log/messages.log
2 gnome-terminals (one for each screen)
XMMS
Pidgin
GIMV
all with Fluxbox WM.

Last edited by Cyrusm (2008-07-02 17:32:28)


Hofstadter's Law:
           It always takes longer than you expect, even when you take into account Hofstadter's Law.

Offline

#45 2008-07-02 20:33:35

ebirtaid
Member
From: USA
Registered: 2007-11-18
Posts: 52

Re: July 2008 Screenshots

ratpoison with conky running

2008-07-02-162857_1280x720_scrot545.png.xs.jpg

Offline

#46 2008-07-02 20:43:06

dr.cranium
Member
Registered: 2008-01-25
Posts: 65

Re: July 2008 Screenshots

July:

200807021613082304x800sfn1.th.png

Compiz
Pypanel
Thunar
Terminal

Offline

#47 2008-07-02 20:43:51

strankan
Member
From: Sundsvall - Sweden
Registered: 2006-11-08
Posts: 97

Re: July 2008 Screenshots

Theomachos wrote:
Abelian wrote:

Stumpwm + emacs. Emacs colour theme is zenburn.

http://img104.imageshack.us/img104/6969 … rs7.th.png

Funny....Stumpwm + Emacs (zenburn theme) + Conkeror = my setup - just the stumpwm-modeline looks a bit different (matching zenburn modeline) big_smile


http://img395.imageshack.us/img395/4948 … df6.th.pnghttp://img55.imageshack.us/img55/1453/myshot2cq2.th.png

Any chance of having a look at your .emacs and .stumpwmrc? I'm liking stumpwm so much I'm actually considering switching to emacs from vim... smile

Offline

#48 2008-07-02 21:18:49

brynjolf
Member
From: Sweden
Registered: 2008-05-25
Posts: 63

Re: July 2008 Screenshots

dr.cranium wrote:

Go go dino love
How did you achieve the sexeh arch info?


Cerebral: "Welcome to the distro.  You'll never leave.  Mwahaha"

Offline

#49 2008-07-02 21:56:07

Sp4rkR4t
Member
From: Southampton
Registered: 2008-05-06
Posts: 110

Re: July 2008 Screenshots

Cyrusm wrote:

http://img240.imageshack.us/img240/9746 … uj8.th.png

maybe it'll work this time.

edit.  well, I couldn't remember how to make the thumbnail open the big picture. so you can't see much of the detail

but I've got 2 Conky's, one running a standard status bar. the other showing the output of my /var/log/messages.log
2 gnome-terminals (one for each screen)
XMMS
Pidgin
GIMV
all with Fluxbox WM.

Any chance of getting a link to a copy of that excellent background please?

Offline

#50 2008-07-02 22:22:41

chm0d
Member
Registered: 2008-04-05
Posts: 19

Re: July 2008 Screenshots

Here is my desktop for the month of July

Clean:

thumbnail-clean.png

Dirty:  Running Nitrogen, HP-toolbox, Weechat, sysinfo (pipe-menu), and sonata.

thumbnail-dirty.png

Offline

Board footer

Powered by FluxBB