You are not logged in.

#1351 2013-11-26 15:25:52

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Share your Awesome(WM) desktop!

I forgot to post mine here.

9mcG9bK.png

Offline

#1352 2013-12-10 14:53:50

JeSuisNerd
Member
From: /home/egon
Registered: 2012-03-06
Posts: 30

Re: Share your Awesome(WM) desktop!

UPDATE:
Monitors on right-hand side inspired by an earlier post by sardina.  Monitors are CPU, RAM, battery, volume.  Clicking the wifi icon opens the wicd client.  Volume monitor supports scroll to adjust volume, click to mute (which greys it out) and right-click for pavucontrol.

Without conky:
kFwadkl.png

With conky:
ekqsON0.png  and with Clementine playing: G9OiW7p.png

rc.lua:  https://gist.github.com/EgonSpengler/8662532
My awesome theme:  https://dl.dropboxusercontent.com/u/28331960/egon.zip

Last edited by JeSuisNerd (2014-02-02 00:41:56)

Offline

#1353 2013-12-29 01:38:49

ganastasiou
Member
Registered: 2010-02-03
Posts: 56

Re: Share your Awesome(WM) desktop!

Customizing awesome! More changes will happen...

http://i.imgur.com/DscEU3e.png

Last edited by ganastasiou (2013-12-29 01:41:16)

Offline

#1354 2013-12-29 04:29:39

wesleyac
Member
Registered: 2013-08-27
Posts: 80

Re: Share your Awesome(WM) desktop!

Working on my AwesomeWM desktop.
Going for a minimal and dark theme, based on Zenburn.

clean_thumb.png

fakedirty_thumb.png

Just ask for any dotfiles!

Crosspost from screenshot thread.

Offline

#1355 2014-01-02 04:55:46

Elv13
Member
Registered: 2010-01-17
Posts: 53

Re: Share your Awesome(WM) desktop!

Eventual crosspost when the new screenshot thread is openned

pv59.png

I just finished the most useless widget of them all, the PieChart! The only thing it does is to look cool. Not too bad for 67 lines of code.

Edit: https://raw.github.com/Elv13/radical/ma … ot/all.png

Last edited by Elv13 (2014-01-03 06:50:01)

Offline

#1356 2014-01-04 03:49:08

DisposableHero
Member
Registered: 2013-11-21
Posts: 19

Re: Share your Awesome(WM) desktop!

Clean: http://i.imgur.com/H32kKzL.png
Dirty: http://i.imgur.com/rge9PZs.png
Dirty2: http://i.imgur.com/hJTvWzZ.png

Last edited by DisposableHero (2014-01-04 03:49:30)

Offline

#1357 2014-01-05 00:54:52

marcinz
Member
Registered: 2012-04-07
Posts: 35

Re: Share your Awesome(WM) desktop!

crosspost from January 2014 thread

Offline

#1358 2014-01-05 01:12:29

Lala0KjOA
Member
Registered: 2011-12-23
Posts: 123
Website

Re: Share your Awesome(WM) desktop!

marcinz wrote:

crosspost from January 2014 thread

Really nice!

Offline

#1359 2014-01-06 02:42:45

thatsallyourspaceships
Member
Registered: 2012-06-03
Posts: 24

Re: Share your Awesome(WM) desktop!

very nice setup marcinz (statusbar+de+terminal colors)

Last edited by thatsallyourspaceships (2014-01-06 02:48:54)

Offline

#1360 2014-01-09 13:41:30

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

Re: Share your Awesome(WM) desktop!

Steamburn 3.0

scrot.jpg

Offline

#1361 2014-01-11 08:19:10

ganastasiou
Member
Registered: 2010-02-03
Posts: 56

Re: Share your Awesome(WM) desktop!

Clean
2014_01_10_211307_1920x1080_scrot.jpg
Fake Busy
2014_01_10_211253_1920x1080_scrot.jpg

Offline

#1362 2014-01-11 11:05:55

bogz
Member
From: .ro
Registered: 2012-05-09
Posts: 10

Re: Share your Awesome(WM) desktop!

e6vapz.png
Edited to comply with forum rules.

Last edited by bogz (2014-01-12 08:22:42)


Mercurial repo
Registered linux user #552501

Offline

#1363 2014-01-20 14:24:46

t0m5k1
Member
From: overthere
Registered: 2012-02-10
Posts: 324

Re: Share your Awesome(WM) desktop!

Has anyone managed to get their heads around lain yet?
for the life of me I cannot get 3 widgets to work
imap (with google apps)
yawn
coretemp

I have the relevant details for the first two & tried to fill it out but the wiki just confuses me further !!!

imap details:

server   = "imap.gmail.com",
mail     = "tom@tomsbox.co.uk",
password ="tried my plain text one but do not know what else to use???!!

yawn details:

weathericon = wibox.widget.imagebox(beautiful.widget_weather)
yawn = lain.widgets.yawn(12752509, {
    settings = function()
        widget:set_markup(markup("#eca4c4", forecast:lower() .. " @ " .. units .. "°C "))
    end
})

with the coretemp I too a look at the temp.lua & I have no clue as to what it is looking at  but the following I cannot find???

sys/class/thermal/thermal_zone0/temp

thanks for any & all advice

Last edited by t0m5k1 (2014-01-20 14:25:23)


ROG Strix (GD30CI) - Intel Core i5-7400 CPU - 32Gb 2400Mhz - GTX1070 8GB - AwesomeWM (occasionally XFCE, i3)

If everything in life was easy, we would learn nothing!
Linux User: 401820  Steam-HearThis.at-Last FM-Reddit

Offline

#1364 2014-01-20 18:09:56

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

Re: Share your Awesome(WM) desktop!

Hi Tom, let me try to help you.

t0m5k1 wrote:

I have the relevant details for the first two & tried to fill it out but the wiki just confuses me further !!!

I'm very sorry for this, I spent a lot of time trying to write a good wiki.

Any contribution on improving it is welcome.


imap

t0m5k1 wrote:

imap details:

server   = "imap.gmail.com",
mail     = "tom@tomsbox.co.uk",
password ="tried my plain text one but do not know what else to use???!!

As you can read in the wiki, there's a variable which defines if the password is plain or not; it's called "is_plain", and is false by default.

I admit there was a misleading typo: now I fixed it and enriched the paragraph.

If you want to use your password in plain, you just have to modify your code like this:

is_plain = true,
server   = "imap.gmail.com",
mail     = "tom@tomsbox.co.uk",
password ="you can write your plain password safely now"

weather

t0m5k1 wrote:

yawn details:

weathericon = wibox.widget.imagebox(beautiful.widget_weather)
yawn = lain.widgets.yawn(12752509, {
    settings = function()
        widget:set_markup(markup("#eca4c4", forecast:lower() .. " @ " .. units .. "°C "))
    end
})

Your code is working fine here.


coretemp

t0m5k1 wrote:

with the coretemp I too a look at the temp.lua & I have no clue as to what it is looking at  but the following I cannot find???

The widget reads the file /sys/class/thermal/thermal_zone0/temp, if you don't have it, open an issue on lain bug tracker at GitHub.

Offline

#1365 2014-01-20 19:06:24

t0m5k1
Member
From: overthere
Registered: 2012-02-10
Posts: 324

Re: Share your Awesome(WM) desktop!

Hi Sardina,

I made the suggested changes & I still get nothing sad

3mpryRs.jpg

looks like I will have to log a bug for coretemp & I am just considering moving back to vicious widgets until I understand lain more because I just don't understand what is happening (I'm not a coder!)

I know my code is correct for yawn because this link works
http://weather.yahooapis.com/forecastrss?w=12752509

which I think is what it is trying to parse


ROG Strix (GD30CI) - Intel Core i5-7400 CPU - 32Gb 2400Mhz - GTX1070 8GB - AwesomeWM (occasionally XFCE, i3)

If everything in life was easy, we would learn nothing!
Linux User: 401820  Steam-HearThis.at-Last FM-Reddit

Offline

#1366 2014-01-20 21:32:21

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

Re: Share your Awesome(WM) desktop!

t0m5k1 wrote:

I know my code is correct for yawn because this link works
http://weather.yahooapis.com/forecastrss?w=12752509

which I think is what it is trying to parse

Infact, as I posted previously, weather widget is working for me with your forecast location id.

We just have to understand why it's not working for you.

