From e34bf0766ef3c6f105b06d09e0295d94c62dc881 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Fri, 1 Mar 2024 18:42:34 -0500 Subject: [PATCH] Update pkg.list --- .config/pkg.list | 1 + .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/pkg.list b/.config/pkg.list index 19a3146..3f7f3b6 100644 --- a/.config/pkg.list +++ b/.config/pkg.list @@ -184,6 +184,7 @@ signal-desktop simple-scan sof-firmware spotify-player +spotify-player-debug spotify-tui spotifyd starship diff --git a/.config/qtile/config.py b/.config/qtile/config.py index f42cea0..067707b 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -76,7 +76,7 @@ def parse_task_text(text): text = text.replace(" - qutebrowser", "") text = text.replace(" - Discord", "") text = text.replace(" - Chromium", "") - text = text.replace(" - Obsidian v1.4.12", "") + text = text.replace(" - Obsidian v1.5.8", "") return text