# comments are ignored # whitespace should be, too... str pluginpath = "/home/martine/projects/further/plugins/" str datapath = "/home/martine/projects/further/data/" str fontpath = "/usr/share/fonts/truetype" str background = "bluebridge.jpg" font basefont = "tahomabd", 8 font openingfont = "tahomabd", 12 color basecolor = 200, 200, 200, 150 color highlightcolor = 255, 255, 255, 255 color barbg = 50, 50, 70, 255 color barfg = 80, 80, 110, 255 plugin launcher = "launcher/launcher.so" str launcher.rc = "/home/martine/.further/launcher" plugin mail = "mail/mail.so" str mail.clientcmdline = "gnome-terminal -e mutt -t mutt" plugin cpustats = "cpustats/cpustats.so" color cpustats.usercolor = 102, 113, 200, 255 val cpustats.barwidth = 100 val cpustats.barheight = 10 plugin switcher = "switcher/switcher.so" plugin xmms = "xmms/xmms.so" plugin clock = "clock/clock.so" # note that i'm overriding the font... font clock.basefont = "tahomabd", 12 str clock.dateformat = "%A, %d %B %G" str clock.timeformat = "%I:%M"