From owner-freebsd-questions@FreeBSD.ORG Fri Oct 15 23:43:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 499BD1065673 for ; Fri, 15 Oct 2010 23:43:23 +0000 (UTC) (envelope-from mnorwick@centurytel.net) Received: from mail960c35.nsolutionszone.com (mail960c35.nsolutionszone.com [209.235.152.150]) by mx1.freebsd.org (Postfix) with ESMTP id F06018FC14 for ; Fri, 15 Oct 2010 23:43:22 +0000 (UTC) X-Authenticated-User: mnorwick.centurytel.net Received: from blacky.norwickhouse.net (174-124-34-153.dyn.centurytel.net [174.124.34.153]) (authenticated bits=0) by mail960c35.nsolutionszone.com (8.13.6/8.13.1) with ESMTP id o9FNhJmG028807 for ; Fri, 15 Oct 2010 23:43:21 GMT Message-ID: <4CB8E5FD.4010502@centurytel.net> Date: Fri, 15 Oct 2010 18:38:37 -0500 From: "Michael D. Norwick" User-Agent: Thunderbird 2.0.0.24 (X11/20100630) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4CB89AD2.2040005@centurytel.net> <20101015212755.GB83261@orange.esperance-linux.co.uk> In-Reply-To: <20101015212755.GB83261@orange.esperance-linux.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=iIcw97Q+eQ1D81EQALF4mu53sRtfq8vPcYUIyeuB6hU= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=6K5lWtwHIF2yPAJMhta/+Q==:17 a=sicNkm2ilUt0cpzxprEA:9 a=6Cr2GDuVA1je1514QdAA:7 a=pZqy0sx2wOSaPJVk4csY9VGYRdMA:4 a=wPNLvfGTeEIA:10 a=6K5lWtwHIF2yPAJMhta/+Q==:117 Subject: Re: How to load fluxbox themes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 23:43:23 -0000 Frank Shute wrote: > On Fri, Oct 15, 2010 at 01:17:54PM -0500, Michael D. Norwick wrote: > >> Good day; >> >> How does one load a downloaded fluxbox theme? I have unpacked a nice >> vermaden authored theme into >> .fluxbox/flux-themes but that is where I am stuck. >> >> fluxbox ver. 1.1.1 from ports >> >> What goes in the .fluxbox/styles directory? >> >> T.I.A. >> >> > > [frank@orange:frank/.fluxbox] > $ ls -F > apps fbrun_history keys-dis menu~ startup > backgrounds/ init keys~ overlay styles/ > fbpager init~ lastwallpaper pixmaps/ windowmenu > fbpager~ keys menu slitlist > [frank@orange:frank/.fluxbox] > $ ls -F styles > blackwood/ blue_curve/ cherry/ skulls/ > [frank@orange:frank/.fluxbox] > $ ls -F styles/cherry > theme.cfg theme.cfg~ > [frank@orange:frank/.fluxbox] > $ ls -F backgrounds/ > cherry.png curves.jpg skulls.jpg wood1280x1024.jpg > [frank@orange:frank/.fluxbox] > $ > > The above gives you an idea if where everything belongs. > > theme.cfg has a line calling the background. E.g: > > background: fullscreen > background.pixmap: ~/.fluxbox/backgrounds/cherry.png > > > Regards, > > Again, Thank You, for your kind response. I was hoping for a more lightweight desktop environment compared to KDE4. Yet, with reduced overhead comes more manual configuration. Michael