From 73c65c3034e0cd056032432e7d8f74f2ce4eea14 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Wed, 7 Jun 2023 16:06:11 -0400 Subject: [PATCH] Update qtile/config.py --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 7e66ba7..5358ee5 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -6,7 +6,6 @@ r''' |_| \___/|___/_| |_|\__,_|_| \__, |\__|_|_|\___| |_| ''' - from subprocess import run, CalledProcessError from libqtile import bar, layout, widget, extension from libqtile.config import Click, Drag, Group, Key, KeyChord, Match, Screen, ScratchPad, DropDown @@ -62,6 +61,7 @@ def parse_task_text(text): text = text.replace(' - qutebrowser', '') text = text.replace(' - Discord', '') text = text.replace(' - Chromium', '') + text = text.replace(' - Obsidian v1.3.5', '') return text