You are not logged in.
First time I've posted a screenshot. Running dwm/urxvt/vim. Custom 256-color vim color scheme. Wallpaper is a modified version of Vladstudio's Eos 6.
Clean:
http://thumbnails27.imagebam.com/7936/6 … 359287.gif
Busy:
http://thumbnails26.imagebam.com/7936/6 … 359291.gif
Please share your configurations.
How's my programming? Call 1-800-DEV-NULL
Offline
http://i43.tinypic.com/2hqvzt0.jpg
Nothing special, almost the same as in April. Just me failing to take a screenshot.
The terminal is urxvt.
that is a cool wp, care to share?
"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"
Offline
Please share your configurations.
.Xdefaults:
Xcursor.theme: Vanilla-DMZ-AA
! Xft settings
Xft.dpi : 97
Xft.hinting : 1
Xft.hintstyle: hintslight
Xft.antialias: 1
Xft.rgba : rgb
! URxvt settings
URxvt.termName : rxvt-256color
URxvt.title : Terminal
URxvt.buffered : true
URxvt.underlineColor : #dd4010
URxvt.cursorUnderline: false
URxvt.cursorColor : #dd4010
URxvt.cursorColor2 : #fff
URxvt.pointerColor : #dd4010
URxvt.pointerColor2 : #fff
URxvt.pointerBlank : true
URxvt.visualBell : true
URxvt.urgentOnBell : true
URxvt.scrollstyle : plain
URxvt.scrollBar : true
URxvt.scrollBar_right: true
URxvt.scrollColor : #444
URxvt.transparent : true
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher : chromium
! Fonts
URxvt.font : -*-unrealized-medium-r-*-*-10-*-*-*-*-*-*-*
URxvt.boldFont : -*-unrealized-bold-r-*-*-10-*-*-*-*-*-*-*
URxvt.italicFont : -*-unrealized-medium-r-*-*-10-*-*-*-*-*-*-*
URxvt.boldItalicFont : -*-unrealized-bold-r-*-*-10-*-*-*-*-*-*-*
! Color scheme
*background: #000000
*foreground: #ffffff
! Black
*color0 : #050505
*color8 : #777777
! Red
*color1 : #b04020
*color9 : #dd4010
! Green
*color2 : #afd700
*color10: #daff30
! Yellow
*color3 : #eab93d
*color11: #ffc123
! Blue
*color4 : #204a87
*color12: #3465a4
! Magenta
*color5 : #d6156c
*color13: #fe4365
! Cyan
*color6 : #89b6e2
*color14: #46a4ff
! White
*color7 : #ffffff
*color15: #dddddd
vim color scheme (lokaltog.vim):
set background = dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "lokaltog"
hi link htmlTag xmlTag
hi link htmlTagName xmlTagName
hi link htmlEndTag xmlEndTag
hi xmlTag ctermfg=149 cterm=bold
hi xmlTagName ctermfg=250
hi xmlEndTag ctermfg=209 cterm=bold
hi Normal ctermbg=none ctermfg=231
hi LineNr ctermbg=234 ctermfg=242
hi CursorLine ctermbg=52 cterm=bold
hi VertSplit ctermfg=245 ctermbg=235 cterm=none
hi Folded ctermbg=235 ctermfg=246 cterm=bold
hi FoldColumn ctermbg=235 ctermfg=246 cterm=none
hi Visual ctermfg=231 ctermbg=88 cterm=bold
hi Directory ctermfg=143 cterm=bold
hi Underlined ctermfg=130
hi ModeMsg ctermfg=214 cterm=bold
hi MoreMsg ctermfg=216 cterm=bold
hi Question ctermfg=218 cterm=bold
hi WarningMsg ctermfg=160 cterm=bold
hi Comment ctermfg=243 cterm=none
hi vimCommentTitle ctermfg=250
hi vimCommentString ctermfg=245
hi link phpCommentTitle vimCommentTitle
hi link phpDocTags vimCommentString
hi link phpDocParam vimCommentTitle
hi TabLine ctermbg=238 ctermfg=231 cterm=none
hi TabLineSel ctermbg=none ctermfg=255 cterm=bold
hi TabLineFill ctermbg=238 ctermfg=240 cterm=none
hi TabLineNumber ctermbg=238 ctermfg=160 cterm=bold
hi TabLineClose ctermbg=238 ctermfg=245 cterm=bold
hi SpecialKey ctermfg=239 ctermbg=none cterm=none
hi NonText ctermfg=88 ctermbg=none cterm=none
hi MatchParen ctermfg=231 ctermbg=61 cterm=bold
hi Constant ctermfg=137 cterm=bold
hi Special ctermfg=150
hi Identifier ctermfg=66
hi Statement ctermfg=186 cterm=bold
hi PreProc ctermfg=102
hi Type ctermfg=67 cterm=bold
hi String ctermfg=143
hi Number ctermfg=173
hi Define ctermfg=173
hi Error ctermfg=208 ctermbg=124
hi Function ctermfg=221 cterm=none
hi Include ctermfg=173 cterm=none
hi PreCondit ctermfg=173 cterm=none
hi Keyword ctermfg=173 cterm=none
hi Search ctermbg=160 ctermfg=231 cterm=bold,underline
hi Title ctermfg=15
hi TODO ctermfg=228 ctermbg=none cterm=bold
hi Pmenu ctermfg=248 ctermbg=240
hi PmenuSel ctermfg=253 ctermbg=245
hi PmenuSbar ctermfg=253 ctermbg=248
hi phpEOL ctermfg=245
hi phpStringDelim ctermfg=94
hi phpDelimiter ctermfg=160
hi phpFunctions ctermfg=221 cterm=bold
hi phpBoolean ctermfg=172 cterm=bold
hi phpOperator ctermfg=215
hi phpMemberSelector ctermfg=138 cterm=bold
hi phpParent ctermfg=227
hi DiffAdd ctermfg=231 ctermbg=71
hi DiffChange ctermfg=231 ctermbg=130
hi DiffText ctermfg=229 ctermbg=130 cterm=bold
hi DiffDelete ctermfg=231 ctermbg=88
hi StatusLineNC cterm=bold ctermfg=240 ctermbg=234
hi StatusLine cterm=bold ctermfg=231 ctermbg=236
hi User1 cterm=bold ctermfg=244 ctermbg=236
hi User2 cterm=bold ctermfg=196 ctermbg=236
hi User3 cterm=bold ctermfg=244 ctermbg=236
hi User4 cterm=bold ctermfg=202 ctermbg=236
hi User5 cterm=bold ctermfg=178 ctermbg=236
hi User6 cterm=bold ctermfg=242 ctermbg=236 cterm=none
hi User7 cterm=bold ctermfg=242 ctermbg=236
" Highlight problematic whitespace (spaces before tabs)
hi RedundantSpaces ctermfg=214 ctermbg=160 cterm=bold
match RedundantSpaces / \+\ze\t/
Offline
archman-cro wrote:http://i43.tinypic.com/2hqvzt0.jpg
Nothing special, almost the same as in April. Just me failing to take a screenshot.
The terminal is urxvt.that is a cool wp, care to share?
Sure thing! Here: http://www.vladstudio.com/wallpapers/?c … kw=dreamer
Check others too!
Offline
edit: turns out imgur doesn't make thumbnails..
Uhh, yes it does. After you upload, look for a more sizes tab above the image, to the right.
Offline
Wow, can i have your Emerald theme!
Wow, this is simply amazing.
What wm? What theme?
Which icons?
Walpaper?Give as much detail as you can, please
Awesome desktop! Would you mind sharing your conky's ?
Yo. What are you using to display your bars? They look very nice!
Same thing --^ but with the log-thing at the left/bottom with the Arch logo.
Amazing. Can I have your config files of .openbox, two conky, tint2, icons, wallpaper, weather, bashrc, fonts config files?
Which video player/graphical viewer/file manager you run?
If yes, please mail me to metravkin <at> gmail.com.
Thanks in advance!
configs, please?
Sorry all for the delay, I've been busy lately.
You can get all the configs here: http://linode3.kiwilight.com/~dule.dulic/?page_id=54
@dcc24: compiz-standalone, rest is on the link
@travkin: thats smplayer, gpicview, thunar.
@teh: .conkyrc2 on the link (you need openlogos font, somewhere around the forum there was a modified version)
Last edited by karabaja4 (2010-05-06 22:04:04)
Offline
Offline
First time I've posted a screenshot. Running dwm/urxvt/vim. Custom 256-color vim color scheme. Wallpaper is a modified version of Vladstudio's Eos 6.
Clean:
http://thumbnails27.imagebam.com/7936/6 … 359287.gif
Busy:
http://thumbnails26.imagebam.com/7936/6 … 359291.gif
wow, is that vim?
Offline
edit
Last edited by vampt3k (2011-05-22 19:14:59)
Offline
Please don't post huge screenshots: it unecessarily wastes Arch's bandwidth and that of the people who visit these pages. There is clear guidance on this posted at the start of every month's thread AND stickied in this forum here: http://bbs.archlinux.org/viewtopic.php?id=61754
TIA
Offline
http://i41.tinypic.com/ixvwva.jpg
Using awesome pytyle tool. Very handy for browsing and instant messaging at once.
Pytyle looks like its exactly what I've been wanting; to have two workspaces in Openbox, the main one being regular/floating, and the other tiled with urxvt windows for dev work.
Offline
.Xdefaults, please?
Offline
First time I've posted a screenshot. Running dwm/urxvt/vim. Custom 256-color vim color scheme. Wallpaper is a modified version of Vladstudio's Eos 6.
Clean:
http://thumbnails27.imagebam.com/7936/6 … 359287.gif
Busy:
http://thumbnails26.imagebam.com/7936/6 … 359291.gif
How did you get that icon for the layouts in dwm?
Offline
Offline
Calm
http://i39.tinypic.com/v8fpc9.pngMessy
http://i39.tinypic.com/1shxg1.pngI have the same BG as someone here. Small world.
Could you share your irssi theme please ?
..or is this weechat
xmonad (based on brisbin33's config, awesome one), conkeror, urxvt and emacs.
would you share your PS1/bash prompt ?
.:[dotfiles]:.
Offline
i must know what you're running D: any and all details please.
Arch i686 User
xmonad :: xmobar :: urxvt :: vim
Offline
Pytyle looks like its exactly what I've been wanting; to have two workspaces in Openbox, the main one being regular/floating, and the other tiled with urxvt windows for dev work.
Yep, it's nice. Do give it a try if you haven't already!
Offline
Uploaded with ImageShack.us ----- wallpaper
Uploaded with ImageShack.us ---- laptop
Last edited by scorpdevil (2010-05-07 08:30:51)
Offline
Cool, could you please share your tmux config? I like what you've done with the "hardstatus string".
Offline
How did you get that icon for the layouts in dwm?
I added icons to the statusbar font itself. I've described how I did it here. I'm using the same solution for the statusbar as well to avoid dzen2.
I have a collection of bdf font icons for all the different dwm layouts (10 in total) as well as 48 other icons if you're interested.
Last edited by Lokaltog (2010-05-07 09:53:39)
Offline