The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version fvwmdecordemos_1.7.tar.gz (711.0 kB)
Email in envelope

Get an email when there's a new version of FvwmDecorDemos

Home
Name Modified Size InfoDownloads / Week
fvwmdecordemos_1.7.tar.gz 2025-01-12 711.0 kB
fvwmdecordemos_1.6.tar.gz 2024-12-15 711.0 kB
README.txt 2024-12-15 2.5 kB
fvwmdecordemos_1.5.tar.gz 2023-11-18 607.7 kB
fvwmdecordemos_1.4.tar.gz 2023-05-19 555.8 kB
fvwmdecordemos_1.3.tar.gz 2023-05-16 555.0 kB
fvwmdecordemos_1.2.tar.gz 2023-05-15 554.8 kB
fvwmdecordemos_1.1.tar.gz 2023-05-13 551.8 kB
fvwmdecordemos_1.0.tar.gz 2023-05-10 466.0 kB
Totals: 9 Items   4.7 MB 0
WHAT THIS IS
FvwmDecorDemos is a collection of fancy window borders for FVWM. It's meant to
drop into an existing FVWM configuration while disturbing it as little as
possible.  Given the variety and complexity of FVWM configurations, that can't
really be automated.  You'll have to add a line or two to a file or two.

REQUIREMENTS
The fancy decors will work without, but in order to use the color-picker, you
need a couple of things.
- wish, to execute the pixelcapture GUI
- grabc, a small program that pixelcapture uses to get the pixels.
You can probably get these by installing packages:
  tk
  grabc

CONTENTS
Here's what the package consists of:
- decor-startup.fvwm, which defines functions and variables
- around 30 decor files specifying the window borders and related UI elements
- a popup menu to load the decors and functions
- a directory of small grapical files for the window buttons and borders
- pixelcapture,tcl, a script to capture pixel colors from the background

INSTALLATION
In your .fvwm configuration directory, unpack the FvwmDecorDemos tarball:

$ gtar zxf FvwmDecorDemos.tar.gz

CONFIGURATION
There are 3 edits you need to do:

 - In your main configuration file, add this line after where Styles are
   defined, since it will amend some of them.

   + I Read $./decor-setup.fvwm

 - If you want to use the color picker, in your main configuration file add
   this line to your StartFunction so that pixelcapture.tcl can talk to fvwm

   + I Module FvwmCommandS

 - In one of your menus, typically the one that selects backgrounds and so on,
   add the line

   + "Decors" Popup FancyDecors

NOTES about FvwmCommand
If you have both fvwm2 and fvwm3 installed, there's a possibility of getting
the wrong version of FvwmCommand, because whichever fvwm is running just grabs
the first one from your PATH. I do my best to guess the right one, but if you
consistently get broken-pipe errors from pixelcapture.tcl, look at the function
PickColorsFromBG in decor-setup.fvwm. You can edit the Exec to use the right
path for your installation.

Some versions of fvwm3 have Fvwm3Command instead of FvwmCommand,
so you'd substitute the command name accordingly.

TRANSPARENCY
A few of the decors are all about transparency. I put them in their own section
at the bottom of the menu. To see them in all their glory, you need to have a
compositor running. If you use a session manager like gnome or mate, it's
probably running. Otherwise you can start it by hand. On my Linux distro, the
compositor is called "compton."

Source: README.txt, updated 2024-12-15