From 7bca7edd794490872118dbe74baab22e5a4a1ea5 Mon Sep 17 00:00:00 2001 From: Inhji Date: Fri, 20 Oct 2023 13:16:19 +0200 Subject: [PATCH] waybar: add now playing, window names --- config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index 5acccca..c3f010b 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -3,7 +3,7 @@ // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) "height": 32, // Waybar height (to be removed for auto height) - "modules-left": ["sway/workspaces", "sway/mode"], + "modules-left": ["sway/workspaces", "sway/window", "sway/mode"], "modules-center": ["custom/cmus"], "modules-right": ["tray", "custom/stat", "battery", "clock"], "custom/run": { @@ -51,7 +51,7 @@ "format": " {}", "max-length": 30, "interval": 1, - "exec": "cmus-remote -Q | grep 'tag title' | sed 's/tag title //g'" + "exec": "now-playing.sh" }, "custom/stat": { "format": "{}",