summarylogtreecommitdiffstats
path: root/settings.toml
diff options
context:
space:
mode:
authorAndy Brennan2023-06-05 21:40:08 -0600
committerAndy Brennan2023-06-05 21:40:08 -0600
commit2c4bd0e1696f6d8059fb167d87c5cd69bd5ae4fb (patch)
tree1edd3c46bf4aad10b8d36c32569a96c34b4d786f /settings.toml
parent9599e5a93d18086b2c3e1eb4a1299e45b34d8fc5 (diff)
downloadaur-2c4bd0e1696f6d8059fb167d87c5cd69bd5ae4fb.tar.gz
Update settings.toml with new entries
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml17
1 files changed, 13 insertions, 4 deletions
diff --git a/settings.toml b/settings.toml
index 97199465b40b..658edcd92a42 100644
--- a/settings.toml
+++ b/settings.toml
@@ -31,7 +31,16 @@ polling_interval = 1500
# Network interface name used in network I/O stat bar
# To find values for this config, use the `ip link` command
# net_interface_name = "eth0"
-# hwmon sensor array & sensor name used in temperature stat bar
-# To find values for these configs, use the `sensors` command
-# hwmon_name = "asus_wmi_sensors"
-# hwmon_sensor_name = "CPU Temperature"
+# 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"
+
+[gif]
+# /!\
+# Please note that it is a relative path, so once compiled, please
+# copy the gifs folder to the current directory
+path = "gifs/sample_1.gif"
+# This only works if the gif feature is passed in the build instructions
+# It supports any gifs (even in color, but it will only display in black and white)
+# If your gif doesn't fit in the screen, you can go to any gif resizer (like this one https://redketchup.io/gif-resizer )
+# and resize your gif to the screen resolution (128 pixels in width and 40 pixels in height)