You are not logged in.
An insane popup for my filesystems usage:
http://ompldr.org/tOWZlYQ
What are you using for the filesystem usage?
Lswest <- the first letter of my username is a lowercase "L".
"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it." - Linus Torvalds
Offline
I use philesight (http://www.zevv.nl/play/code/philesight/) which is a ruby script for generating a png image of the filesystem usage. I have made a little bash script which runs philesight and the naughty popup display the png each time I pass the mouse on the widget.
Offline
I use philesight (http://www.zevv.nl/play/code/philesight/) which is a ruby script for generating a png image of the filesystem usage. I have made a little bash script which runs philesight and the naughty popup display the png each time I pass the mouse on the widget.
Looks interesting, thanks!
Lswest <- the first letter of my username is a lowercase "L".
"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it." - Linus Torvalds
Offline
Can you share the theme ? i love the colors
Regards,
Alfredo Palhares
Offline
Offline
Lovely.
Regards,
Alfredo Palhares
Offline
for me the font is too big but still lovely
Offline
@masterkorp
@SuNjACk
Thx guys!
Font is Terminus 10... yeah it might be big.. I think I've good eyes but I don't want to become blind one day.
Offline
Offline
Back to my roots.
New to awesome looks like the WM for me. A few requests if you will indulge me.
Can you share your rc.lua and theme files (including the icons). Also how do you get awesome to release from tiles similar to your screen shots? I seem to be only able to resize and keep the desktop full with whatever is open. Thanks in advance.
Offline
Floating for a single client can be toggled using a keybinding, e.g.:
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle),
That's just my custom binding; I don't remember the default (I think it was just "Mod4 + space," which I use or dmenu). All of the defaults are in the man page. Same with switching through tiling layouts; the best way to go about setting up your bindings is to reference the man page and find the equivalent keybinding in rc.lua, then switch it to whatever you wish. Details can also be found on the Awesome wiki.
Offline
Thanks have the floating working on a single client now. Is it possible in float to resize other clients? Thanks for any help you may be able to provide.
Offline
Back to my roots.
Him,
I have been looking for that specific set, can you please provide me with the rc.lua, theme.lua and .Xresources colors. Thank you in advance.
Offline
Him wrote:Back to my roots.
Him,
I have been looking for that specific set, can you please provide me with the rc.lua, theme.lua and .Xresources colors. Thank you in advance.
Here is the colorscheme (I didn't make it, but it's called astromouse). Here is the theme.lua, and here is the rc.lua. You will have to edit the last two a bit to make them work for you.
Last edited by Him (2011-07-30 01:45:17)
A world without what makes us, us. One without you or me.
A world with no differences, this is the world I see.
Offline
Thank you again. New to arch and I have to say from all the *nix distros I have tried I think I found home. Comments like crazy forums make sense and coming to love the simplicity of this distro.
Offline
switched to wabbit theme on my netbook, I like it
http://imageshack.us/g/838/201107292020171024x600s.png/
Offline
switched to wabbit theme on my netbook, I like it
http://imageshack.us/g/838/201107292020171024x600s.png/
awesome. just awesome.
Offline
Offline
which irc program are you running ? And how did it end up like that?
Offline
Him wrote:which irc program are you running ? And how did it end up like that?
I'm running weechat. The theme you see there is a creation of my own, and can be found here.
A world without what makes us, us. One without you or me.
A world with no differences, this is the world I see.
Offline
For casual stuff I'm using gnome3, but for dedicated work a tiling window manager seems more efficient to me. I cycled from xmonad to dwm for performance, and then from dwm to awesome for fonts. And somehow I'm always settling on a simple blue-white setup:
The wallpaper is from one of the recent fedora releases: http://fedoraproject.org/wiki/File:Mock … _feb15.png. I had a short intermezzo with the fedora 14 alpha on my notebook some months ago and i really like their artwork.
Does anybody know a shorter way of doing this?
awful.key({ }, "#122",
function ()
awful.util.spawn_with_shell("notify-send -t 500 " ..
"\\\"Volume: $(amixer set Master 3277- | grep \\\"Front " ..
"Left:\\\" | cut -d \' \' -f 7-8)\\\"")
end)
It creates a notification stack when i use the volume wheel on my keyboard:
Offline
My first attempt at Awesome (and I have to say I'm really liking it):
I made something that we could call "Archlinux theme". Here is my one : http://ompldr.org/tOXYweQ
could you share that theme?
Last edited by ethail (2011-08-19 19:59:07)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline