You are not logged in.

#151 2011-05-10 16:50:14

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: May 2011 Screenshots

karabaja4 wrote:
na12 wrote:

bmpanel2 theme please?

http://box-look.org/content/show.php?content=139354

Offline

#152 2011-05-10 19:05:23

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: May 2011 Screenshots

Been a while:
clean
tOG40bg

weechat, still clean smile
tOG40bw

Offline

#153 2011-05-10 20:05:51

MrMars
Member
Registered: 2011-05-06
Posts: 57

Re: May 2011 Screenshots

tomd123 wrote:

Been a while:
clean
http://ompldr.org/tOG40bg

wall (gallery perharps) please? smile

Offline

#154 2011-05-10 21:28:04

iRmonkD
Member
From: 206, WA
Registered: 2010-11-02
Posts: 31

Re: May 2011 Screenshots

neurolysis wrote:

Nice!

Could I have a copy of the configs for this? I checked your github, but it seems it was last updated in Jan (maybe out of date)?

Also, is that pcmanfm in the bottom right, or what?

Yes it is pcmanfm-mod from AUR. Also I will update my github as soon as I have time. Next day or two. Thanks glad you liked it!

Offline

#155 2011-05-10 22:08:13

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: May 2011 Screenshots

MrMars wrote:
tomd123 wrote:

Been a while:
clean
http://ompldr.org/tOG40bg

wall (gallery perharps) please? smile

here you go:
tNmZpbw

I have a bunch of unorganized photos, but I don't have a gallery unfortunately.

Offline

#156 2011-05-10 23:44:16

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: May 2011 Screenshots

tomd123 wrote:

here you go:
http://ompldr.org/tNmZpbw

I have a bunch of unorganized photos, but I don't have a gallery unfortunately.

Wow!! yikes Did you make that?  Or do you remember where you downloaded it or who made it?   It's amazing!  cool

Offline

#157 2011-05-11 01:45:17

arinlares
Member
From: Anaheim, CA
Registered: 2010-02-01
Posts: 165
Website

Re: May 2011 Screenshots

losl wrote:

--snip--

Thanks sharing, but I even directly copied it to see if I'm messing up, and had no luck.  Time to retire back to dwm for tiling. big_smile

Offline

#158 2011-05-11 02:52:30

Skyalmian
Member
Registered: 2009-06-28
Posts: 121

Re: May 2011 Screenshots

2011-05-10-clean-thumb.png
openbox-git, tint2-svn, conky

Offline

#159 2011-05-11 03:19:10

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Re: May 2011 Screenshots

And another one:  http://www.youtube.com/watch?v=-tmfdwHxtE4&hd=1

My configuration, since I forgot to add it the first time around:

# General options
set $m Mod4
set $c Control
set $s Shift
set $a Mod1
#font -misc-fixed-medium-r-normal--10------iso10646-1
font  -*-gohufont-medium-r-*-*-11-*-*-*-*-*-iso10646-1
floating_modifier $m
new_container tabbed
focus_follows_mouse yes
workspace_bar no
#new_window bp

# Colors
# Item                  Border  Backgnd Foregnd
# ---------------------------------------------
client.focused_inactive #660000 #660000 #AAAAAA
client.focused          #990000 #990000 #FFFFFF
client.unfocused        #110000 #110000 #666666
client.urgent           #FFFF00 #FFFF00 #FF0000
bar.focused             #990000 #990000 #FFFFFF
bar.unfocused           #330000 #000000 #AAAAAA
bar.urgent              #FF0000 #FFFF00 #000000

# Workspace names
workspace 1 Alpha
workspace 2 Beta
workspace 3 Gamma
workspace 4 Delta
workspace 5 Epsilon
workspace 6 Zeta
workspace 7 Eta
workspace 8 Theta
workspace 9 Iota
workspace 10 Kappa

# Fullscreen [m]
bind $m+58 f

# Titlebar stack [s]
bind $m+40 s

# Default (window stack) [d]
bind $m+42 d

# Tabbed [t]
bind $m+41 T

# Float [space]
bind $m+65 t

# F/T layer focus [f]
bind $m+$s+26 focus ft

# Focus window [neui]
bind $m+44 h
bind $m+45 j
bind $m+31 k
bind $m+46 l

# Focus container [neui]
bind $m+$c+44 wch
bind $m+$c+45 wcj
bind $m+$c+31 wck
bind $m+$c+46 wcl

# Snap cantainer [neui]
bind $m+$a+44 sh
bind $m+$a+45 sj
bind $m+$a+31 sk
bind $m+$a+46 sl

# Move window [neui]
bind $m+$s+44 mh
bind $m+$s+45 mj
bind $m+$s+31 mk
bind $m+$s+46 ml

