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