
use these settings in ~/.fluxbox/init for best results:
session.screen0.toolbar.tools: nextworkspace, iconbar, systemtray, workspacename, clock
gtk2: http://gnome-look.org/content/show.php?content=46287
wall: http://vermaden.rox.pl/gfx/wallpapers/flat_black.jpg
font: http://vermaden.rox.pl/tmp/verfonts.tar.gz
icon: http://box-look.org/content/show.php?content=64025
Ratings & Comments
11 Comments
What font in the editor? And what editor? What font in the system? Thanks
nice vim config !!! can You paste it here ?!
Of course mate, here it goes. ~/.vimrc ------------------------------------------------ " -- < GENERAL >-- " set nocompatible set backspace=indent,eol,start set smartindent set nobackup set number set nowrap set history=32 set ruler set showcmd set incsearch set hlsearch set tabstop=8 set shiftwidth=8 set paste set ruler " --< COLORS / SYNTAX >-- " syntax on colorscheme tango " --< TABS BINDINGS >-- " map <C-t> :tabnew<CR> map <C-w> :tabclose<CR> map <C-left> :tabp<CR> map <C-right> :tabn<CR> map <C-home> :tabfirst<CR> map <C-end> :tablast<CR> ------------------------------------------------ ~/.Xdefaults ------------------------------------------------ !black *color0: #222222 *color8: #554444 !red *color1: #884422 *color9: #cc5533 !green *color2: #778800 *color10: #88aa22 !yellow *color3: #887733 *color11: #aa9955 !blue *color4: #5555aa *color12: #7777aa !magneta *color5: #885500 *color13: #996600 !cyan *color6: #8866cc *color14: #9977dd !white *color7: #bbaa99 *color15: #ddccaa ------------------------------------------------ I also use this tango color scheme: http://www.vim.org/scripts/script.php?script_id=1686
I don't know how to set the GTK2 theme :( It is set in Gnome and works fine, but not in fluxbox. If I start the gnome-settings-daemon, it loads all the other stuff from the gnome session too. I also noticed that in Google the search bar is black, which is very annoying... Can you provide a patch or something? Thanks!
I did not created GTK2 theme, I just used ready one from here, talk to its author about any problems: http://gnome-look.org/content/show.php?content=46287
What file manager is this?
It is Nautilus from Gnome: http://en.wikipedia.org/wiki/Nautilus_(file_manager)
and where is link to wallpaper? ;)
Thanks. Added, along with other info ;)
I see your themes all over the forums...about time they showed up here =)
This one is about several hours old, the place that it occured first is http://box-look.org ;)