-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdack.1
More file actions
44 lines (37 loc) · 1.05 KB
/
dack.1
File metadata and controls
44 lines (37 loc) · 1.05 KB
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
.Dd 2025-10-10
.Dt DACK 1
.Os dusk
.Sh NAME
.Nm dack
.Nd configurable wallpaper setter
.Sh SYNOPSIS
.Nm
.Op Fl c Ar dack.cfg
.Sh DESCRIPTION
.Nm
is a configurable wallpaper setter that can apply a variety of filters
on a wallpaper image during runtime.
As an example the desktop background image could be made black and white
while the source image remains unchanged.
Details on filters can be found in the configuration file.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl c, -cfg Ar dack.cfg
This allows for a specific configuration file to be used at runtime.
.br
Note that a plain filename will be considered relative to the ~/.config/dack/
.br
or XDG_CONFIG_HOME equivalent directory, so use full path if the file lives
.br
elsewhere.
.El
.Sh EXIT STATUS
.Ex -std
.Sh CUSTOMIZATION
.Nm
can be customized via runtime configuration dack.cfg placed in
~/.config/dack/ or XDG_CONFIG_HOME equivalent.
Optionally a configuration file can be specified using the
DACK_CONFIG_PATH environment variable.
A configuration file passed
as a command line argument will take precedence.