You are not logged in.

#251 2012-05-22 18:31:06

wolfcore
Member
From: California
Registered: 2012-03-06
Posts: 137

Re: May 2012 Screenshots

Unia wrote:
wolfcore wrote:

No patch, only occupied tag was 'term'.

Oh.. then I guess etc was urgent? Too bad big_smile

Nah, it was just empty and not visible big_smile

F34R wrote:
wolfcore wrote:

I love what I've done with dwm's bar -- tmux's bar and current song, updates, etc:

http://i.imgur.com/mbMud.png
full: http://i.imgur.com/mbMud.png

where is the full desktop screenshot ? tongue

Bqexl.pnggwD9e.png
aqGTT.pngwvF1c.png
wallpaper: http://zpecter.deviantart.com/gallery/#/d4ehqq7
dotfiles: https://github.com/wolfcore/dotfiles

Offline

#252 2012-05-22 19:27:17

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: May 2012 Screenshots

@wolfcore: Nice dwm bar smile

Offline

#253 2012-05-22 22:39:46

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

Randomly felt the urge to play around with Openbox again. I threw this up during studying for my finals (Biology tomorrow hmm):

tZHY1dA

It's tint2, with Thunar and URxvt. The details need some polishing though, as you can see in the tint2 panel (battery) and also gotta fix that Thunar spin thingie (any hints on that one? I remember having seen it somewhere....)

EDIT: Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#254 2012-05-23 01:19:18

Wibjarm
Member
Registered: 2012-05-04
Posts: 43

Re: May 2012 Screenshots

Unia wrote:

Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now

I don't know if there's a way to do this built into Openbox, but I think you can probably do it fairly easily with xdotool using a combination of behave_screen_edge and set_desktop --relative.

Offline

#255 2012-05-23 03:36:37

woddfellow2
Member
From: USA
Registered: 2010-04-05
Posts: 113
Website

Re: May 2012 Screenshots

Still with ratpoison:
Clean

It is also Emacs week, in which I dare myself to do as much as possible in Emacs:
Dirty


1-Crawl 2-Cnfg 3-ATF 4-Exit ?

Offline

#256 2012-05-23 08:10:28

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

Wibjarm wrote:
Unia wrote:

Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now

I don't know if there's a way to do this built into Openbox, but I think you can probably do it fairly easily with xdotool using a combination of behave_screen_edge and set_desktop --relative.

Thanks, will look into it wink


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#257 2012-05-23 10:11:19

ivoarch
Member
Registered: 2011-03-31
Posts: 436

Re: May 2012 Screenshots

@wolfcore

What you use to make the background?
Awesome!

@woddfellow2

I like the background : ) 
Style Ratpoison!


