You are not logged in.
makepkg -efi
makepkg --help
Arch64/DWM || My Dropbox referral link
Offline
Offline
What vim colorscheme is that?
Offline
newcomer wrote:What vim colorscheme is that?
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
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.
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
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
@lich
I get the spaces on colour change but don't get the extra spaces at the end.
Offline
This statuscolours patch fixes that issue: http://lists.suckless.org/dev/1011/6445.html
Offline
@newcomer
Whats your .Xdefaults? That colourscheme is awesome.
We are all watched over by machines of loving grace.
Offline
@newcomer
Whats your .Xdefaults? That colourscheme is awesome.
! 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
New to DWM. :$
Posted this in july screenshot thread aswell:
Clean:
^Btw does someone know how to change it so xcompmgr doesn't put a huge "block" for conky like that?
Dirty:
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
This might help: https://wiki.archlinux.org/index.php/Dw … al_windows
Offline
This might help: https://wiki.archlinux.org/index.php/Dw … al_windows
Nope, already tried that. I'll post another thread on this issue, don't really want to clutter this thread.
Offline
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
Offline
Draucia 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
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:
Dirty:
Last edited by Draucia (2011-07-05 18:31:50)
Offline
you can decrease the swappiness:
echo "\nvm.swappiness = 1\nvm.vfs_cache_pressure = 50" >> /etc/sysctl.conf
Arch64/DWM || My Dropbox referral link
Offline
Awesome configs everyone. How are you guys resizing your screenshots?
Last edited by magic-ripley (2011-07-08 03:07:26)
Offline
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
The transparent Bar is nice. I assume you simply removed XFillRectangle from drawtext?
Ceterum autem censeo Systemdinem esse delendam
Offline
there is no transparent bar..
zoom in more if you like..
Arch64/DWM || My Dropbox referral link
Offline
Oh... Ups ... Yeah... Well... *tilt*
*edit*: Anyway, just removing XFillRectangle certainly does not work. Duh, not my Day
Last edited by 0mark (2011-07-27 11:31:18)
Ceterum autem censeo Systemdinem esse delendam
Offline
but (false) transparent bar for dwm would be fancy! looking forward to anyone who submit a patch
Offline