-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsettings.toml
51 lines (46 loc) · 1.84 KB
/
settings.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
[interval]
# The interval at which the screen should automatically change
# set to 0 if you don't want it to change automatically
refresh=45
[clock]
enabled = true
# Set this to the highest priority so it will start with the clock
# priority = 1
# Enables a twelve hour clock instead of the 24hr one
# Defaults to your local format if unset
# twelve_hour = false
[mpris2]
enabled = true
# Set this so web browsers like Firefox or Chrome don't steal the focus of your real music player
# You can check what to put here by using tools like D-Feet
# preferred_player = "Lollypop"
[coindesk]
enabled = true
# Valid choices are "gbp", "usd" and "eur"
# Default is USD
currency = "eur"
[sysinfo]
enabled = true
# The polling interval for system stats in milliseconds.
polling_interval = 1500
# The maximum value for the net I/O stat bar (in MiB), used for scaling its fill
# net_load_max = 100
# The maximum value for the cpu frequency stat bar (in GHz), used for scaling its fill
# cpu_frequency_max = 7
# The maximum value for the temperature stat bar (in degC), used for scaling its fill
# temperature_max = 100
# Network interface name used in network I/O stat bar
# To find values for this config in Linux, use the `ip link` command
# net_interface_name = "eth0"
# sensor name used in temperature stat bar
# To find values for this config in Linux, use the `sensors` command
# sensor_name = "asus_wmi_sensors CPU Temperature"
[image]
enabled = true
# /!\
# Please note that it is a relative path, so once compiled, please
# copy the images folder to the current directory
path = "images/sample_1.gif"
# This only works if the image feature is passed in the build instructions
# It supports all those formats : https://github.com/image-rs/image/tree/8824ab3375ddab0fd3429fe3915334523d50c532#supported-image-formats
# (even in color, but it will only display in black and white)