-
Notifications
You must be signed in to change notification settings - Fork 1
/
example_config.toml
60 lines (43 loc) · 1.01 KB
/
example_config.toml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# All values held in this file can be changed to whatever you'd
# like in order to customize Draconis.
[main]
hostname = "john@homepc" # Defaults to system username@hostname
name = "John" # Defaults to system realname
[util]
width = 55
[greeting]
enabled = true
[icons]
enabled = true
kind = "normal" # normal or emoji
[time]
enabled = true
kind = "12h" # 12h or 24h
[weather]
enabled = true
[weather.values]
api_key = "abc123" # OpenWeatherMap API key
lang = "en" # Language code for weather
location = "New York" # Location to get weather for
units = "imperial" # Units to use for weather
[system]
[system.release]
enabled = true
[system.kernel]
enabled = true
[system.mem_usage]
enabled = true
free_before_used = false
[system.disk_usage]
enabled = true
free_before_used = true
[system.desktop_env]
enabled = true
[packages]
package_managers = ["pacman", "apt"] # pacman, apt, xbps, portage, apk, and/or dnf
[packages.package_count]
enabled = true
[packages.update_count]
enabled = true
[song]
enabled = true