You are not logged in.
My alternative to DWM, for good old time's sake. Still love Fluxbox, but I do miss the tiling there.
What would also fit Fluxbox perfectly would be DWM's tag list (1 2 3 4, etc), so one could switch workplaces, with running app indicator as well (and urgent apps, too). Basically, an always visible workplace switcher, with numeric display.
Offline
Some changes, I think I will stick to this one for a while as I think it turned out pretty good!
Last edited by Tzbob (2012-09-11 12:54:13)
Offline
Some changes, I think I will stick to this one for a while as I think it turned out pretty good!
Clean
http://th01.deviantart.net/fs71/150/f/2012/255/7/5/xmonad_clean_by_maxdamaged-d5efzqm.pngUsed
http://th06.deviantart.net/fs71/150/f/2012/255/b/1/xmonad_used_by_maxdamaged-d5efzmt.png
Please share your configs
Last edited by Serg555 (2012-09-11 13:10:55)
Offline
My alternative to DWM, for good old time's sake. Still love Fluxbox, but I do miss the tiling there.
Clean
http://ompldr.org/tZmc3egShowing the menu
http://ompldr.org/tZmc4MgWhat would also fit Fluxbox perfectly would be DWM's tag list (1 2 3 4, etc), so one could switch workplaces, with running app indicator as well (and urgent apps, too). Basically, an always visible workplace switcher, with numeric display.
I missed fiddling with dzen2:
#!/bin/bash
tag1="^ca(1, wmctrl -s"
tag2="^ca()"
while :; do
wrkid=$(wmctrl -d | awk '{if ($2 == "*") print $1}')
wrklist="$tag1 0)0$tag2 | $tag1 1)1$tag2 | $tag1 2)2$tag2 | $tag1 3)3$tag2 | $tag1 4)4$tag2 | $tag1 5)5$tag2"
echo $wrklist | sed 's/'"$wrkid"'^/X^/'
sleep 0.5
done | dzen2 -p -ta l
It could probably be optimized in many ways, perhaps you can use it as inspiration.
Offline
Tzbob wrote:Some changes, I think I will stick to this one for a while as I think it turned out pretty good!
Clean
http://th01.deviantart.net/fs71/150/f/2012/255/7/5/xmonad_clean_by_maxdamaged-d5efzqm.pngUsed
http://th06.deviantart.net/fs71/150/f/2012/255/b/1/xmonad_used_by_maxdamaged-d5efzmt.png
Could you share your Xresources colours please? I fancy giving a white colour scheme a go!
Thanks.
Offline
Please share your configs
Could you share your Xresources colours please? I fancy giving a white colour scheme a go!
Thanks.
https://gist.github.com/3699186
Due to the lack of white color schemes I suggest you just configure your own. This tumblr in particular http://prettycolors.tumblr.com/ is amazing for combining your own color scheme.
Offline
Here's mine, Xfce desktop with focus on having as much info in one panel at the top, as small as possible, and nothing on the desktop. The numbers after the pager are parsed sensors output, displayed via the awesome Genmon panel plugin.
It's my first Arch install as my main OS. To celebrate that, I created a wallpaper in Blender to remind me of it every day.
Last edited by Sanne (2012-09-11 16:39:49)
If our currency were not money but appreciation and acknowledgement for what we do for others, for the community, for the benefit of all, we would have paradise on earth.
Offline
Here's mine, Xfce desktop with focus on having as much info in one panel at the top, as small as possible, and nothing on the desktop. The numbers after the pager are parsed sensors output, displayed via the awesome Genmon panel plugin.
It's my first Arch install as my main OS. To celebrate that, I created a wallpaper in Blender to remind me of it every day.
nice, very nice
Offline
From new installation (: ArchLinux + KDE + CairoDock
Plasma Theme - Gaia10 = http://kde-look.org/content/show.php/Ga … ent=132914
Icons - Reflektions = http://kde-look.org/content/show.php/Re … ent=110944
Offline
Serg555 wrote:Please share your configs
nperry wrote:Could you share your Xresources colours please? I fancy giving a white colour scheme a go!
Thanks.https://gist.github.com/3699186
Due to the lack of white color schemes I suggest you just configure your own. This tumblr in particular http://prettycolors.tumblr.com/ is amazing for combining your own color scheme.
thx!
Offline
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline
Offline
Wanna share that 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
madprops wrote:Wanna share that wallpaper?
Offline
This is a beautiful picture
and this is a beautiful arrangement of boxes.
Offline
Onyros wrote:My alternative to DWM, for good old time's sake. Still love Fluxbox, but I do miss the tiling there.
Clean
http://ompldr.org/tZmc3egShowing the menu
http://ompldr.org/tZmc4MgWhat would also fit Fluxbox perfectly would be DWM's tag list (1 2 3 4, etc), so one could switch workplaces, with running app indicator as well (and urgent apps, too). Basically, an always visible workplace switcher, with numeric display.
I missed fiddling with dzen2:
#!/bin/bash tag1="^ca(1, wmctrl -s" tag2="^ca()" while :; do wrkid=$(wmctrl -d | awk '{if ($2 == "*") print $1}') wrklist="$tag1 0)0$tag2 | $tag1 1)1$tag2 | $tag1 2)2$tag2 | $tag1 3)3$tag2 | $tag1 4)4$tag2 | $tag1 5)5$tag2" echo $wrklist | sed 's/'"$wrkid"'^/X^/' sleep 0.5 done | dzen2 -p -ta l
It could probably be optimized in many ways, perhaps you can use it as inspiration.
Now, that's really, really nice as a starting point! Thank you, so much! I'll show it off when I finish customizing it, but it's looking good already
Offline
Simple and Elegant : DWM
Which font?
Offline
Clean:
http://ompldr.org/tZmV3ZADirty:
http://ompldr.org/tZmV3ZgFrom Openbox to Xmonad. Happy so far :-)
- Crosspost -
whats that "bar" at the bottom of vim?
Offline
illusionist wrote:Simple and Elegant : DWM
Which font?
In the bar? Ohsnap
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
marcoscan wrote:Clean:
http://ompldr.org/tZmV3ZADirty:
http://ompldr.org/tZmV3ZgFrom Openbox to Xmonad. Happy so far :-)
- Crosspost -
whats that "bar" at the bottom of vim?
"Powerline is a utility plugin which allows you to create better-looking, more functional vim statuslines"
You can find it here.
Enjoy :-)
Offline
Offline
dwm for a change. I like its simplicity.
http://www.uninformativ.de/thumbnails/direct/200x200/gal/desktop/2012-09-13--dwm-greenish.png
And i thought my setup was nice...
What colorscheme are you using for vim?
I know I'm paranoid, but am I paranoid enought....
Offline