aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/keys.py
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-20 19:49:39 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-20 19:49:39 +0100
commit095720f4d0564cc99711881a242e9d9404b18361 (patch)
tree65b29153e891ed502e37750151232621c294a9a9 /.config/qtile/keys.py
parent90ab4ce61941f21bc572d04dbe0857b68185fe4a (diff)
Added missing script for checking for updates on Void
Diffstat (limited to '.config/qtile/keys.py')
-rw-r--r--.config/qtile/keys.py2
1 files changed, 1 insertions, 1 deletions
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",
),