# Move container [neui]
bind $m+$c+$s+44 wcmh
bind $m+$c+$s+45 wcmj
bind $m+$c+$s+31 wcmk
bind $m+$c+$s+46 wcml

# Resize container [r]{[neui],[neui],[Return|Escape]}
mode "resize" {
    bind $m+44 resize left -10
    bind $m+45 resize bottom +10
    bind $m+31 resize top -10
    bind $m+46 resize right +10
    bind $m+$s+44 resize left +10
    bind $m+$s+45 resize bottom -10
    bind $m+$s+31 resize top +10
    bind $m+$s+46 resize right -10
    bind 31 mode default
    bind 36 mode default
}
bind $m+39 mode resize

# Switch workspace [0-9]
bind $m+10 1
bind $m+11 2
bind $m+12 3
bind $m+13 4
bind $m+14 5
bind $m+15 6
bind $m+16 7
bind $m+17 8
bind $m+18 9
bind $m+19 10

# Move window to workspace [0-9]
bind $m+$s+10 m1
bind $m+$s+11 m2
bind $m+$s+12 m3
bind $m+$s+13 m4
bind $m+$s+14 m5
bind $m+$s+15 m6
bind $m+$s+16 m7
bind $m+$s+17 m8
bind $m+$s+18 m9
bind $m+$s+19 m10

# Close window [c]
bind $m+54 kill

# Quit [q]
bind $m+$s+24 exit

# Reload configuration [q]
bind $m+24 reload

# Restart [q]
bind $m+$c+24 restart

# Named focus [j], [k], [g]
bind $m+29 exec i3-input -p 'jump ' -P 'Jump to: '
bind $m+57 exec i3-input -p 'mark ' -P 'Mark: '
bind $m+28 exec i3-input -p 'goto ' -P 'Goto: '

# Socket
ipc-socket ~/.config/i3/ipc.sock

# Assignments
assign "gimp" ~
assign "xsane" ~
assign "wine" ~9
assign "Xephyr" ~
assign "dosbox" ~
#assign "Firefox" 2
#assign "Mirage" 2

# Launch apps
# Autostart
exec barstatus-i3bar
exec reset-trayer
exec feh --bg-fill $HOME/.background

Offline

#160 2011-05-11 06:23:44

jackalwere89
Member
From: US-West
Registered: 2011-04-06
Posts: 16

Re: May 2011 Screenshots

tOG5iaA

wallpaper

New bash script to grab album art for the currently playing MPD song (top-right conky).

Offline

#161 2011-05-11 11:10:02

lswest
Member
From: Munich, Germany
Registered: 2008-06-14
Posts: 456
Website

Re: May 2011 Screenshots

jackalwere89 wrote:

http://ompldr.org/tOG5iaA

wallpaper

New bash script to grab album art for the currently playing MPD song (top-right conky).

Can you share the Bash script?  The script I use is still running on python2 - a bash equivalent would be nice!


Lswest <- the first letter of my username is a lowercase "L".
"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it." - Linus Torvalds

Offline

#162 2011-05-11 12:45:22

Mountainjew
Member
From: Ireland
Registered: 2008-08-24
Posts: 405

Re: May 2011 Screenshots

Been a long time since i posted a shot, so here's my new XFCE home smile

tOG5leQ

Last edited by Mountainjew (2011-05-11 13:04:23)

Offline

#163 2011-05-11 13:50:57

JHeaton
Member
From: United Kingdom
Registered: 2009-05-16
Posts: 158

Re: May 2011 Screenshots

Mountainjew wrote:

Been a long time since i posted a shot, so here's my new XFCE home smile

http://ompldr.org/tOG5leQ

Is that AWN or something else?

Offline

#164 2011-05-11 13:57:48

imag1narynumber
Member
From: Connecticut
Registered: 2008-07-23
Posts: 56

Re: May 2011 Screenshots

JHeaton wrote:
Mountainjew wrote:

Been a long time since i posted a shot, so here's my new XFCE home smile

http://ompldr.org/tOG5leQ

Is that AWN or something else?

'Tis Docky.

Offline

#165 2011-05-11 14:27:08

Mountainjew
Member
From: Ireland
Registered: 2008-08-24
Posts: 405

Re: May 2011 Screenshots

JHeaton wrote:
Mountainjew wrote:

Been a long time since i posted a shot, so here's my new XFCE home smile

http://ompldr.org/tOG5leQ

Is that AWN or something else?

Yeah it's docky...Couldn't get awn-bzr to build, so i'm stuck with that...

Offline

#166 2011-05-11 14:49:27

MrMars
Member
Registered: 2011-05-06
Posts: 57

Re: May 2011 Screenshots

30527726852920032136_thumb.jpg

my first shot since i joined the forum smile

Offline

#167 2011-05-11 14:58:13

Diaz
Member
From: Portugal
Registered: 2008-04-16
Posts: 366

