You are not logged in.
ofcourse. its only displayed, when mpd is playing using xxx.visible = false.
look at github/awesome/rc.lua
Offline
^^ What a great Idea. Always annoyed me to look at it with nothing playing. Thanks man.
EDIT: And one of you "smarter then I" peoples should make an MPD style widget that works with pianobar... kthx.
Last edited by doug piston (2012-05-09 02:29:22)
Offline
is there any way to center widgets on a wibox?
(integrated a nice quickstart subpanel: http://i.imgur.com/eNe31.png with icons from AwOken)
Last edited by intrntbrn (2012-05-12 22:06:39)
Offline
is there any way to center widgets on a wibox?
(integrated a nice quickstart subpanel: http://i.imgur.com/eNe31.png with icons from AwOken)
Something like this: https://bbs.archlinux.org/viewtopic.php?id=141304?
By the way that panel looks really good.
Offline
thank you. didnt thought that there could be a thread about it. but the ported version doesnt run at my setup. gonna start debugging tomorrow. too late now!
Offline
Meh, still pretty basic but I think it's pretty. Multimonitor setup, but the two screens are currently identical.
The mpd popup is a bit redundant on this PC since it shows artist/song in the wibox; it's a bit more useful on the 800x600 screen that also runs this config where it doesn't I need to get album art in that popup - maybe use awesompd instead ... I also need to actually customize my terminal colors to the background ...
Offline
Meh, still pretty basic but I think it's pretty. Multimonitor setup, but the two screens are currently identical.
Clean:
http://dl.dropbox.com/u/48629685/thumbshot-0.pngDirty:
http://dl.dropbox.com/u/48629685/thumbshot-1.pngThe mpd popup is a bit redundant on this PC since it shows artist/song in the wibox; it's a bit more useful on the 800x600 screen that also runs this config where it doesn't I need to get album art in that popup - maybe use awesompd instead ... I also need to actually customize my terminal colors to the background ...
Awesome setup , can you share that wallpaper
Offline
Sure
http://dl.dropbox.com/u/48629685/blueredmosaic.jpg
I don't know the original source - I just found it on 4walled.
Offline
Meh, still pretty basic but I think it's pretty. Multimonitor setup, but the two screens are currently identical.
Clean:
http://dl.dropbox.com/u/48629685/thumbshot-0.pngDirty:
http://dl.dropbox.com/u/48629685/thumbshot-1.pngThe mpd popup is a bit redundant on this PC since it shows artist/song in the wibox; it's a bit more useful on the 800x600 screen that also runs this config where it doesn't I need to get album art in that popup - maybe use awesompd instead ... I also need to actually customize my terminal colors to the background ...
What have you done with firefox. It looks great! And what is this bar on the left?
Offline
What have you done with firefox. It looks great! And what is this bar on the left?
Two major extensions:
Pentadactyl - vim-type keybinds, bar on the bottom, all kinds of neat stuff. Try it and see
Tree Style Tab - hierarchical tab bar; I have mine set to the left side, narrow to only show icons unless hovered by the mouse.
Offline
Offline
I updated to the newest awesome-git master. now my mouse cursor resets every few minutes to X default. Does anyone have the same problem?
Offline
Messing around with GImp for the second time ever and some images from my collection netted a neato wallpaper. Everything else (awesome bar, tint panel etc) is just a mash up of different tutorials around the web configured to my liking. Enjoy.
http://s10.postimage.org/6q0hqz0p1/2012_05_15_004700_1280x960_scrot.jpg
What exactly is that, on the wallpaper?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
3picgillftw wrote:Messing around with GImp for the second time ever and some images from my collection netted a neato wallpaper. Everything else (awesome bar, tint panel etc) is just a mash up of different tutorials around the web configured to my liking. Enjoy.
http://s10.postimage.org/6q0hqz0p1/2012_05_15_004700_1280x960_scrot.jpg
What exactly is that, on the wallpaper?
Why it is Rei Ayanami from Neon Genesis Evangelion of course! You probably didn't recognize her with her awesome Arch linux suit on.
Offline
Oh, probably. Or perhaps cause I'm not into anime?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
frank.rehfeld wrote:What have you done with firefox. It looks great! And what is this bar on the left?
Two major extensions:
Pentadactyl - vim-type keybinds, bar on the bottom, all kinds of neat stuff. Try it and seeTree Style Tab - hierarchical tab bar; I have mine set to the left side, narrow to only show icons unless hovered by the mouse.
How to set it to only show icons?
Offline
ZekeSulastin wrote:frank.rehfeld wrote:What have you done with firefox. It looks great! And what is this bar on the left?
Two major extensions:
Pentadactyl - vim-type keybinds, bar on the bottom, all kinds of neat stuff. Try it and seeTree Style Tab - hierarchical tab bar; I have mine set to the left side, narrow to only show icons unless hovered by the mouse.
How to set it to only show icons?
There isn't a specific option for setting it to only show icons. You can achieve a like result by going to preferences for the addon and selecting auto shrink taskbar (under the 'auto hide' tab). This will shrink it to be small when not in use and grow it when you hover over the tabs.
Last edited by 3picgillftw (2012-05-15 12:11:37)
Offline
Oh, probably. Or perhaps cause I'm not into anime?
That is another possibility as well I guess
Offline
Jeez.... changed again to get into the Christmas spirit? Not too much different. Colors, fonts, wallpaper, widget fixes.
Clean
Dirty
Can anyone help me out here with either the background or more importantly the font? I've found some close matches, but I don't know enough to guess the correct font.
Offline
iRmonkD wrote:Jeez.... changed again to get into the Christmas spirit? Not too much different. Colors, fonts, wallpaper, widget fixes.
Clean
Dirty
Can anyone help me out here with either the background or more importantly the font? I've found some close matches, but I don't know enough to guess the correct font.
I am sorry to say that I could not identify the font. However, a quick google image search turned up the wallpaper.
Offline
One quick question, is it possible to add space between 'windows' in tiling mode? If possible, how?
Edit : nvm, found it here : https://bbs.archlinux.org/viewtopic.php?id=136176
---
Edit once more : Finished modifying my box
Last edited by whiterock (2012-05-17 16:39:24)
Offline
I updated to the newest awesome-git master. now my mouse cursor resets every few minutes to X default. Does anyone have the same problem?
This is because of the startup-notification for commands, awesome trying to switch to the "busy" cursor when you spawn a command screws things up. You can stick the following snippet in your rc.lua to disable that:
local oldspawn = awful.util.spawn
awful.util.spawn = function (s) oldspawn(s, false) end
Also, quick-and-dirty cascade layout:
-- A silly cascade layout, just require() it and add it to your layouts table
-- Grab environment we need
local ipairs = ipairs
--- Cascade layout module for awful
module("awful.layout.suit.cascade")
local function cascade(p)
local wa = p.workarea
local cls = p.clients
local cwidth = wa.width / (#cls / 2)
local cheight = wa.height / (#cls / 2)
for k, c in ipairs(cls) do
local g = {}
if (#cls == 1) then
g.width = wa.width - c.border_width * 2
g.height = wa.height - c.border_width * 2
g.x = 0
g.y = 0
-- This section for two clients isn't actually necessary, but does make it rather nicer looking
elseif (#cls == 2) then
g.width = (wa.width * (3 / 4)) - c.border_width * 2
g.height = (wa.height * (3 / 4)) - c.border_width * 2
if (k == 1) then
g.x = 0
g.y = 0
else
g.x = (wa.width * (1 / 4))
g.y = (wa.height * (1 / 4))
end
else
g.width = cwidth - c.border_width * 2
g.height = cheight - c.border_width * 2
g.x = (k - 1) * ((wa.width - cwidth) / (#cls - 1))
g.y = (k - 1) * ((wa.height - cheight) / (#cls - 1))
end
c:geometry(g)
end
end
name = "cascade"
function arrange(p)
return cascade(p)
end
Last edited by Wibjarm (2012-05-17 18:56:48)
Offline
---
Edit once more : Finished modifying my boxclean :
http://photoserver.ws/images/q6364fb52868161cf_thumb.jpgpseudo-busy :
http://photoserver.ws/images/NIt74fb5286d1463d_thumb.jpg
I like it! My desktop needs more color...
Offline
Still a work in progress. I want to thank you guys, I've borrowed here and there from your configs, plus some widgets are my own implementation.
Archlinux :: Xmonad
dotfiles | deviantart
Offline
Still a work in progress. I want to thank you guys, I've borrowed here and there from your configs, plus some widgets are my own implementation.
What's your terminal font?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline