You are not logged in.

#626 2012-04-08 11:37:12

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

Re: Share your Awesome(WM) desktop!

spark666 wrote:
TheImmortalPhoenix wrote:

Man please tell me how you made it to use icons in tags big_smile i searched all the web and i couldnt find anything useful sad

They are not icons, they are characters from Termsyn.Icons wink Honestly i don't know too how to set icons in tags...is there anyone who knows?

Offline

#627 2012-04-08 11:55:48

spark666
Member
Registered: 2011-05-23
Posts: 137

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:
spark666 wrote:
TheImmortalPhoenix wrote:

Man please tell me how you made it to use icons in tags big_smile i searched all the web and i couldnt find anything useful sad

They are not icons, they are characters from Termsyn.Icons wink Honestly i don't know too how to set icons in tags...is there anyone who knows?

then how did you set that up?can you share your rc.lua please?

Offline

#628 2012-04-08 12:14:21

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

Re: Share your Awesome(WM) desktop!

Look the character map of termsyn.icons and find out the icons you want and the matched characters, then write them in rc.lua

rc.lua

Offline

#629 2012-04-08 14:42:55

spark666
Member
Registered: 2011-05-23
Posts: 137

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

Look the character map of termsyn.icons and find out the icons you want and the matched characters, then write them in rc.lua

rc.lua

Thanks man smile

Offline

#630 2012-04-08 15:10:08

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

Re: Share your Awesome(WM) desktop!

@ spark666: You're welcome smile

@ doug piston: I resolved wink i have just an issue with icons, look:

vZGF2YQ

They resize automatically to the bar size...do you know how to fix?

Offline

#631 2012-04-08 19:39:16

simke
Member
From: croatia
Registered: 2009-04-01
Posts: 30

Re: Share your Awesome(WM) desktop!

@ TheImmortalPhoenix

how did you remove tabs from firefox (i use vimperator)

edit:

done.

Last edited by simke (2012-04-08 21:55:12)


I'm a Paladin with 18 charisma and 97 hit points. I can use my helm of disintegration and do one D4 damage as my half-elf mage wields his plus-five holy avenger.

Offline

#632 2012-04-09 02:09:55

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

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

@ spark666: You're welcome smile

@ doug piston: I resolved wink i have just an issue with icons, look:

http://ompldr.org/vZGF2YQ

They resize automatically to the bar size...do you know how to fix?

Regrettably I do not. I had the same issue when I tried to add the color switch to the convert and re-size. I've been meaning to look into it but just haven't done so. Apologies, but if you get it figured out I'd love to know as well. smile

Offline

#633 2012-04-09 02:25:02

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

Re: Share your Awesome(WM) desktop!

doug piston wrote:
TheImmortalPhoenix wrote:

@ spark666: You're welcome smile

@ doug piston: I resolved wink i have just an issue with icons, look:

http://ompldr.org/vZGF2YQ

They resize automatically to the bar size...do you know how to fix?

Regrettably I do not. I had the same issue when I tried to add the color switch to the convert and re-size. I've been meaning to look into it but just haven't done so. Apologies, but if you get it figured out I'd love to know as well. smile

So you used standard icons without color?

Offline

#634 2012-04-09 06:23:09

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

Re: Share your Awesome(WM) desktop!

@ doug piston: I solved smile

tZGI2bw

tZGI2cA

tZGI2bg

I used this command to resize and color icons:

for x in *.xbm; do convert -fill "#afa72e" -transparent white -colorize 100 -bordercolor transparent -border 8x8 -gravity center -crop 16x16+0+0 "${x}" "${x%.*}.png"; done

-border 8x8 real size we want
-crop 16x16 size of the panel we want to fit

Offline

#635 2012-04-09 07:07:17

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

Re: Share your Awesome(WM) desktop!

@TheImmortalPhoenix, what are you using for shadows?

Offline

#636 2012-04-09 07:17:33

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

Re: Share your Awesome(WM) desktop!

compton-git smile

compton -cCGfF -o 0.38 -O 200 -I 200 -t 0.02 -l 0.02 -r 3.2 -D2 -m 0.88

Last edited by TheImmortalPhoenix (2012-04-09 07:19:50)

Offline

#637 2012-04-09 07:31:22

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

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

compton-git smile

compton -cCGfF -o 0.38 -O 200 -I 200 -t 0.02 -l 0.02 -r 3.2 -D2 -m 0.88

Thanks smile

Offline

#638 2012-04-09 13:08:07

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

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:
doug piston wrote:
TheImmortalPhoenix wrote:

@ spark666: You're welcome smile

@ doug piston: I resolved wink i have just an issue with icons, look:

http://ompldr.org/vZGF2YQ

They resize automatically to the bar size...do you know how to fix?

