-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtgoeswall.1
46 lines (44 loc) · 1.24 KB
/
tgoeswall.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" Text automatically generated by txt2man
.TH TGOESWALL 1 tgoeswall\-VERSION
.SH NAME
\fBtgoeswall \fP- Tiny GOES Dynamic Wallpaper
\fB
.SH DESCRIPTION
This script downloads one image every 10 minutes from GOES server, and applyes it as your wallpaper.
.PP
help: tgoeswall \fB-h\fP
.SH OPTIONS
.TP
.B
\fB-r\fP
download image by a given \fBresolution\fP(available: 678, 1808, 5424, 10848).
.TP
.B
\fB-t\fP
download thumbnail \fBimage\fP(the smallest image).
.TP
.B
\fB-l\fP
download latest \fBimage\fP(the biggest image).
.SH USAGE
You can change some configurations of tgoeswall service by editing a file placed in /etc/tinytools/tgoeswall.conf.
The options available are:
.IP \(bu 3
path: path that the tgoeswall service will use to download the GOES \fBimage\fP(preferably /tmp/).
.IP \(bu 3
resolution: resolution of the image to be downloaded, it can be 678, 1808, 5424 or 10848.
.IP \(bu 3
feh_args: args that will be used by feh. Check feh manpage to see the options available.
.PP
The default options can be seen as follows:
.PP
.nf
.fam C
path:/tmp/tgoeswall/
resolution: 1808
feh_args: --bg-max
.fam T
.fi
This script doesn't persist images for too long because they can be huge \fBfiles\fP(greater than 72MB sometimes).
.RE
.PP