PDA

View Full Version : [AwesomeWM] Screenshots


Saint0fCloud
October 7th, 2009, 00:19
Why isn't there one unified screenshot thread? Anyways I didn't find an AwesomeWM thread so dwm was the closest I could get :\


http://h.imagehost.org/t/0458/2009-10-06-164644_1280x1024_scrot.jpg (http://h.imagehost.org/view/0458/2009-10-06-164644_1280x1024_scrot)

http://a.imagehost.org/t/0795/2009-10-06-171220_1280x1024_scrot.jpg (http://a.imagehost.org/view/0795/2009-10-06-171220_1280x1024_scrot)

DutchDaemon
October 7th, 2009, 01:01
Because we would soon grow tired of this specific question:

"Wow!! Nice! What window manager is that?"

aragon
October 7th, 2009, 18:25
Nice screenshots.

DutchDaemon
October 7th, 2009, 18:29
Yeah. What window manager is that?

CodeBlock
October 7th, 2009, 18:41
Why isn't there one unified screenshot thread? Anyways I didn't find an AwesomeWM thread so dwm was the closest I could get :\


Mind giving up the part of your config that shows Updates in the top bar? I use awesome, that would be a pretty neat addition to my current setup :)

Also, how'd you get your bar transparent? That's pretty nifty :P

Heck while you're at it why don't you just paste your whole config, so I can stop editing this to ask more questions :P

Saint0fCloud
October 8th, 2009, 01:25
Because we would soon grow tired of this specific question:

"Wow!! Nice! What window manager is that?"
I guess that makes sense in a way. Thank you for creating a new thread

Mind giving up the part of your config that shows Updates in the top bar? I use awesome, that would be a pretty neat addition to my current setup :)
I'm not a programmer so I was just doing some basic testing. If you find a way to improve it please share :)

Also, how'd you get your bar transparent? That's pretty nifty :P
In your theme.lua, for your theme_bg.normal add 66 so it would be for example #ffffff66. Increase it or decrease it to change the transparency level accordingly with 00 being full transparency.

Heck while you're at it why don't you just paste your whole config, so I can stop editing this to ask more questions :P
http://pastebin.com/m7431abc7

Saint0fCloud
November 19th, 2009, 02:03
There's got to be some other awesome-wm users on here...

http://omploader.org/tMnN4OQ (http://omploader.org/vMnN4OQ) http://omploader.org/tMnN4YQ (http://omploader.org/vMnN4YQ)

varnie
November 19th, 2009, 22:32
woohooo!
SaintOfCloud, i like the first one! very, very impressive!!

vermaden
November 20th, 2009, 07:25
@Saint0fCloud

What script you use to show updates for FreeBSD?
(on top taskbar 'Updates: 6')

Saint0fCloud
November 30th, 2009, 00:20
@Saint0fCloud

What script you use to show updates for FreeBSD?
(on top taskbar 'Updates: 6')

It's just pkg_version -I -l"<" | wc -l | awk '{print $1}' thrown into a wicked widget running in the background with a temporary file. Wicked has been deprecated though so use vicious or preferably bashets

vermaden
November 30th, 2009, 01:00
@Saint0fCloud

Thanks for info ;)