MY VILLE - FLOATMAN HOME PAGE

# My Personal Linux Stuff

I love GNU/Linux because it really can 'get your system'.
While I work using a Linux server, obviously at home I like something a bit funny without leaving my preferred light applications.
This is my first screenshot (click to enlarge) showing an empty desktop with Fluxbox, Conky and some icons managed by Idesk.

empty screen

I use a personal FB theme (called DarKling)...if you want something better done, do it by yourself :P Normally I used that theme with pseudo-transparency; you can find perfect values inside theme code.

# DarKling Theme
# Wallpaper
# conkyrc

Otherwise...I can't stay hours and hours watching my perfect theme :D
This is another screen showing some applications I'd like to speak about

some applications

On the left side you can see on top my Nano, showing one of my two scripts I use to manage (with Zenity interface) some boring Fluxbox action: creating icons with Idesk (the one you see) and changing background wallpaper.
I really like Nano for daily jobs and Geany or Emacs when I need something powerfull (...no, I don't like Vim), that means my .nanorc is almost complete.
Other three programs you can see are Mutt (bottom-left), Moc (top-right) and the perfect MidnightCommander (bottom-right). As you see I use to change colors because I don't want my poor brain to be bombed...

# ideskman (Idesk icon manager)
# bgchange (change background)
# nanorc
# muttrc (with colours)
# mymoc (Moc theme)
# And this is my [colors] section inside 'ini' file of MidnightCommander:
[Colors]
base_color=normal=black,white: selected=cyan,black: marked=black,cyan: executable=black,white: directory=black,white: link=black,white: device=black,white: special=black,white: core=black,white: menu=lightgray,black: menusel=black,lightgray: menuhot=cyan,black: menuhotsel=cyan,black: dnormal=lightgray,black: dfocus=black,lightgray: dhotnormal=black,lightgray: dhotfocus=cyan,black: helpnormal=lightgray,black: helpitalic=cyan,black: helpbold=cyan,black: helplink=black,lightgray: helpslink=black,cyan: editnormal=black,lightgray: editbold=cyan,black: editmarked=lightgray,black
xterm=
color_terminals=


That's all. I hope it would be usefull ^^