We're OT here, let's move to GitHub or email.

EDIT:

I had receive very few feedbacks from lain users.

Log a bug for every wrong thing you notice, so I can improve it.

EDIT2:

t0m5k1 issues have been solved. Lain users should upgrade their repos.

Last edited by sardina (2014-01-21 15:56:16)

Offline

#1367 2014-01-21 04:00:45

arch_nezumi
Member
From: Michigan, USA
Registered: 2013-04-22
Posts: 3

Re: Share your Awesome(WM) desktop!

My current theme smile
I have a couple of others as well big_smile All themes have conky, and urxvt themes to match >.<




-- mod edit: read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754  [jwr] --

Last edited by arch_nezumi (2014-01-21 04:02:07)

Offline

#1368 2014-01-25 02:24:08

Riley88
Member
From: Canton Georgia USA
Registered: 2013-01-24
Posts: 60

Re: Share your Awesome(WM) desktop!

ive been going back in forth between awesome and xfce heres what i got so far

http://imgur.com/CIrDzP8

Ive been slowly tweaking the multi color theme its taking me a while but its getting there

Last edited by Riley88 (2014-01-25 03:45:16)


HARDWARE ASUS K55A-RBR6 LAPTOP
Arch Linux 64bit Awesome WM
My setup http://www.youtube.com/watch?v=8il5sR9fxBM

Offline

#1369 2014-01-25 04:08:00

b1tgl0w
Member
Registered: 2011-11-30
Posts: 42

Re: Share your Awesome(WM) desktop!

Lala0KjOA, how did you get your firefox icon to be green? Is it automatic?

Offline

#1370 2014-01-25 04:17:11

b1tgl0w
Member
Registered: 2011-11-30
Posts: 42

Re: Share your Awesome(WM) desktop!

2014_01_24_200824_2048x768_scrot.jpg

Offline

#1371 2014-01-25 13:48:30

t0m5k1
Member
From: overthere
Registered: 2012-02-10
Posts: 324

Re: Share your Awesome(WM) desktop!

b1tgl0w wrote:

Lala0KjOA, how did you get your firefox icon to be green? Is it automatic?

He uses the Any Colour You Like icon theme (ACYL)

http://pobtott.deviantart.com/art/Any-C … -175624910


ROG Strix (GD30CI) - Intel Core i5-7400 CPU - 32Gb 2400Mhz - GTX1070 8GB - AwesomeWM (occasionally XFCE, i3)

If everything in life was easy, we would learn nothing!
Linux User: 401820  Steam-HearThis.at-Last FM-Reddit

Offline

#1372 2014-01-27 20:07:03

wesleyac
Member
Registered: 2013-08-27
Posts: 80

Re: Share your Awesome(WM) desktop!

Here's the setup on my new lappy.

Similar to my desktop but with a couple of upgrades.

2014_01_27_143105_1366x768_scrot.png

2014_01_27_143117_1366x768_scrot.png

feh_004283_000002_2014_01_27_143039_1366x768_scr.png

The backrounds are 9 different Danbo images, one for each tag.
The dino in the terminal is cowsay + fortune in my bashrc.
The MPD client is ncmpcpp.
Anything else you see I probably made myself. (Theme, conky, MPD widget, etc.)

Offline

#1373 2014-01-30 17:15:35

rt072
Member
Registered: 2014-01-30
Posts: 1

Re: Share your Awesome(WM) desktop!

Offline

#1374 2014-01-30 20:24:38

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

Re: Share your Awesome(WM) desktop!

JeSuisNerd wrote:

Just noticed. Very nice!!

I like how everything fits together, and the colour palette as well. big_smile

EDIT: Can you share the wall?

Last edited by sardina (2014-01-30 20:27:15)

Offline

#1375 2014-01-30 21:55:18

Riley88
Member
From: Canton Georgia USA
Registered: 2013-01-24
Posts: 60

Re: Share your Awesome(WM) desktop!

wait nvm

Last edited by Riley88 (2014-01-31 00:50:22)


HARDWARE ASUS K55A-RBR6 LAPTOP
Arch Linux 64bit Awesome WM
My setup http://www.youtube.com/watch?v=8il5sR9fxBM

Offline

Board footer

Powered by FluxBB