From 84d079f08e70b144fe0471e458fb3739ac6af274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Sun, 17 Jul 2022 15:53:55 +0300 Subject: [PATCH] nowplaying plugin uses new Rust program --- source_polybar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_polybar.py b/source_polybar.py index 081096d..3ec0cb9 100755 --- a/source_polybar.py +++ b/source_polybar.py @@ -52,8 +52,8 @@ def main(): [module/music] type = custom/script - exec = /home/ferit/scripts/nowplaying.sh - tail = true + exec = /home/ferit/scripts/nowplaying + tail = false interval = 2 click-left = playerctl play-pause