You are not logged in.

#1101 2013-01-19 20:11:36

nostalgix
Member
From: Germany
Registered: 2012-04-05
Posts: 31
Website

Re: Share your Awesome(WM) desktop!

Spoofing wrote:
nostalgix wrote:

Migrated to 3.5 finally this week:

http://ompldr.org/taDR2dA

It's based on an old theme TheImmortalPhoenix posted here months ago. I still like the dark blue style.

That's cool. Really awesome!

Can you share .muttrc?
I'm also interested in your other dotfiles, do you have github or something?..

Spoofing and Garrik, all my config files are available here.


dotfiles and more @github

Offline

#1102 2013-01-19 20:16:30

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

Re: Share your Awesome(WM) desktop!

Finally switched to awesome 3.5

taDUyaQ

The code is cleaner now and awesome is faster!

Offline

#1103 2013-01-19 22:11:18

murb
Member
Registered: 2013-01-14
Posts: 7

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Finally switched to awesome 3.5

http://ompldr.org/taDUyaQ

The code is cleaner now and awesome is faster!

Stunning!
Do you mind sharing dotfiles?

Offline

#1104 2013-01-19 22:56:58

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

Re: Share your Awesome(WM) desktop!

Offline

#1105 2013-01-20 02:51:22

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

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Finally switched to awesome 3.5

http://ompldr.org/taDUyaQ

The code is cleaner now and awesome is faster!

You always make me want to switch back..

Nice work. smile

Offline

#1106 2013-01-20 03:09:53

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

Re: Share your Awesome(WM) desktop!

doug piston wrote:
TheImmortalPhoenix wrote:

Finally switched to awesome 3.5

http://ompldr.org/taDUyaQ

The code is cleaner now and awesome is faster!

You always make me want to switch back..

Nice work. smile

Thank you smile What are you using now?

EDIT: Oh, DWM ... I see ... I should give a serious try to it

Last edited by TheImmortalPhoenix (2013-01-20 03:13:06)

Offline

#1107 2013-01-20 03:15:02

murb
Member
Registered: 2013-01-14
Posts: 7

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Perfect, thanks!

Offline

#1108 2013-01-20 09:04:08

analog
Member
Registered: 2012-04-14
Posts: 15

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Finally switched to awesome 3.5

http://ompldr.org/taDUyaQ

The code is cleaner now and awesome is faster!

That's awesome wink
Could you share your .scripts folder?

Offline

#1109 2013-01-20 09:04:54

Garrik Dimble
Member
Registered: 2009-02-25
Posts: 10
Website

Re: Share your Awesome(WM) desktop!

Spoofing and Garrik, all my config files are available here.


Thanks a lot!
I'll post a screenshot of the result as soon as I'm finished.

Offline

#1110 2013-01-20 10:49:15

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

Re: Share your Awesome(WM) desktop!

I always wanted to try awesome. However each time I want to install it, the following dependencies appear :

python2-beaker-1.6.4-1  python2-mako-0.7.3-1  python2-markupsafe-0.15-2 

For a window manager that is supposed to work with plain lua, it's a bit weird.
Is there a way to avoid these dependencies?

Last edited by CEPfister (2013-01-20 10:50:13)

Offline

#1111 2013-01-20 12:01:54

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

Re: Share your Awesome(WM) desktop!

analog wrote:
TheImmortalPhoenix wrote:

Finally switched to awesome 3.5

http://ompldr.org/taDUyaQ

The code is cleaner now and awesome is faster!

That's awesome wink
Could you share your .scripts folder?

Scripts

Offline

#1112 2013-01-20 19:03:36

analog
Member
Registered: 2012-04-14
Posts: 15

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:
analog wrote:
TheImmortalPhoenix wrote:

Finally switched to awesome 3.5

http://ompldr.org/taDUyaQ

The code is cleaner now and awesome is faster!

That's awesome wink
Could you share your .scripts folder?

Scripts

Thanks, I appreciate it.

Last edited by analog (2013-01-21 06:26:42)

Offline

#1113 2013-01-22 05:59:51

adeligen
Member
Registered: 2012-09-26
Posts: 21

Re: Share your Awesome(WM) desktop!

https://raw.github.com/adeligen/awesome … review.jpg

config files

Last edited by adeligen (2013-01-22 11:35:01)

Offline

#1114 2013-01-22 15:47:54

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

Re: Share your Awesome(WM) desktop!

Hi men, i have a small problem, when i maximize a window or put it to floating mode in the tasklist appears those symbols:

taDZmMg

I can't remove them, i've set the floating icon in theme.lua with the same color of wibox but nothing changes...any suggestion?

Offline

#1115 2013-01-22 16:24:34

murb
Member
Registered: 2013-01-14
Posts: 7

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Hi men, i have a small problem, when i maximize a window or put it to floating mode in the tasklist appears those symbols:

http://ompldr.org/taDZmMg

