You are not logged in.
Offline
here's mine:
http://i.imgur.com/2bcWe.png
i just installed it, like yesterday, and i love it
still gotta learn alot about it..
This wallpaper is really disturbing...
Offline
here's mine:
http://i.imgur.com/2bcWe.png
i just installed it, like yesterday, and i love it
still gotta learn alot about it..
Offline
after 3 days of using awesomewm, here's what i've got
warning: ~1.5MB animated gif
http://i.imgur.com/OZcbi.gif
it is soo fckn AWESOME!
Last edited by milomir (2011-11-28 21:23:15)
Hello Arch!
Offline
after 3 days of using awesomewm, here's what i've got
warning: ~1.5MB animated gif
http://i.imgur.com/OZcbi.gifit is soo fckn AWESOME!
nice, how have you removed application icons from taskbar?
Offline
milomir wrote:after 3 days of using awesomewm, here's what i've got
warning: ~1.5MB animated gif
http://i.imgur.com/OZcbi.gifit is soo fckn AWESOME!
nice, how have you removed application icons from taskbar?
you have to modify tasklist.lua in order to hide them. you can use the one I've posted for my theme the page before (or add the few lines) and also check the rc.lua on how to activate it.
Offline
examon wrote:milomir wrote:after 3 days of using awesomewm, here's what i've got
warning: ~1.5MB animated gif
http://i.imgur.com/OZcbi.gifit is soo fckn AWESOME!
nice, how have you removed application icons from taskbar?
you have to modify tasklist.lua in order to hide them. you can use the one I've posted for my theme the page before (or add the few lines) and also check the rc.lua on how to activate it.
thanks MONVMENTVM, it works very good
Offline
Clean, minimalistic. Just how I like it. Btw, Awesome works amazingly well with dual monitor setups.
Offline
already posted screenshots in main thread, but.
thanks to mikar for helping me and saintofcloud for some of his dotfiles
Offline
already posted screenshots in main thread, but.
thanks to mikar for helping me and saintofcloud for some of his dotfiles
intrntbrn: could you share your configs?
thanks.
Offline
After a week of hard labor, here is my working version of Awesome !
Everything I needed is working fine now :
keyboard switcher (here, with the french bépo layout )
Scratchpad for drop-down clients (mostly a terminal)
Transparency using xcompmgr
Mocp (music on console) integrated in the main bar with scrolling
Dynamic tagging (using eminent)
That's pretty much all I can think of right now ^^
Oh, and based on a post from some 15 pages ago, where the author showed his conky displaying awesome keybindings, I created a little python script that dynamically parse the rc.lua file in search for bindings, and then incorporate them on the background using ImageMagick.
However, I didn't want to show every single key binding, so I just parsed the bindings using my own syntax, for items written in the comments :
awful.key({ modkey, "Control", }, "Left", function () mocp.play("REV") end), -- ## MOCP ## S-C-Left ## Previous
Where MOCP will be the main category, S-C-Left the keybinding, and Previous the description. It is shown in "action" in my empty desktop image.
I don't know if that can interest anyone but me, but still, you can find this and my configuration on :
https://github.com/kluck/awesome-config
Anyway, thanks to you all for the inspiration !
Offline
So I found an old iBook (you'll see just how old shortly ...) and decided I wanted to run an awesome configuration similar to my main PC's. I soon realized I didn't really have the space or excess computing power to do so - what's negligible on a Core 2 Quad Q9000 is very much not on ~you'll see~ so I went insane with a hacksaw, cutting out as much as I could ... here's what I have so far:
And an idea of what a browser at 800x600 looks like in this day and age, mostly-default luakit (Firefox actually works without eating all the RAM even with tabs open, but it's fairly slow when doing UI rearrangement as is common with Pentadactyl):
The widgets being used are vicious.widgets.[cpu,mpc,mem,mpd] and vicious.contrib.pulse (I use pulseaudio in conjunction with remote mpd ...) with a couple functions to simplify adding the color markup; one does gradients, the other does predefined colors. The CPU, RAM, and volume go from green to red as they go from 0 - 100 (volume turns grey when muted), and the MPD indicator is green for play, yellow for pause, red for stop.
One thing I want to do is make the MPD a scroller or popup - I'll probably go with a hotkey-bound naughty notification to save CPU - so that the task list isn't clobbered by MPD.
... it's pretty amazing that the thing's running X, luakit, pulse input from the network, cups, etc. in less RAM than my desktop uses right after logging in to console - the thing only uses 23 MiB of RAM after startx!
Last edited by ZekeSulastin (2011-12-02 21:54:20)
Offline
Work still in progress
i love it minimalistic
Offline
So I found an old iBook (you'll see just how old shortly ...) and decided I wanted to run an awesome configuration similar to my main PC's. I soon realized I didn't really have the space or excess computing power to do so - what's negligible on a Core 2 Quad Q9000 is very much not on ~you'll see~ so I went insane with a hacksaw, cutting out as much as I could ... here's what I have so far:
And an idea of what a browser at 800x600 looks like in this day and age, mostly-default luakit (Firefox actually works without eating all the RAM even with tabs open, but it's fairly slow when doing UI rearrangement as is common with Pentadactyl):
The widgets being used are vicious.widgets.[cpu,mpc,mem,mpd] and vicious.contrib.pulse (I use pulseaudio in conjunction with remote mpd ...) with a couple functions to simplify adding the color markup; one does gradients, the other does predefined colors. The CPU, RAM, and volume go from green to red as they go from 0 - 100 (volume turns grey when muted), and the MPD indicator is green for play, yellow for pause, red for stop.
One thing I want to do is make the MPD a scroller or popup - I'll probably go with a hotkey-bound naughty notification to save CPU - so that the task list isn't clobbered by MPD.
... it's pretty amazing that the thing's running X, luakit, pulse input from the network, cups, etc. in less RAM than my desktop uses right after logging in to console - the thing only uses 23 MiB of RAM after startx!
lol thats awesome!
Hello Arch!
Offline
Offline
intrntbrn wrote:already posted screenshots in main thread, but.
thanks to mikar for helping me and saintofcloud for some of his dotfiles
intrntbrn: could you share your configs?
thanks.
I concur, I am interested in the battery config.
Even a broken clock is right twice a day.
Diplomacy without force is like music without instruments.
Offline
acewin wrote:intrntbrn wrote:already posted screenshots in main thread, but.
thanks to mikar for helping me and saintofcloud for some of his dotfiles
intrntbrn: could you share your configs?
thanks.
I concur, I am interested in the battery config.
iam trying to setup my github today/tomorrow with all of my dotfiles. going to edit this post here.
for the first, heres the the battery code. its very dirty, cause of my inexperience in lua.. but it works.
http://nopaste.php-quake.net/120208
Offline
Awesome WM
Urxvt terminal
Ncmpcpp mpd music player
Mopidy serving Ncmpcpp with spotify
Credit for most of the theme goes to MONVMENTVM.
Offline
trying to see if i can get learn some lua and bash
config: http://github.com/tony/awesome-config
vim is at http://www.github.com/tony/vim-config
based off zenburn with some icons. it's still buggy though, for one, I'm looking for a way to make showing the separator optional if no text is there, particularly in mpd.
Here's what I have:
mpdwidget = widget({ type = "textbox" })
vicious.register(mpdwidget, vicious.widgets.mpd,
function (widget, args)
if args["{state}"] == "Stop" or args["{state}"] == "N/A"
or (args["{Artist}"] == "N/A" and args["{Title}"] == "N/A") then return ""
else return '<span color="white">Music:</span> '..
args["{Artist}"]..' - '.. args["{Title}"]
end
end
)
listing wiboxes:
mpdwidget and separator, mpdwidget or nil,
I want to see if there is a way I can make it so if artist and title is blank:
if (args["{Artist}"] == "N/A" and args["{Title}"] == "N/A")
mpdwidget can be nil'd? Adding a global var and nil'ing it won't work. It looks like wibox keeps thats stuff there. Is there a way you can remove wibox widgets (a separator) based on conditions after they already have been added?
Are their optimization to (args["{Artist}"] == "N/A" and args["{Title}"] == "N/A") in lua? feels like too much.
Last edited by git-pull (2011-12-14 07:20:59)
Offline
a bit old but wonder if you can post that wonderfull wallpaper
name of font?
Offline
Him wrote:a bit old but wonder if you can post that wonderfull wallpaper
name of font?
http://fc07.deviantart.net/fs27/f/2008/ … opgirl.jpg
Found it using tineye.
Offline