diff --git a/.config/py3status/config b/.config/py3status/config new file mode 100644 index 0000000..9090b0e --- /dev/null +++ b/.config/py3status/config @@ -0,0 +1,15 @@ +order += mpris +order += volume_status +order += battery_level +order += clock + +volume_status { + command = 'pactl' + volume_delta = 1 + +} + +clock { + format = "{Europe/Tallinn}" + time_format = "{icon} +%Y-%m-%d %H:%M:%S" +}