You are not logged in.
Theomachos wrote:Abelian wrote:Stumpwm + emacs. Emacs colour theme is zenburn.
Funny....Stumpwm + Emacs (zenburn theme) + Conkeror = my setup - just the stumpwm-modeline looks a bit different (matching zenburn modeline)
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
I'm back in the Arch-world after a looong break... Here is my screenshot of the month:
wallpaper please?
Offline
Hey everyone,
Using awesome 3
config file can be found here: http://folkert.no-ip.org/awesomerc.lua
Offline
very nice, can you please post your awesome configs, xdefaults etc. ?
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
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
Last edited by Abelian (2008-07-02 10:12:45)
Offline
Kris wrote:I'm back in the Arch-world after a looong break... Here is my screenshot of the month:
wallpaper please?
http://www.smashingmagazine.com/2008/06 … july-2008/
There are a lot of cool wallpapers there - incl. the one I use
// Kris
"Penquins, Penquins, über alles!"
Offline
Offline
phisphere 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
Hey everyone,
My desktop:
http://folkert.no-ip.org/awesome-thumb.png
http://folkert.no-ip.org/awesome-clean-thumb.pngUsing awesome 3
config file can be found here: http://folkert.no-ip.org/awesomerc.lua
Where's the wallpaper from? me likes it very, very muuch
Offline
ST.x wrote:phisphere 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.
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
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
can you link your background please? it's.. awesome
Offline
phisphere wrote:can you link your background please? it's.. awesome
http://ve1n.deviantart.com/art/AEROSOL-87288832
here you are.
Offline
Error323 wrote:Hey everyone,
My desktop:
http://folkert.no-ip.org/awesome-thumb.png
http://folkert.no-ip.org/awesome-clean-thumb.pngUsing awesome 3
config file can be found here: http://folkert.no-ip.org/awesomerc.luaWhere's the wallpaper from? me likes it very, very muuch
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
Theomachos wrote:Slightly modified mail spool checker from here:
http://stumpwm.antidesktop.net/wiki/Tips_and_TricksDid 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
This mailchecker is for mail in your local spool.
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
pressh wrote:Kris wrote:I'm back in the Arch-world after a looong break... Here is my screenshot of the month:
wallpaper please?
http://www.smashingmagazine.com/2008/06 … july-2008/
There are a lot of cool wallpapers there - incl. the one I use
yes indeed, I added the page to my bookmarks
Thanks!
Offline
Nothing fancy but it gets the job done.
Gnome
GTK: mac-osx-controls
METACITY: mac-osx-window
WP: http://interfacelift.com/wallpaper/down … 0x1024.jpg
Offline
Offline
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
Abelian wrote:Stumpwm + emacs. Emacs colour theme is zenburn.
Funny....Stumpwm + Emacs (zenburn theme) + Conkeror = my setup - just the stumpwm-modeline looks a bit different (matching zenburn modeline)
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...
Offline
Go go dino love
How did you achieve the sexeh arch info?
Cerebral: "Welcome to the distro. You'll never leave. Mwahaha"
Offline
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