You are not logged in.

#326 2011-06-18 21:06:30

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: Show off your Dwm configuration!

makepkg -efi
makepkg --help

Offline

#327 2011-06-18 22:13:01

vanvalium
Member
From: Austria
Registered: 2010-10-09
Posts: 86

Re: Show off your Dwm configuration!

as I have never posted a screenshot before and I set a wallpaper for the first time in months (click to enlarge)
clean:
2u88mxx.jpg
busy(not really):
211oygn.jpg

pretty basic dwm-sprinkles with dzen, mygtkmenu and tilemovemouse for optimal mouse support when I feel lazy

Offline

#328 2011-06-22 17:02:26

newcomer
Member
Registered: 2011-06-22
Posts: 5

Re: Show off your Dwm configuration!

Dirty
Busy
Clear
Clear

Offline

#329 2011-06-22 17:24:49

nixfag
Member
From: Romania
Registered: 2011-03-03
Posts: 73

Re: Show off your Dwm configuration!

Offline

#330 2011-06-22 19:10:39

newcomer
Member
Registered: 2011-06-22
Posts: 5

Re: Show off your Dwm configuration!

nixfag wrote:

Handmade one, with a modified c.vim syntax file for operators and symbols.

" Vim color file
" First remove all existing highlighting.
set background=dark
hi clear
if exists("syntax_on")
  syntax reset
endif

let colors_name = "scheme"

hi Normal ctermfg=lightgray
"hi SpecialKey cterm=none ctermbg=233
hi NonText cterm=none ctermfg=24
hi ErrorMsg cterm=bold ctermfg=darkred ctermbg=black
hi IncSearch cterm=none ctermfg=brown ctermbg=black
hi Search ctermfg=yellow ctermbg=black
hi ModeMsg cterm=bold ctermfg=24 ctermbg=black
hi LineNr cterm=none ctermfg=24 ctermbg=232
hi StatusLine cterm=bold ctermfg=lightgray ctermbg=232
hi StatusLineNC cterm=none ctermfg=darkgray ctermbg=232
hi VertSplit cterm=none ctermfg=16 ctermbg=232
hi Visual ctermbg=black
hi VisualNOS cterm=none ctermbg=black
hi Folded ctermbg=black
hi FoldColumn ctermbg=black
hi DiffAdd ctermfg=black ctermbg=green
hi DiffChange cterm=bold ctermfg=blue ctermbg=black
hi DiffDelete ctermfg=black ctermbg=red
hi DiffText cterm=bold ctermfg=magenta ctermbg=black
hi SignColumn ctermbg=black
hi SpellBad ctermfg=darkred ctermbg=black
hi SpellCap ctermfg=darkgreen ctermbg=black
hi SpellRare ctermfg=brown ctermbg=black
hi SpellLocal ctermfg=darkblue ctermbg=black
hi Pmenu ctermfg=darkgray ctermbg=black
hi PmenuSel ctermfg=lightgray ctermbg=black
hi PmenuSbar cterm=bold ctermfg=lightgray ctermbg=black
hi PmenuThumb cterm=bold ctermfg=darkgray ctermbg=black
hi TabLine cterm=none ctermfg=darkgray ctermbg=232
hi TabLineSel cterm=bold ctermfg=lightgray
hi TabLineFill cterm=none ctermfg=darkgray ctermbg=232
hi CursorLine cterm=none ctermbg=232

hi MatchParen cterm=bold ctermfg=black ctermbg=white
hi Comment cterm=bold ctermfg=black
"hi Comment cterm=bold ctermfg=darkgray
hi Constant cterm=bold ctermfg=red
hi Special cterm=bold ctermfg=magenta
hi Identifier cterm=none ctermfg=blue
hi Statement ctermfg=darkred
hi Operator cterm=none ctermfg=darkmagenta
hi Delimiter cterm=none ctermfg=yellow
hi PreProc ctermfg=cyan
hi PreCondit ctermfg=darkcyan
hi Type ctermfg=green
hi Error cterm=bold ctermfg=16 ctermbg=darkred
hi Function ctermfg=blue
hi StdFunction ctermfg=blue
"hi Function cterm=bold ctermfg=blue
"hi StdFunction ctermfg=darkblue

" vim: sw=2

Offline

#331 2011-06-26 09:51:57

Lich
Member
Registered: 2009-09-13
Posts: 437

Re: Show off your Dwm configuration!

Not really a config showoff but I have something that it really bugging me about dwm and this seems to be the only active thread.
Please take a look at my screenie.
tOThpag

Basically, when I use statuscolor stuff in my status line, I get an extra space for every special color sequence that I use. For example "+\x04BLA\x01+" would set the status to "+ BLA + " instead of "+BLA+". Also, the space after the status line gets bigger and bigger with each special color sequence used (my current status should have no righthand space but, as you can see, I get like 2 centimeters on there). Could this be due to faulty patching? (it patched correctly but maybe some of you had this problem and somehow fixed it).

Last edited by Lich (2011-06-26 09:57:27)


Archlinux | ratpoison + evilwm | urxvtc | tmux

Offline

#332 2011-06-26 15:41:36

stlarch
Member
From: hell
Registered: 2010-12-25
Posts: 1,265

Re: Show off your Dwm configuration!

Lich, That's something to do with the statuscolors patch itself. I think some people use a different patch, which I believe is in the dwm hackers thread, https://bbs.archlinux.org/viewtopic.php?id=92895 . I have'nt tried it though. Perhaps someone else can point you in the right direction.

Offline

#333 2011-06-26 17:49:22

Meyithi
Member
From: Wirral, UK
Registered: 2009-06-21
Posts: 550
Website

Re: Show off your Dwm configuration!

@lich

I get the spaces on colour change but don't get the extra spaces at the end.

