Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gma/remtheme
- Owner: gma
- Created: 2011-06-11T13:22:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-11T13:22:38.000Z (over 13 years ago)
- Last Synced: 2023-04-10T08:57:35.942Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
remtheme - remove a Window Maker theme
Author: Graham Ashton
Date: 13/01/99System 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