• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D24-Dec-2021250 1510

READMEH A D24-Dec-2021823 3624

apps.shH A D24-Dec-2021846 3114

make_screenshot.shH A D24-Dec-2021477 3021

make_screenshots.shH A D24-Dec-2021871 3626

normal-window.shH A D24-Dec-2021177 97

prep_config.shH A D24-Dec-20211.1 KiB3421

README

1These scripts are intended to automatically take screenshots of sawfish themes.
2
3To install/configure, do the following:
4
5  - Install dependencies:
6
7    # apt-get install cowsay xnest imagemagick xterm
8    # apt-get install feh
9    # apt-get install ... (more?)
10
11  - Add a test user to your system.
12
13    # adduser sawfish
14
15  - Set up your sawfish directory.
16
17    % su sawfish
18    % cd
19    % mkdir .sawfish
20    % cd .sawfish
21    % mkdir tarballs themes
22    % cp /path/to/theme/tarballs/*.tar.gz ~/.sawfish/tarballs
23
24  - Put these scripts in your path.
25
26    % mkdir ~/bin
27    % echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc
28    % cp /path/to/these/sawfish/scripts/* ~/bin
29
30Then, you should be able to actually run the scripts.
31
32  % mkdir ~/screenshots
33  % cd ~/screenshots
34  % make_screenshots.sh
35
36Scott (ToyKeeper) Scriven