Re: May 2011 Screenshots

not much changed in last months.

Xfce clean:
tOG5oNw

Xfce dirty:
tOG5oOA

Last edited by Diaz (2011-05-11 15:00:28)

Offline

#168 2011-05-11 15:47:27

jackalwere89
Member
From: US-West
Registered: 2011-04-06
Posts: 16

Re: May 2011 Screenshots

lswest wrote:

Can you share the Bash script?  The script I use is still running on python2 - a bash equivalent would be nice!

Yeah, sure. I sought out the bash implementation for that exact reason - I kept getting !@#$ syntax errors with all the python scripts I'd tried. Here it is.

#!/bin/bash +x
artist="`mpc -f [%artist%] | sed -n '1 p'`"
album="`mpc -f [%album%] | sed -n '1 p'`"
lastfetch=`cat ~/.covercheck | grep "$artist $album"`
if [[ $lastfetch == "$artist $album" ]]; then
exit 1
else
rm -f ~/.album
str="`echo $artist $album | sed -e s/\\ /+/g`"
# optional logging
# echo "$artist, $album. http://www.albumart.org/index.php?srchkey=$str&itempage=1&newsearch=1&searchindex=Music" > ~/scripts/getcover.log
wget `wget "http://www.albumart.org/index.php?srchkey=$str&itempage=1&newsearch=1&searchindex=Music" -q -O - | 
grep "http://www.albumart.org/images/zoom-icon.jpg" -m 1 | 
sed -e 's/" border="0" class="image_border.*//' |
sed -e 's/.*img src="//'` -q -O ~/.album
echo "$artist $album" > ~/.covercheck
fi

It'll give you the cover as .album in your ~ folder, or delete it if it a) can't find one at albumart.org or b) MPD is stopped. It makes use of mpc package to get artist/album info.

Enjoy. smile

*edit: strange, albumart.org doesn't seem to be pulling -anything- up right now (tried several titles that worked last night). Go figure. >.>

Last edited by jackalwere89 (2011-05-11 15:58:01)

Offline

#169 2011-05-11 16:22:06

Rolinh
Member
From: Switzerland
Registered: 2011-05-07
Posts: 144
Website

Re: May 2011 Screenshots

MrMars wrote:

Looks awesome smile
What do you need hal for?

Offline

#170 2011-05-11 17:19:34

MrMars
Member
Registered: 2011-05-06
Posts: 57

Re: May 2011 Screenshots

Rolinh wrote:
MrMars wrote:

Looks awesome smile
What do you need hal for?

Thanks smile

that is awesome-wm, but I have a gnome3 session, and withouth hal I can't seem to mount my hdds in natilus 3.0.
Or maybe I am only too dumb, but I looked for everywhere (google, the wiki, the forums, irc)

Offline

#171 2011-05-11 17:25:59

lswest
Member
From: Munich, Germany
Registered: 2008-06-14
Posts: 456
Website

Re: May 2011 Screenshots

jackalwere89 wrote:

It'll give you the cover as .album in your ~ folder, or delete it if it a) can't find one at albumart.org or b) MPD is stopped. It makes use of mpc package to get artist/album info.

Enjoy. smile

*edit: strange, albumart.org doesn't seem to be pulling -anything- up right now (tried several titles that worked last night). Go figure. >.>

Thanks!


Lswest <- the first letter of my username is a lowercase "L".
"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it." - Linus Torvalds

Offline

#172 2011-05-11 19:53:58

broken pipe
Member
Registered: 2010-12-10
Posts: 243

Re: May 2011 Screenshots

pretty basic. there's nothing on my desktop which could disctract me big_smile

87ebc22544.png

b936db1a25.png

Offline

#173 2011-05-11 20:20:25

ctxfi-user
Member
Registered: 2010-10-31
Posts: 56

Re: May 2011 Screenshots

Mountainjew wrote:

Been a long time since i posted a shot, so here's my new XFCE home smile

http://ompldr.org/tOG5leQ

Very nice. This is indeed a good looking replacement for Gnome. Please share some information about your setup: WM theme? Gtk theme? Font?

Thanks!

Offline

#174 2011-05-11 20:34:01

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: May 2011 Screenshots

broken pipe wrote:

pretty basic. there's nothing on my desktop which could disctract me big_smile

Wallpaper, please? smile

Offline

#175 2011-05-11 20:53:44

broken pipe
Member
Registered: 2010-12-10
Posts: 243

Re: May 2011 Screenshots

archman-cro wrote:
broken pipe wrote:

pretty basic. there's nothing on my desktop which could disctract me big_smile

Wallpaper, please? smile

here you go: http://theal.deviantart.com/art/The-Onyx-Pack-174229167

it's a package of wallpapers (~45mb)

Offline

Board footer

Powered by FluxBB