I love GnuEmacs, GnuScreen, ratpoison, and conkeror.
Github )||( Weblog

Offline

#258 2012-05-23 10:56:21

kaira
Member
Registered: 2010-09-30
Posts: 14

Re: May 2012 Screenshots

Unia wrote:

Randomly felt the urge to play around with Openbox again. I threw this up during studying for my finals (Biology tomorrow hmm):

http://ompldr.org/tZHY1dA

It's tint2, with Thunar and URxvt. The details need some polishing though, as you can see in the tint2 panel (battery) and also gotta fix that Thunar spin thingie (any hints on that one? I remember having seen it somewhere....)

EDIT: Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now

Hi, your color script look just amazing. Is there any possibility to get it?

Offline

#259 2012-05-23 15:18:34

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

kaira wrote:

Hi, your color script look just amazing. Is there any possibility to get it?

Yes, sure. It's based on one found at the Crunchbang forums, so credits to whoever posted it there:

#!/bin/bash

colors=($(xrdb -query | sed -n 's/.*color\([0-9]\)/\1/p' | sort -nu | cut -f2))

echo -e "\e[1;37m
 Black      Red        Green      Yellow     Blue       Magenta    Cyan       White
───────────────────────────────────────────────────────────────────────────────────────\e[0m"
for i in {0..7}; do echo -en "\e[$((30+$i))m █ ${colors[i]} \e[0m"; done
echo
for i in {8..15}; do echo -en "\e[1;$((22+$i))m █ ${colors[i]} \e[0m"; done
echo -e "\n"

If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#260 2012-05-23 16:12:29

wolfcore
Member
From: California
Registered: 2012-03-06
Posts: 137

Re: May 2012 Screenshots

OK100 wrote:

@wolfcore: Nice dwm bar smile

Thanks! I've been adding stuff gradually :3

ivoarch wrote:

@wolfcore

What you use to make the background?
Awesome!

http://zpecter.deviantart.com/gallery/#/d4ehqq7

Unia wrote:
kaira wrote:

Hi, your color script look just amazing. Is there any possibility to get it?

Yes, sure. It's based on one found at the Crunchbang forums, so credits to whoever posted it there:

#!/bin/bash

colors=($(xrdb -query | sed -n 's/.*color\([0-9]\)/\1/p' | sort -nu | cut -f2))

echo -e "\e[1;37m
 Black      Red        Green      Yellow     Blue       Magenta    Cyan       White
───────────────────────────────────────────────────────────────────────────────────────\e[0m"
for i in {0..7}; do echo -en "\e[$((30+$i))m █ ${colors[i]} \e[0m"; done
echo
for i in {8..15}; do echo -en "\e[1;$((22+$i))m █ ${colors[i]} \e[0m"; done
echo -e "\n"

Thanks for sharing!

Last edited by wolfcore (2012-05-23 16:19:04)

Offline

#261 2012-05-23 16:38:53

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

^ Welcome wink


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#262 2012-05-23 17:09:12

chamber
Member
From: ~/
Registered: 2012-03-29
Posts: 279

Re: May 2012 Screenshots

tZHZsdA


meh

Offline

#263 2012-05-23 20:15:14

eightbitraptor
Member
From: Cheadle Hulme, UK
Registered: 2012-05-23
Posts: 8
Website

Re: May 2012 Screenshots

Ok. Is that awesome? (I'm an awesomewm n00b, please forgive the amount of questions)

Can I ask how you get the drop shadow on the menu bar? Also the space and shadow between clients?

I'm guessing the shadow is some kind of xcompmgr/transset voodoo wink

also that's an awesome wallpaper, where did you get it

thanks

Offline

#264 2012-05-23 21:22:25

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: May 2012 Screenshots

Offline

#265 2012-05-24 04:33:34

ElderSnake
Member
From: Australia
Registered: 2010-12-09
Posts: 97

Re: May 2012 Screenshots

Okay try not to shoot me for "Ubuntu-fying" my Arch big_smile and it's kinda boring to look at probably compared to all the super custom lightweight screenies but here is my Arch with Unity, thanks to chenxiaolong and the gang wink

Clean: http://i.imgur.com/MCPOk.jpg

Dash and sort of busy: http://i.imgur.com/XroLT.jpg


Arch Linux - Intel E5200 Desktop (MATE GTK3)  | Fedora 25 - ASUS Core-i7 Optimus Laptop

Offline

#266 2012-05-24 12:45:16

eightbitraptor
Member
From: Cheadle Hulme, UK
Registered: 2012-05-23
Posts: 8
Website

Re: May 2012 Screenshots

@donniezazen Win! thanks.

Offline

#267 2012-05-24 13:18:03

d1001001
Member
Registered: 2012-05-24
Posts: 6

Re: May 2012 Screenshots

Dustbin wrote:

Some updates since last May shot:

Clean:
http://i50.tinypic.com/2m5b47s.png

Fake dirty:
http://i50.tinypic.com/6p2bo3.png

Still Xfce 4.10, Compiz and conky, but now with Docky as launcher and window list. Was using the Xfce global menu plugin, but it doesn't support panel transparency (yet?)...

Top-left, that's an application menu right? Can I have a name of it?

Thanks

Offline

#268 2012-05-24 13:55:26

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

Re: May 2012 Screenshots

d1001001 wrote:
Dustbin wrote:

Some updates since last May shot:

Clean:
http://i50.tinypic.com/2m5b47s.png

Fake dirty:
http://i50.tinypic.com/6p2bo3.png

Still Xfce 4.10, Compiz and conky, but now with Docky as launcher and window list. Was using the Xfce global menu plugin, but it doesn't support panel transparency (yet?)...

Top-left, that's an application menu right? Can I have a name of it?

Thanks

that's conky.

Offline

#269 2012-05-24 14:20:20

d1001001
Member
Registered: 2012-05-24
Posts: 6

Re: May 2012 Screenshots

RaisedFist wrote:
d1001001 wrote:
Dustbin wrote:

Some updates since last May shot:

Clean:
http://i50.tinypic.com/2m5b47s.png

Fake dirty:
http://i50.tinypic.com/6p2bo3.png

Still Xfce 4.10, Compiz and conky, but now with Docky as launcher and window list. Was using the Xfce global menu plugin, but it doesn't support panel transparency (yet?)...

Top-left, that's an application menu right? Can I have a name of it?

Thanks

that's conky.

Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon

Offline

#270 2012-05-24 14:35:38

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

d1001001 wrote:
RaisedFist wrote:

that's conky.

Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon

I assume that's the standard XFCE menu


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#271 2012-05-24 15:02:39

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: May 2012 Screenshots

You can find DE/WM-specific Arch icons in the archlinux-artwork package.

@donniezazen: How did you get gaps between your clients? I don't see anything in your github on that.

Last edited by ANOKNUSA (2012-05-24 15:10:24)

Offline

#272 2012-05-24 15:48:05

Dustbin
Member
From: The Netherlands
Registered: 2011-12-07
Posts: 124

Re: May 2012 Screenshots

Unia wrote:
d1001001 wrote:
RaisedFist wrote:

that's conky.

Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon

I assume that's the standard XFCE menu

Am I evil to find the confusion slightly funny? big_smile

'Cuz all of you are right: the blue icon is indeed the standard Xfce menu, and both top left and bottom left are instances of conky... Top left is my system info, bottom left some RSS feeds.

Last edited by Dustbin (2012-05-24 15:49:19)


If the Matrix was real, it would run on Arch...

Offline

#273 2012-05-24 16:00:15

d1001001
Member
Registered: 2012-05-24
Posts: 6

Re: May 2012 Screenshots

Dustbin wrote:
Unia wrote:
d1001001 wrote:

Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon

I assume that's the standard XFCE menu

Am I evil to find the confusion slightly funny? big_smile

'Cuz all of you are right: the blue icon is indeed the standard Xfce menu, and both top left and bottom left are instances of conky... Top left is my system info, bottom left some RSS feeds.

Well my confusion is caused by this video: http://www.youtube.com/watch?feature=pl … drpY#t=25s
But now I guess his menu is openbox native? I was just confused by the same icon of the menu.

Offline

#274 2012-05-24 16:06:18

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: May 2012 Screenshots

@Anoknusa It's not my setup. I just went back and posted link to white rocks github.

Offline

#275 2012-05-24 16:49:18

wolfcore
Member
From: California
Registered: 2012-03-06
Posts: 137

Re: May 2012 Screenshots

Decided to add a little shading and monochrome smile

pfRVc.png

Offline

Board footer

Powered by FluxBB