You are not logged in.
unexist wrote:litemotiv wrote:Yea man, panels are overrated anyway!
Depends, I wouldn't want to miss my panels.
To each his own. I am also a fan of the panel-free life. Rather than a panel, I have a little script involving wmctrl and dmenu that, at a keystroke, shows me all open windows and allows me to choose one if desired. But by default, I usually have nothing on screen except for one or two windows, either maximized or tiled. Sometimes a status bar, but I have even written this so that it is hideable. This is nice on my netbook to maximize the 'real estate' of my small screen.
Can I find this somewhere in your github?
I use openbox without a panel, but instead I tediously super+tab through all my open windows... this sounds much better!
Offline
dmz wrote:cool colors! care to share .Xdefaults and vim colorscheme?
The colorscheme is neverland: https://github.com/trapd00r/neverland-vim-theme
Xresources might be found here: https://github.com/trapd00r/configs
Offline
http://img.pirate.lt/arch_adomas_jackev … 110122.png
In the image you see KDE 4.5.5 with my own-made wallpaper in Inkscape. The Wallpaper is logo of my home website. Style of widgets is QtCurve. Desktop theme is Air (I think it's KDEs default)
-- mod edit: read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754 [jwr] --
-- user edit: would be nice to have built in thumb-nailer.
Last edited by adomas (2011-01-23 10:31:07)
Offline
k3ttc4r wrote:It's lime from the artwiz pack. I'm working on my own right now, though
Working on your own font?
Yeah, some mashup of lime, Pragmata, MonteCarlo, but completely from scratch Right now it looks about as fugly as it sounds, tho...
Offline
el mariachi wrote:dmz wrote:cool colors! care to share .Xdefaults and vim colorscheme?
The colorscheme is neverland: https://github.com/trapd00r/neverland-vim-theme
Xresources might be found here: https://github.com/trapd00r/configs
thanks! know if there is a neverland-style theme for moc? Did you do neverland?
Offline
edit... heh, that colour did not stay for long, I have since desaturated it so it is the same look, just gray.
Having a coloured desktop is difficult, unless you theme everything so that nothing clashes with the selected theme.
Welcome to Pleasantville.
Last edited by tlvb (2011-01-24 01:51:34)
I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.
Offline
dmz wrote:el mariachi wrote:cool colors! care to share .Xdefaults and vim colorscheme?
The colorscheme is neverland: https://github.com/trapd00r/neverland-vim-theme
Xresources might be found here: https://github.com/trapd00r/configsthanks! know if there is a neverland-style theme for moc? Did you do neverland?
Yes, I created neverland. For Mac? Well, I guess that means gVim? If so, yes, they work with Mac as well...
Offline
el mariachi wrote:dmz wrote:The colorscheme is neverland: https://github.com/trapd00r/neverland-vim-theme
Xresources might be found here: https://github.com/trapd00r/configsthanks! know if there is a neverland-style theme for moc? Did you do neverland?
Yes, I created neverland. For Mac? Well, I guess that means gVim? If so, yes, they work with Mac as well...
lol no I really meant MOC (music on console), it's a themable ncurses music player ;p
Offline
Can I find this somewhere in your github?
I use openbox without a panel, but instead I tediously super+tab through all my open windows... this sounds much better!
It is on my github... and now it's here!
#!/bin/sh
task="$(wmctrl -l | cut -c 26-75 | dmenu ${1+"$@"})"
[ -n "$task" ] && wmctrl -a $task
I'm not really much of a programmer, so I can't guarantee it's very "elegant", but I hope it's either useful or inspires you to make something that is. :-)
It takes all the same options as dmenu (thanks to '${1+"$@"}').
You might have to tweak the 'cut' bit, as it filters out the hostname and such.
Oh, and it shows all windows on all workspaces, not just on the current one. I'm sure it could be tweaked not to do this if you wanted.
Offline
This is my first crack at a tiled wm.
http://ompldr.org/tNzJ2bA
cleanishhttp://ompldr.org/tNzJ2cg
dirtyterminal: urxvt
audio player: cmus
browser: uzbl
wallpaper please?
Offline
Offline
New colours, and a statusbar script.
Colours in wmfs config are copied from .Xdefaults via a perl script parsing special comments, statusbar script fetches colours when started.
Last edited by tlvb (2011-01-24 01:15:58)
I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.
Offline
el mariachi wrote:dmz wrote:cool colors! care to share .Xdefaults and vim colorscheme?
The colorscheme is neverland: https://github.com/trapd00r/neverland-vim-theme
Xresources might be found here: https://github.com/trapd00r/configs
May I ask what you are using to get the current message from an IRC chatroom?
Offline
dmz wrote:el mariachi wrote:cool colors! care to share .Xdefaults and vim colorscheme?
The colorscheme is neverland: https://github.com/trapd00r/neverland-vim-theme
Xresources might be found here: https://github.com/trapd00r/configsMay I ask what you are using to get the current message from an IRC chatroom?
That's dzen2, code is here; https://github.com/trapd00r/dzen-scripts
Offline
Ugh...must learn to read before posting early in the morning,,,
Nothing special here :*
I think it's pretty sweet, myself.
Last edited by ANOKNUSA (2011-01-24 14:34:29)
Offline
Offline
jason32835 wrote:This is my first crack at a tiled wm.
http://ompldr.org/tNzJ2bA
cleanishhttp://ompldr.org/tNzJ2cg
dirtyterminal: urxvt
audio player: cmus
browser: uzblwallpaper please?
Offline