http://ompldr.org/vOThucQ


The mind roams more freely in empty rooms.
dwm - colours - ncmpcpp - system
irc://irc.freenode.net:meyithi

Offline

#334 2011-06-26 18:27:47

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Show off your Dwm configuration!

This statuscolours patch fixes that issue: http://lists.suckless.org/dev/1011/6445.html


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#335 2011-06-28 00:28:40

chris427
Member
Registered: 2011-06-03
Posts: 18

Re: Show off your Dwm configuration!

@newcomer
Whats your .Xdefaults? That colourscheme is awesome. smile


We are all watched over by machines of loving grace.

Offline

#336 2011-07-02 23:22:05

newcomer
Member
Registered: 2011-06-22
Posts: 5

Re: Show off your Dwm configuration!

chris427 wrote:

@newcomer
Whats your .Xdefaults? That colourscheme is awesome. smile

! Colors
URxvt*background:        #000000

*foreground:            #8C8C8C
*background:            #353535
!black
*color0:                #101010
*color8:                #242424
!red
*color1:                #94002D
*color9:                #E40045
!green
*color2:                #569700    
*color10:                #84E900
!brown/yellow
*color3:                #A68900
*color11:                #FFD300
!blue
*color4:                #092E83
*color12:                #1240AB
!magenta
*color5:                #6C006C
*color13:                #A600A6
!cyan
*color6:                #006363
*color14:                #009999
!white
*color7:                #8C8C8C
*color15:                #CCCCCC

Offline

#337 2011-07-04 21:35:55

Draucia
Member
Registered: 2011-06-05
Posts: 128

Re: Show off your Dwm configuration!

New to DWM. :$


Posted this in july screenshot thread aswell:

Clean:

2011070412.png

^Btw does someone know how to change it so xcompmgr doesn't put a huge "block" for conky like that?

Dirty:

monjul4173.jpg

Anyone know how do I get rid of the annoying white border-like things on the bottom (and the weird border-like thing on the bottom of top-right terminal)? Is this a xcompmgr glitch?

Last edited by Draucia (2011-07-04 21:39:46)

Offline

#338 2011-07-04 21:47:18

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Show off your Dwm configuration!


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#339 2011-07-05 00:35:34

Draucia
Member
Registered: 2011-06-05
Posts: 128

Re: Show off your Dwm configuration!

Nope, already tried that. I'll post another thread on this issue, don't really want to clutter this thread.

Offline

#340 2011-07-05 08:05:41

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Show off your Dwm configuration!

You might want to investigate why your system is using so much swap though you have a lot of ram. also, you might want to shield your public ip next time smile

Offline

#341 2011-07-05 18:04:13

Draucia
Member
Registered: 2011-06-05
Posts: 128

Re: Show off your Dwm configuration!

x33a wrote:

You might want to investigate why your system is using so much swap though you have a lot of ram. also, you might want to shield your public ip next time smile

Dunno why it was like it before, but not having the problem again. If I do, I'll 'investigate'. And as for my IP, I don't really.

Updated, don't use xcompmgr anymore:

Clean:

2011070514.png

Dirty:

tuejul5135.jpg

Last edited by Draucia (2011-07-05 18:31:50)

Offline

#342 2011-07-05 18:52:54

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: Show off your Dwm configuration!

you can decrease the swappiness:

echo "\nvm.swappiness = 1\nvm.vfs_cache_pressure = 50" >> /etc/sysctl.conf

Offline

#343 2011-07-08 03:05:26

magic-ripley
Member
From: United States
Registered: 2011-06-08
Posts: 2

Re: Show off your Dwm configuration!

Awesome configs everyone.  How are you guys resizing your screenshots?

Last edited by magic-ripley (2011-07-08 03:07:26)

Offline

#344 2011-07-08 03:09:29

stlarch
Member
From: hell
Registered: 2010-12-25
Posts: 1,265

Re: Show off your Dwm configuration!

magic-ripley wrote:

Awesome configs everyone.  How are you guys resizing your screenshots?

[url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]

Last edited by stlarch (2011-07-08 04:17:15)

Offline

#345 2011-07-08 06:38:41

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: Show off your Dwm configuration!

What can i say...

tOWVpNA

tOWVpNQ


ᶘ ᵒᴥᵒᶅ

Offline

#346 2011-07-23 11:07:24

null
Member
Registered: 2009-05-06
Posts: 398

Re: Show off your Dwm configuration!

tOWxlcw tOWxldA


And netbook with same config + conky and of course other wall:
tOWx5bg

Last edited by null (2011-07-24 15:01:10)

Offline

#347 2011-07-27 10:43:05

0mark
Member
From: earth
Registered: 2010-06-09
Posts: 162
Website

Re: Show off your Dwm configuration!

The transparent Bar is nice. I assume you simply removed XFillRectangle from drawtext?


Ceterum autem censeo Systemdinem esse delendam

Offline

#348 2011-07-27 11:10:50

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: Show off your Dwm configuration!

there is no transparent bar..

zoom in more if you like..
vOW5kdw

Offline

#349 2011-07-27 11:26:19

0mark
Member
From: earth
Registered: 2010-06-09
Posts: 162
Website

Re: Show off your Dwm configuration!

Oh... Ups ... Yeah... Well... *tilt*

*edit*: Anyway, just removing XFillRectangle certainly does not work. Duh, not my Day smile

Last edited by 0mark (2011-07-27 11:31:18)


Ceterum autem censeo Systemdinem esse delendam

Offline

#350 2011-07-28 10:36:17

null
Member
Registered: 2009-05-06
Posts: 398

Re: Show off your Dwm configuration!

but (false) transparent bar for dwm would be fancy! looking forward to anyone who submit a patch tongue

Offline

Board footer

Powered by FluxBB