You are not logged in.
@donniezazen: Did you try with this rule?
{ rule = { class = "Exe" },
properties = { floating = true } }
"Exe" not "exe".
It works for me (I'm using Chromium).
Where are you suppose to put that sleep 5 & xprop?
In a terminal, and it's sleep 5 && xprop
Last edited by Kesin (2012-08-07 10:25:55)
Offline
It's a little old, but still..
info and such is on the scrot.. if you want anything else, just ask..
SCREENSHOT LINK
Oh and it's crunchbang
Last edited by micoka7 (2012-08-07 14:57:02)
Offline
@donniezazen: Did you try with this rule?
{ rule = { class = "Exe" }, properties = { floating = true } }
"Exe" not "exe".
It works for me (I'm using Chromium).donniezazen wrote:Where are you suppose to put that sleep 5 & xprop?
In a terminal, and it's sleep 5 && xprop
Thanks worked like a charm.
Offline
@micoka7:
can you please share the code of your battery/volumewidget?it looks quite interessting....
thanks, flexo
Fight war not wars, destroy power not people!
Offline
Kesin wrote:@donniezazen: Did you try with this rule?
{ rule = { class = "Exe" }, properties = { floating = true } }
"Exe" not "exe".
It works for me (I'm using Chromium).donniezazen wrote:Where are you suppose to put that sleep 5 & xprop?
In a terminal, and it's sleep 5 && xprop
Thanks worked like a charm.
It came to my notice that it works in all layouts except floating which is what i use for Google Chrome.
Offline
@micoka7:
can you please share the code of your battery/volumewidget?it looks quite interessting....thanks, flexo
Here's for the wifi
WIDGET
(I couldn't find my old rc.lua with this bar, but I found only for the wifi - you can change some of the names and arguments according to vicious and it should work)
Offline
grey-new theme
Wallpaper here (1920 x 1200)
Last edited by Cluster_one (2012-08-10 01:43:43)
Offline
Pretty nub to Awesome, and I got most of it looking the way I want, but I am trying to configure the UI fonts for Firefox. Can anyone provide some pointers?
Offline
flexo3001 wrote:@micoka7:
can you please share the code of your battery/volumewidget?it looks quite interessting....thanks, flexo
Here's for the wifi
WIDGET
(I couldn't find my old rc.lua with this bar, but I found only for the wifi - you can change some of the names and arguments according to vicious and it should work)
thanks for the widget.works fine.
i have a question for you vicious.pkg and vicious.gmail users. does anyone notice performance leaks
with these two widgets? when i use them awesome is sometimes temporary not responsable(for 10 seconds) t
i tried to use primefactor refresh-times and caching. my dropbox and wicd widget
which both work with a timer(e.g. every 5 seconds refresh) doesn't slow down my awesome
like this....
any idea?
thanks,flexo
Fight war not wars, destroy power not people!
Offline
its the gcalci "widget".
on next version im trying to cache the gcalendar stuff.
Last edited by intrntbrn (2012-08-13 17:32:31)
Offline
its the gcalci "widget".
on next version im trying to cache the gcalendar stuff.
it isn't the gcalcli. i already noticed the performance leaks before i implemented
the widget. it must be the pacman or gmail widet.i tried a lot of combinations
and when these widget were active it leaks.
nevermind....the caching for gcalc would be nice;)
Fight war not wars, destroy power not people!
Offline
Hi guys,
I'm coming to you because I am now using the blingbling library, and so far I have found no way to change the default color of the corresponding widgets, which all feature a greenish color.
I've looked in the corresponding lua source code to see where it is hardcoded, and I can't find it anywhere ...
The provided functions don't seem to work either (either the widget gets transparent, or it crashes awesome).
Thank you for your help
Offline
Ok, finally finished setting up this new laptop, very pleased with the font rendering on this one..
Clean
http://ompldr.org/tZXpvNgChatting with the world and rooting the tele..
http://ompldr.org/tZXpvNQ
Is the program in top-right terminal pianobar? How did you make it coloured?
Offline
Its is Pianobar. https://github.com/PromyLOPh/pianobar/b … ig-example
Look at the 'format Strings' section. I simply did a copy and paste.
Now get it to display the 'now playing' in my MPD widget.
Offline
Its is Pianobar. https://github.com/PromyLOPh/pianobar/b … ig-example
Look at the 'format Strings' section. I simply did a copy and paste.
Now get it to display the 'now playing' in my MPD widget.
i did something similar with mplayer, you can write something to wrap it the write now playing to a file or something.
Desktop/Laptop - DWM :: VM - screen
Registered Linux User Number 483137 :: Victory! :: GitHub
Offline
Now get it to display the 'now playing' in my MPD widget.
How?
Offline
Here's my latest setup, and my first post in this forum!
Been using awesome for a while now and I don't think I'll ever change!
Click the below image to visit the shot in my Deviant Art gallery
Feel free to visit my gallery to see my other shots
Visit my blog and my DeviatArt page
Offline
i did something similar with mplayer, you can write something to wrap it the write now playing to a file or something.
I had done something similar back when I was using conky. I will look into again.
@StarFall
Excellent taste in music.
Last edited by doug piston (2012-08-20 14:59:09)
Offline
@StarFall
Excellent taste in music.
Thanks Gotta love a bit of Doom!
Visit my blog and my DeviatArt page
Offline
My EeePc running awesome.
Hey can you share your config and wallpaper? Thanks.
:wq
Offline
flako wrote:My EeePc running awesome.
Hey can you share your config and wallpaper? Thanks.
Wallpaper: http://wallbase.cc/wallpaper/276154
rc.lua: sprunge.us/fOTh
The theme is a lightly modified version of zenburn, I think the only thing I modified was the icons.
Offline
intrntbrn wrote:its the gcalci "widget".
on next version im trying to cache the gcalendar stuff.it isn't the gcalcli. i already noticed the performance leaks before i implemented
the widget. it must be the pacman or gmail widet.i tried a lot of combinations
and when these widget were active it leaks.nevermind....the caching for gcalc would be nice;)
Hi, forum nub here! I love your gcalcli widget, but couldn't stand the wait, so I made a few adjustments
-- Google Calendar
local gcal = nil
function remove_gcal()
if gcal~= nil then
naughty.destroy(gcal)
gcal = nil
end
end
function update_gcal()
gcalinfo = awful.util.pread("gcalcli --24hr --nc agenda '0:00' '23:59'")
gcalinfo = string.gsub(gcalinfo, "%$(%w+)", "%1")
gcalinfo = gcalinfo:match( "(.-)%s*$") -- removed trailing whitespace
end
function add_gcal()
remove_gcal()
today = os.date("%A, %B %d, %Y") .. "\n"
gcal = naughty.notify({
title = today,
text = gcalinfo,
timeout = 0,
screen = mouse.screen,
})
end
mytextclock:add_signal("mouse::enter", add_gcal)
mytextclock:add_signal("mouse::leave", remove_gcal)
gcal_timer = timer({ timeout = 1800 }) -- time to update calendar in seconds, 1800 sec = 30 min
gcal_timer:add_signal("timeout", update_gcal)
gcal_timer:start()
update_gcal() -- first time output
Basically, the update happens every 30 minutes instead of everytime it pops up, and is stored in the, now global variable, gcalinfo
One more thing... With so much great ideas with widgets/themes/colorschemes, has anyone considered documenting to the awesome wiki?
Last edited by rsyh93 (2012-08-25 18:11:55)
Offline
Here's another
Click the below image to visit the shot in my Deviant Art gallery
Feel free to visit my gallery to see my other shots
Visit my blog and my DeviatArt page
Offline
A bit of a change to my config. Spaced things out used a theme other than the 'default' and integrated things a bit better all around.
suggestions for what to do next? I am out of ideas but addicted
htop pop up
http://s16.postimage.org/5esa4wd1t/2012_05_18_170049_1280x960_scrot.pngclean
http://s16.postimage.org/o9o0vbd3l/2012_05_18_170105_1280x960_scrot.pngmpd notification popup
http://s16.postimage.org/v2odrl3wx/2012_05_18_170210_1280x960_scrot.pngncmpcpp
http://s16.postimage.org/6aorkcmq9/2012_05_18_170338_1280x960_scrot.png
Hi, your desktop is really luxury! I have a question: How to set the panel above to be transparent ?? Most themes are not ...
Offline