Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gma/remtheme

Removes an installed WindowMaker theme
https://github.com/gma/remtheme

Last synced: 28 days ago
JSON representation

Removes an installed WindowMaker theme

Awesome Lists containing this project

README

        

remtheme - remove a Window Maker theme

Author: Graham Ashton
Date: 13/01/99

System requirements
-------------------

Perl (I have 5.004_04 - I've not tried it with earlier versions)
Window Maker (obviously)

Installation
------------

I'd recommend you install remtheme by typing (as root);

% cp remtheme /usr/local/bin

but it doesn't matter where you put it really. Just make sure that the first
line of the script points to the location of your perl interpreter.

Read the docs in the script itself with Perl's perldoc utility;

% perldoc remtheme

You can convert them into a proper manpage (if you prefer) by doing something
like;

% pod2man ./remtheme > /usr/local/man/man1/remtheme.1