Regrettably I do not. I had the same issue when I tried to add the color switch to the convert and re-size. I've been meaning to look into it but just haven't done so. Apologies, but if you get it figured out I'd love to know as well. smile

So you used standard icons without color?


I did and they just happened to turn blueish... Probably user error on my part, but thank you for the fix. I'm doing it now.

Offline

#639 2012-04-09 17:30:00

intrntbrn
Member
From: Germany
Registered: 2011-12-01
Posts: 66

Re: Share your Awesome(WM) desktop!

fb0x wrote:

Can you share terminal colorscheme?

*background:             #262729
*foreground:             #f8f8f2
! Black
*color0:                 #262729
*color8:                 #262729
! Red
*color1:                 #f92671
*color9:                 #ff669d
! Green
*color2:                 #a6e22e
*color10:                #beed5f
! Yellow
*color3:                 #fd971f
*color11:                #e6db74
! Blue
*color4:                 #1692d0
*color12:                #66d9ef
! Magenta
*color5:                 #9e6ffe
*color13:                #df92f6
! Cyan
*color6:                 #5e7175
*color14:                #a3babf
! White
*color7:                 #ffffff
*color15:                #ffffff
! Cursor
*cursorColor:            #b5d2dd

Offline

#640 2012-04-10 06:06:37

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

Re: Share your Awesome(WM) desktop!

Does anyone know if it's possible to create a padding in menu?

Last edited by TheImmortalPhoenix (2012-04-10 06:08:32)

Offline

#641 2012-04-10 15:28:37

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: Share your Awesome(WM) desktop!

Does anyone know how to fix youtube fullscreen problem? When i switch to fullscreen i still can see bottom bar...tried mod + f but nothing.

Offline

#642 2012-04-10 16:18:01

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

Re: Share your Awesome(WM) desktop!

fb0x wrote:

Does anyone know how to fix youtube fullscreen problem? When i switch to fullscreen i still can see bottom bar...tried mod + f but nothing.

Try adding this to rc.lua:

    { rule = { instance = "plugin-container" },
      properties = { floating = true } },

Last edited by TheImmortalPhoenix (2012-04-10 16:18:29)

Offline

#643 2012-04-10 21:26:48

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:
fb0x wrote:

Does anyone know how to fix youtube fullscreen problem? When i switch to fullscreen i still can see bottom bar...tried mod + f but nothing.

Try adding this to rc.lua:

    { rule = { instance = "plugin-container" },
      properties = { floating = true } },

Thanks i did that and when i hide bars fullscreen is ok :>

I trying to use gmail widgit but i don't know where to put username/password for gmail...do you know how that stuff works?

Last edited by fb0x (2012-04-10 22:06:07)

Offline

#644 2012-04-11 03:34:14

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

Re: Share your Awesome(WM) desktop!

In your home create a file ".netrc" and put this in it:

machine mail.google.com login youremail password yourpasswd

Offline

#645 2012-04-11 08:50:12

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

In your home create a file ".netrc" and put this in it:

machine mail.google.com login youremail password yourpasswd

Thanks! I'm new to awesome, switched from dwm :>

Offline

#646 2012-04-11 14:44:38

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

Re: Share your Awesome(WM) desktop!

TheImmortalPhoenix wrote:

They are not icons, they are characters from Termsyn.Icons wink Honestly i don't know too how to set icons in tags...is there anyone who knows?

Read here .



Your desktop is really beafutiful.

Last edited by ganastasiou (2012-04-11 14:45:24)

Offline

#647 2012-04-11 16:18:19

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: Share your Awesome(WM) desktop!

ganastasiou wrote:
TheImmortalPhoenix wrote:

They are not icons, they are characters from Termsyn.Icons wink Honestly i don't know too how to set icons in tags...is there anyone who knows?

Just set that font with icons in your terminal and then go in vim and type ":dig" then just copy charaacters x)

Offline

#648 2012-04-11 16:38:28

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: Share your Awesome(WM) desktop!

fb0x wrote:
ganastasiou wrote:
TheImmortalPhoenix wrote:

They are not icons, they are characters from Termsyn.Icons wink Honestly i don't know too how to set icons in tags...is there anyone who knows?

Just set that font with icons in your terminal and then go in vim and type ":dig" then just copy charaacters x)

That's for font characters, what he meant was REAL icons.

Offline

#649 2012-04-11 16:43:17

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

Re: Share your Awesome(WM) desktop!

Some little change:

tZGNhZg

A transparent menu without borders, new submenu icon, clearer colors and some new widget

Last edited by TheImmortalPhoenix (2012-04-11 16:50:03)

Offline

#650 2012-04-11 17:05:41

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: Share your Awesome(WM) desktop!

Very nice configuration! But wallpaper is too light for me x)

Offline

Board footer

Powered by FluxBB