From 7788649b754e9a49b88dbc66ca1dbc0a5edfc61c Mon Sep 17 00:00:00 2001 From: Rodrigo Ceccato de Freitas <29164832+rodrigo-ceccato@users.noreply.github.com> Date: Mon, 6 May 2024 09:58:49 -0300 Subject: [PATCH] update i3-bar config example --- terminal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/README.md b/terminal/README.md index 2685b9c..beba61f 100644 --- a/terminal/README.md +++ b/terminal/README.md @@ -3,7 +3,7 @@ Example of i3-status-rust config: ``` [[block]] block = "custom" -cycle = ["echo 🤫","easyPomo/terminal/easypomo_term.py"] +cycle = ["echo 🤫","easyPomo/terminal/easypomo_term.sh"] interval = 1 ```