You are not logged in.

#1126 2013-01-29 03:51:17

TheImmortalPhoenix
Member
From: 127.0.0.1
Registered: 2011-08-13
Posts: 436

Re: Share your Awesome(WM) desktop!

Add the following lines in its config file:

# Format strings
format_nowplaying_song = [1;31m%t[0m by [1;34m%a[0m on %l[35m%r[0m%@%s
format_nowplaying_station = Station [35m%n[0m
format_list_song = %i) %a - %t%r

Colors are:
Blue: #7788af
Red: #d75f5f
Magenta: #94738c

Last edited by TheImmortalPhoenix (2013-01-29 03:53:17)

Offline

#1127 2013-01-29 04:39:35

doug piston
Member
From: Seattle
Registered: 2011-09-11
Posts: 387
Website

Re: Share your Awesome(WM) desktop!

Thank you. smile

Offline

#1128 2013-01-29 04:58:33

TheImmortalPhoenix
Member
From: 127.0.0.1
Registered: 2011-08-13
Posts: 436

Re: Share your Awesome(WM) desktop!

You're welcome smile

I added icons in tags...what do you think?

29_01_2013_05_58_56_scrot.jpg

Last edited by TheImmortalPhoenix (2013-01-29 05:00:13)

Offline

#1129 2013-01-29 05:17:08

doug piston
Member
From: Seattle
Registered: 2011-09-11
Posts: 387
Website

Re: Share your Awesome(WM) desktop!

Honestly, it looks amazing. Like I said your configs always make me want to come back.

Offline

#1130 2013-01-29 12:59:53

TheImmortalPhoenix
Member
From: 127.0.0.1
Registered: 2011-08-13
Posts: 436

Re: Share your Awesome(WM) desktop!

Thank you ... i'm switching to dwm instead ... i love awesome but i want something more stable and lean

Offline

#1131 2013-01-30 17:00:41

flexo3001
Member
From: berlin
Registered: 2012-01-13
Posts: 95

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Thank you ... i'm switching to dwm instead ... i love awesome but i want something more stable and lean

dito! or maybe xmonad! i ported to 3.5 too and awesome's stability is really annoying. i like the functionality and the "add-ons" like revelation,eminent,the posibility to implement something like calendars etc,... but nothing is working right... for now i use i3 and maybe switch to dwm/xmonad in my university-holidays. it's a real shame with awesome.

Last edited by flexo3001 (2013-01-30 17:01:29)


Fight war not wars, destroy power not people!

Offline

#1132 2013-01-30 17:16:49

CEPfister
Member
Registered: 2011-08-10
Posts: 68

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Thank you ... i'm switching to dwm instead ... i love awesome but i want something more stable and lean

Is awesome unstable?

Offline

#1133 2013-01-30 17:40:11

flexo3001
Member
From: berlin
Registered: 2012-01-13
Posts: 95

Re: Share your Awesome(WM) desktop!

CEPfister wrote:
TheImmortalPhoenix wrote:

Thank you ... i'm switching to dwm instead ... i love awesome but i want something more stable and lean

Is awesome unstable?

difficult to say. i use it since years with and without a strong modified config and on my hardware it makes problem,especially with a modified-conf with network-services (like email, packages, weather,..). i know people which run my setup without trouble. i don't know, but i'm annoyed with the trouble.

it isn't unstable, but there are much more stable wm's wink

Last edited by flexo3001 (2013-01-30 17:45:50)


Fight war not wars, destroy power not people!

Offline

#1134 2013-01-31 19:53:10

F34R
Member
From: /dev/loliland
Registered: 2012-02-05
Posts: 245

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

You're welcome smile

I added icons in tags...what do you think?

http://s1.postimage.org/equs4do0r/29_01_2013_05_58_56_scrot.jpg

nice smile

"Thank you ... i'm switching to dwm instead ... i love awesome but i want something more stable and lean"

dwm simplest & easiest configureable windows manager , btw awesome still better.

Last edited by F34R (2013-01-31 19:55:11)

Offline

#1135 2013-02-02 01:14:16

diiis
Member
Registered: 2012-06-06
Posts: 33

Re: Share your Awesome(WM) desktop!

Changed the theme and added some widget icons:

awesome_thumb.png

Last edited by diiis (2013-02-02 21:43:48)

Offline

#1136 2013-02-06 15:30:09

Ekber
Member
From: Germany & Turkey
Registered: 2008-10-03
Posts: 25

Re: Share your Awesome(WM) desktop!

diis looks very nice wink
can you share your config please ?

Offline

#1137 2013-02-06 15:47:35

diiis
Member
Registered: 2012-06-06
Posts: 33

Re: Share your Awesome(WM) desktop!

Ekber wrote:

diis looks very nice wink
can you share your config please ?

You can find my config files on github

Offline

#1138 2013-02-06 21:38:03

Ekber
Member
From: Germany & Turkey
Registered: 2008-10-03
Posts: 25

Re: Share your Awesome(WM) desktop!

diiis wrote:
Ekber wrote:

diis looks very nice wink
can you share your config please ?

You can find my config files on github

thanks a lot diiis wink

Offline

#1139 2013-02-16 12:21:21

anur
Member
Registered: 2012-10-18
Posts: 7

Re: Share your Awesome(WM) desktop!

Hi all
may be sombody know how to pass cairo surface to widget?
I did:

cairo= wibox.widget.imagebox()
cs =  Cairo.image_surface_create("argb32", 50, 14)
cr = Cairo.context_create(cs)
  cr:new_path()
  cr:move_to(10, 10)
  cr:line_to(40, 0)
  cr:set_source_rgb(0, 0, 0)
  cr:set_line_width(3)
  cr:stroke()
  img = capi.image.argb32(50, 14, cs:get_data()) --don't work (old way)
  cs:write_to_png("/tmp/simple-example.png") -- work
  cairo:draw(wibox,cr, 50,14)   --don't work

thanks
---
sorry moved to scripting

Last edited by anur (2013-02-16 18:20:17)

Offline

#1140 2013-02-16 15:41:57

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Share your Awesome(WM) desktop!

Anur,
This thread is not the appropriate place to ask a programming question. You may want to head over to the programming subforum with that.

our policy

Last edited by ewaller (2013-02-16 15:43:06)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#1141 2013-02-25 16:31:58

pstree
Member
From: Paris, France
Registered: 2013-02-24
Posts: 37

Re: Share your Awesome(WM) desktop!

Hello everyone !

clean
mini_1302250528168433610904404.png

dirty
mini_1302250528188433610904405.png

Quite minimalistic and not so original but it like it.


: (){ : |:& };:

Offline

#1142 2013-03-03 09:44:36

farwayer
Member
Registered: 2013-02-19
Posts: 3

Re: Share your Awesome(WM) desktop!

Look nice. Simple and clean. Can you please share config?

Offline

#1143 2013-03-03 16:15:09

pstree
Member
From: Paris, France
Registered: 2013-02-24
Posts: 37

Re: Share your Awesome(WM) desktop!


: (){ : |:& };:

Offline

#1144 2013-03-05 22:01:59

sardina
Member
Registered: 2013-02-23
Posts: 152

Re: Share your Awesome(WM) desktop!

Hellooo.

GwpWvbPs.jpg

Offline

#1145 2013-03-05 22:39:46

Ekber
Member
From: Germany & Turkey
Registered: 2008-10-03
Posts: 25

Re: Share your Awesome(WM) desktop!

@sardina

looks fantastic i like it wink

Offline

#1146 2013-03-06 15:38:25

mtrokic
Member
From: Montreal
Registered: 2009-10-24
Posts: 56
Website

Re: Share your Awesome(WM) desktop!

Finally migrated to 3.5! It seems like things are more responsive.

Clean:
2013_03_06_102932_1920x1080_scrot.jpg

Busy:
2013_03_06_102809_1920x1080_scrot.jpg

Offline

#1147 2013-03-06 20:27:46

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: Share your Awesome(WM) desktop!

Did a semi-recreation of my 2010 awesomewm desktop:

Then(2010)awesome20100113250x156.png   Now(2013)awesome20130301250x156.png

Offline

#1148 2013-03-06 22:51:05

powerpoint45
Member
Registered: 2013-03-06
Posts: 24

Re: Share your Awesome(WM) desktop!

Hello guys! Here is my Awesome WM setup. I love how it looks so I decided to share. I also decided to be super nice and upload all of my config files and such into a tar.gz
AwesomeSetup1.tar.gz

My Awesome Setup <<Click for larger photo

Last edited by powerpoint45 (2013-03-06 23:44:15)


Developer of Lucid Launcher for Android

Offline

#1149 2013-03-06 23:19:34

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Share your Awesome(WM) desktop!

Hello powerpoint45, please read Forum Etiquette: Pasting Pictures and Code and edit your post. Thanks. smile

Edit: BTW, nice setup. smile


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#1150 2013-03-08 03:38:54

zezhyrule3
Member
Registered: 2013-03-08
Posts: 65

Re: Share your Awesome(WM) desktop!

Just messed with the default theme's colors a bit. Nice and simple.

th_2013-03-07-152310_1366x768_scrot_zps30f77a1f.png


- dots -

Offline

Board footer

Powered by FluxBB