View previous topic :: View next topic |
Author |
Message |
Tharo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 44
|
Posted: Sat Apr 02, 2005 2:21 pm Post subject: Hintergrunde bei Fluxbox |
|
|
Hmmm ich suche einen Hintergrundmananger der mir pro work panel einen anderen hintergrund erlaubt (also in meinem Fall bis zu 6 Stück)
gibt es sowas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pablo_supertux Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/gallery/Mario/Mario_-_Yoshi2.gif)
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sat Apr 02, 2005 3:25 pm Post subject: |
|
|
Danach habe ich auch gesucht. Fluxbox hat leider sowas nicht (zumindest nichts in den man pages) _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tharo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 44
|
Posted: Sat Apr 02, 2005 3:29 pm Post subject: |
|
|
Soll ja nich das Problem sien kann man ja was externes benutzen aber auch da fand ich nichts..
Und ich bin wirklich nicht gut genug in linux coding um solche sachen wie "welches fenster" haben wir einzuhacken. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Pamino Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_tiny_tim.gif)
Joined: 07 Apr 2004 Posts: 281 Location: 127.0.0.1
|
Posted: Sat Apr 02, 2005 9:03 pm Post subject: |
|
|
Wenn ich euch richtig verstehe wollt ihr für jede Workspace einen anderen Hintergrund?
* x11-misc/fluxspace
Latest version available: 0.0.3-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 2,176 kB
Homepage: http://fluxspace.sourceforge.net/
Description: Enhancements for workspace management within Fluxbox.
License: GPL-2
Ansonsten versteh ich nicht was ein Work Panel sein soll. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tharo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 44
|
Posted: Sun Apr 03, 2005 10:32 am Post subject: |
|
|
Okay. Installiert - Sample xml datei ausm cvs gezogen weil sie irgendwie nicht da war - Einstellungen gemacht.
X fährt hoch, weder Hintergrundbild noch fluxbox menü zu sehen. Muss per Tastatur abgebrochen werden.
Grund dafür?
Code: | <?xml version="1.0"?>
<!-- This is a sample fluxspace configuration file. Enable modules
by substituting "yes" for "no" in appropriate module enable
attributes. Place your customized configuration in ~/.fluxbox .
-->
<!-- All the options listed below for the "fluxspace" tag are optional.
Reasonable defaults are used. -->
<fluxspace
width="64"
framewidth="4"
rowgap="2"
antialias="no"
normalfont="lucidasans-10"
smallfont="lucidasans-8"
largefont="lucidasans-12">
<!-- Painter module - Different wallpaper for each workspace -->
<!-- Painter module - Different wallpaper for each workspace -->
<painter enable="yes">
<wallpaper workspace="0" image="~/pictures/backgrounds/woods.jpg"/>
<wallpaper workspace="1" image="~/pictures/backgrounds/freeme.jpg"/>
<wallpaper workspace="2" image="~/pictures/backgrounds/seetoftheend.jpg"/>
<wallpaper workspace="3" image="~/pictures/backgrounds/eighterinoreighteru.jpg"/>
</painter>
<!-- Rox Filer module - provides panels and pinboards -->
<rox enable="no">
<!-- Per-workspace Rox panel -->
<panel position="left"/>
<!-- Per-workspace Rox pinboard (desktop icons) -->
<!-- Note: if you want desktop icons consider idesk instead of the
pinboard. The pinboard can make the Fluxbox root menu
misbehave. See README. But if you want pinboards remove the
comment surrounding the line below. -->
<!--
<pinboard/>
-->
</rox>
<!-- Idesk module - for desktop icons on each workspace -->
<idesk enable="no"/>
<!-- Runner module - command execution -->
<runner enable="yes">
<!-- Global startup commands -->
<program command="wmCalClock"/>
<program command="wmtop"/>
<program command="wmmixer -w"/>
<program command="wmcliphist"/>
<program command="wmweather+ -station KSEA"/>
<program command="gkrellm -w"/>
<!-- Per-workspace dockapps -->
<program workspace="0" command="wmdrawer -c ~/.wmdrawer/main"/>
<program workspace="1" command="wmdrawer -c ~/.wmdrawer/net"/>
<program workspace="2" command="wmdrawer -c ~/.wmdrawer/app"/>
<program workspace="3" command="wmdrawer -c ~/.wmdrawer/play"/>
</runner>
<!-- Tracer module - event tracing -->
<tracer enable="no"/>
<!-- Clock module - displays digital clock
The time and date formats are optional. Useful defaults will be
chosen. Each line accepts a strftime date or time format string. See
"man strftime". Defaults to preferred locale time and date formats
(%X and %x).s Empty <line/> elements display as blank lines. -->
<!-- Plain default clock -->
<clock enable="no"/>
<!-- Customized clock
The "size" attribute can be "large", "normal" or "small".
The "color" attribute can be any X Window color name or number. -->
<clock enable="no">
<line format="%H:%M:%S" size="large" color="yellow"/>
<line format="%a %m/%d" color="green"/>
</clock>
<!-- Separator module - adds blank vertical space
The "height" attribute specifies the height in units.
The "unit" attribute can be "pixel", "large", "normal" or "small".
The unit defaults to "pixel". -->
<separator height="4" unit="pixel" enable="no"/>
<!-- IMAP module - monitors IMAP mailboxes
IMPORTANT: plaintext passwords should be protected by setting this
file's permissions to 0600!!
The mailbox "size" can be "large", "normal" or "small". It defaults
to "normal".
The mailbox "color" attribute can be any X Window color name or
number.
Unnamed mailboxes substitute the folder tag.
Empty <mailbox/> elements display blank lines. -->
<imap enable="no"
host='mail.myhost.com'
login="mylogin"
password="mypassword"
newcolor="red"
seencolor="green"
unseencolor="yellow">
<mailbox folder="Inbox" size="large" color="cyan"/>
<mailbox folder="Inbox.lists.fluxbox" name="Fluxbox"/>
<mailbox folder="Inbox.lists.rox" name="Rox"/>
</imap>
</fluxspace>
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|