You are not logged in.
TheImmortalPhoenix wrote:Man please tell me how you made it to use icons in tags i searched all the web and i couldnt find anything useful
They are not icons, they are characters from Termsyn.Icons Honestly i don't know too how to set icons in tags...is there anyone who knows?
Offline
spark666 wrote:TheImmortalPhoenix wrote:Man please tell me how you made it to use icons in tags i searched all the web and i couldnt find anything useful
They are not icons, they are characters from Termsyn.Icons 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
Look the character map of termsyn.icons and find out the icons you want and the matched characters, then write them in rc.lua
Offline
Look the character map of termsyn.icons and find out the icons you want and the matched characters, then write them in rc.lua
Thanks man
Offline
@ spark666: You're welcome
@ doug piston: I resolved i have just an issue with icons, look:
They resize automatically to the bar size...do you know how to fix?
Offline
@ 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
@ spark666: You're welcome
@ doug piston: I resolved i have just an issue with icons, look:
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.
Offline
TheImmortalPhoenix wrote:@ spark666: You're welcome
@ doug piston: I resolved i have just an issue with icons, look:
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.
So you used standard icons without color?
Offline
@ doug piston: I solved
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
@TheImmortalPhoenix, what are you using for shadows?
Offline
compton-git
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
compton-git
compton -cCGfF -o 0.38 -O 200 -I 200 -t 0.02 -l 0.02 -r 3.2 -D2 -m 0.88
Thanks
Offline
doug piston wrote:TheImmortalPhoenix wrote:@ spark666: You're welcome
@ doug piston: I resolved i have just an issue with icons, look:
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.
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
intrntbrn wrote:some changes:
floating:
http://i.imgur.com/gd5Pc.pngtiling:
http://i.imgur.com/Csxba.pngrc.lua: http://pastebin.com/izwXgU1i
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
Does anyone know if it's possible to create a padding in menu?
Last edited by TheImmortalPhoenix (2012-04-10 06:08:32)
Offline
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
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
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
In your home create a file ".netrc" and put this in it:
machine mail.google.com login youremail password yourpasswd
Offline
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
They are not icons, they are characters from Termsyn.Icons 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
TheImmortalPhoenix wrote:They are not icons, they are characters from Termsyn.Icons 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
ganastasiou wrote:TheImmortalPhoenix wrote:They are not icons, they are characters from Termsyn.Icons 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
Very nice configuration! But wallpaper is too light for me x)
Offline