diff --git a/debian/changelog b/debian/changelog
index 5845906aa127dd52ef1dcff111daa50573dd9f87..56550a3770f087e31199050370a67a5361ade1e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+reform-tools (1.3) UNRELEASED; urgency=medium
+
+  * waybar/config: pass arguments to reform-compstat
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org>  Mon, 21 Feb 2022 20:57:47 +0100
+
 reform-tools (1.2) reform; urgency=medium
 
   * rename etc/motd -> etc/motd-full to avoid conflict with existing /etc/motd
diff --git a/etc/skel/.config/waybar/config b/etc/skel/.config/waybar/config
index 4152cefb8a15658bd2f0971b33716ea03f82e788..89c9794fcdd3a9cb038cb96511eb5c97889c6afa 100644
--- a/etc/skel/.config/waybar/config
+++ b/etc/skel/.config/waybar/config
@@ -59,7 +59,7 @@
         "format": "{}",
         "max-length": 20,
         "interval": 0,
-        "exec": "reform-compstat",
+        "exec": "reform-compstat -d 1 -i 0.3",
         "on-click": "gnome-system-monitor"
     }
 }