I can't remove them, i've set the floating icon in theme.lua with the same color of wibox but nothing changes...any suggestion?

You can remove them in tasklist.lua, not the prettiest solution but it works.

$ /usr/share/awesome/lib/awful/widget/tasklist.lua

local floating = args.floating or theme.tasklist_floating or ''
local maximized_horizontal = args.maximized_horizontal or theme.tasklist_maximized_horizontal or ''
local maximized_vertical = args.maximized_vertical or theme.tasklist_maximized_vertical or ''

--  local floating = args.floating or theme.tasklist_floating or '✈'
--  local maximized_horizontal = args.maximized_horizontal or theme.tasklist_maximized_horizontal or '⬌'
--  local maximized_vertical = args.maximized_vertical or theme.tasklist_maximized_vertical or '⬍'

Last edited by murb (2013-01-22 16:28:00)

Offline

#1116 2013-01-22 16:35:25

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

Re: Share your Awesome(WM) desktop!

Thanks, it works...i don't care that it's not the prettiest one tongue

Offline

#1117 2013-01-23 01:33:58

crondog
Member
Registered: 2011-04-21
Posts: 130

Re: Share your Awesome(WM) desktop!

A prettier way would be adding the following to your theme.lua

theme.tasklist_floating = ""
theme.tasklist_maximized_horizontal = ""
theme.tasklist_maximized_vertical = ""

Last edited by crondog (2013-01-23 01:34:24)

Offline

#1118 2013-01-26 19:53:04

Reded
Member
From: Manchester, England
Registered: 2012-02-21
Posts: 242

Re: Share your Awesome(WM) desktop!

Hey guys, just wondering if there's a way to disable the default Awesome notifications? I'd like to use Dunst in it's place tongue

But here's my setup:

taDhpag

Last edited by Reded (2013-01-26 19:53:28)


"Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying "End-of-the-World Switch. PLEASE DO NOT TOUCH", the paint wouldn't even have time to dry."

Offline

#1119 2013-01-27 12:54:53

tranqil
Member
Registered: 2012-09-06
Posts: 31

Re: Share your Awesome(WM) desktop!

Finally I upgraded my configuration to Awesome 3.5 (big thanks to theimmortalphoenix for his one, my is mainly based on it.)

Fake activity (notebook screen on left side):
busy-thumb.png

Edit: Updated Screenshot #2.

Last edited by tranqil (2013-02-12 09:51:57)

Offline

#1120 2013-01-27 18:09:05

zainin
Member
From: Poland
Registered: 2010-10-23
Posts: 33

Re: Share your Awesome(WM) desktop!

Reded wrote:

Hey guys, just wondering if there's a way to disable the default Awesome notifications? I'd like to use Dunst in it's place tongue

Try this.

Offline

#1121 2013-01-27 18:25:13

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

Re: Share your Awesome(WM) desktop!

tranqil wrote:

Finally I upgraded my configuration to Awesome 3.5 (big thanks to theimmortalphoenix for his one, my is mainly based on it.)

Fake activity (notebook screen on left side):
http://troll-market.net/~mb/images/busy-thumb.png

Clean

Really beautiful! I have some questions: what fonts are you using in terminal and wibox? Can you share your colorscheme, mail and calendar widget? Thanks

Offline

#1122 2013-01-27 18:58:14

tranqil
Member
Registered: 2012-09-06
Posts: 31

Re: Share your Awesome(WM) desktop!

Thank you, wibox font is currently "snap" from the artwiz package, it's a nice font, but some character are hard to read. I'm not so lucky with it, but I can't find a better one. The font for urxvt is simply "terminus", imho the best readable font.

I'm using the vicious maildir widget, there is nothing special about it. You can find the files here. The colors are based on the "shades of orange".

The calendar dzen script is really nice, but it would be more beautiful if there were a bit more space on the left side, let me know if you got it.

Last edited by tranqil (2013-01-27 19:09:26)

Offline

#1123 2013-01-28 05:39:21

Reded
Member
From: Manchester, England
Registered: 2012-02-21
Posts: 242

Re: Share your Awesome(WM) desktop!

zainin wrote:
Reded wrote:

Hey guys, just wondering if there's a way to disable the default Awesome notifications? I'd like to use Dunst in it's place tongue

Try this.

I don't really want to just suspend it, I'd prefer it out completely (though using that page I'm going to be playing with the settings a bit to see if I can make it more workable, it's not that I dislike it, just the defaults don't work for me)

Last edited by Reded (2013-01-28 05:40:08)


"Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying "End-of-the-World Switch. PLEASE DO NOT TOUCH", the paint wouldn't even have time to dry."

Offline

#1124 2013-01-29 03:03:32

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

Re: Share your Awesome(WM) desktop!

29_01_2013_03_59_55_scrot.jpg

Offline

#1125 2013-01-29 03:42:46

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

Re: Share your Awesome(WM) desktop!

I must have that pianobar config. Looks great!!

Offline

Board footer

Powered by FluxBB