From 095720f4d0564cc99711881a242e9d9404b18361 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 20 Oct 2023 19:49:39 +0100 Subject: Added missing script for checking for updates on Void --- .config/qtile/keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index 27d1576..e7deae9 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -203,7 +203,7 @@ keys = [ ), # Install updates Key([mod, "control"], "u", - lazy.spawn(home + "/.local/bin/statusbar/arch-updates.sh key-update"), + lazy.spawn(home + "/.config/qtile/statusbar/void-updates.sh key-update"), desc="Install updates", ), -- cgit v1.2.3