You are not logged in.
Offline
Just vanilla (default) dwm.
Old screenshot, sorry, because now i'm using EvilWM.
config.h also default. http://paste.org.ru/?o5ourm
Offline
I decided to use Midnight Commander instead of Thunar but I would appreciate if someone could give me his theme. And then I can modify it.
Thanks.
There are some skins in /usr/share/mc/skins. I just modified one of those for mine. (it's in my configs - blue.ini)
Offline
and my config.h http://pastebin.com/gCZ38Dt2
Offline
I've been using 5.7.2 for about a year now and decided to update. I have everything how I like it except that i am trying to patch pertag2 and not getting anywhere. Can anyone tell me what I am doing wrong? I have 5.7.2 patched fine with pertag.
[al@boddicker dwm-5.9]$ ls
01-dwm-5.9-pertag2.diff config.h dwm dwm.c LICENSE pertag2.diff
config.def.h config.mk dwm.1 dwm.o Makefile README
[al@boddicker dwm-5.9]$ patch -p1 < pertag2.diff
patch: **** Only garbage was found in the patch input.
[al@boddicker dwm-5.9]$ patch -p1 < 01-dwm-5.9-pertag2.diff
patch: **** Only garbage was found in the patch input.
[al@boddicker dwm-5.9]$
Offline
finally got bstack going on.
Offline
Hi there.
Empty. You could recognize the guy on the wallpaper. Found it and I reworked colors.
http://i.solidfiles.net/3ab3.pngFull:
http://i.solidfiles.net/5cfa8.pngJust minimalist on dwm. I love it!
HI! thanks for your github!
i have one question to you - what a player on your screenshot??
Offline
clean
<mod-snipped>
dirty
<mod-snipped>
I havent messed with ncmpc colors yet.
mod-comment (ngoonee) - please post thumbnails instead.
Last edited by ngoonee (2011-09-21 05:40:52)
Offline
clean
http://i.imgur.com/Egqre.pngdirty
http://i.imgur.com/yv8Gz.pngI havent messed with ncmpc colors yet.
You need to make thumbnails of those images.
I laugh, yet the joke is on me
Offline
HI! thanks for your github!
i have one question to you - what a player on your screenshot??
Thanks dude. My player is Moc. You can take the moc theme from my github.
And for the github, I've uploaded new configs
Last edited by Ypnose (2011-09-21 09:25:52)
Offline
http://ompldr.org/tYWdwdw http://ompldr.org/tYWdweQ http://ompldr.org/tYWdxMA
dwm 5.9, statuscolors patch, conky, terminusmod font, mc, firefox
How do you get those little icons in your conky? the speaker,thermometer, ram chip thingy.
Offline
^^^ I modified the terminus font and drew them. I made an AUR package if you want to try it out. There are a few other fonts that people made the same way floating around this forum somewhere. This thread
https://bbs.archlinux.org/viewtopic.php?id=92895 has more info about it.
But most people just pipe conky through dzen2 and get icons that way.
Last edited by stlarch (2011-09-21 18:44:14)
Offline
^^^ I modified the terminus font and drew them. I made an AUR package if you want to try it out. There are a few other fonts that people made the same way floating around this forum somewhere. This thread
https://bbs.archlinux.org/viewtopic.php?id=92895 has more info about it.But most people just pipe conky through dzen2 and get icons that way.
i like method with dzen, because terminusmod font not support cyrllic symbols. but, may i use this font permanently in conky?
PS. sorry for my english
Offline
i like method with dzen, because terminusmod font not support cyrllic symbols. but, may i use this font permanently in conky?
If you're asking my permission, then yes of course. If you're asking how, you could add something like
font -*-terminusmod-bold-r-normal-*-14-*-*-*-*-*-*-*
to your .conkyrc, or with dzen you can add something like
conky | dzen2 -fn '-*-terminusmod-bold-r-normal-*-14-*-*-*-*-*-*-*' &
to your .xinitrc and it should work.
Offline
Offline
chestr92 wrote:i like method with dzen, because terminusmod font not support cyrllic symbols. but, may i use this font permanently in conky?
If you're asking my permission, then yes of course. If you're asking how, you could add something like
font -*-terminusmod-bold-r-normal-*-14-*-*-*-*-*-*-*
to your .conkyrc
thx, i need it)
Last edited by chestr92 (2011-09-22 07:46:24)
Offline
Added bstack patch too! It actually makes tiling useable on a netbook. I can't believe I never tried it before. It's great. I'm an idiot. *kicks myself in the ass*
The first patch i added to dwm was bstack. Was used to it from xmonad. Since i have a 15" monitor, vertical stacking doesn't really make the cut
Offline
http://ompldr.org/tYWlqcQ
Created a OpenBox styled menu for DWM today.
How did you make that?A dzen menu or something? I remember somebody made a patch that would launch a specific command when right clicking on dwm background.
Offline
Cloudef wrote:http://ompldr.org/tYWlqcQ
Created a OpenBox styled menu for DWM today.How did you make that?A dzen menu or something? I remember somebody made a patch that would launch a specific command when right clicking on dwm background.
No it's not a dzen, it's coded directly to dwm.
see my dwm-fork
The relevant lines range from 590-794.
My dwm is quite heavily modified, but I might create patch for vanilla dwm, since the menu is quite simple.
Offline