From b1b31c89f7e3a98d25888b8f8e4e7780173a8981 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Date: Mon, 21 Feb 2022 20:57:40 +0100 Subject: [PATCH] etc/skel/.config/waybar/config: pass arguments to reform-compstat --- debian/changelog | 6 ++++++ etc/skel/.config/waybar/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5845906..56550a3 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 4152cef..89c9794 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" } } -- GitLab