diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-20 19:49:39 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-20 19:49:39 +0100 |
commit | 095720f4d0564cc99711881a242e9d9404b18361 (patch) | |
tree | 65b29153e891ed502e37750151232621c294a9a9 /.config/qtile | |
parent | 90ab4ce61941f21bc572d04dbe0857b68185fe4a (diff) |
Added missing script for checking for updates on Void
Diffstat (limited to '.config/qtile')
-rw-r--r-- | .config/qtile/keys.py | 2 |
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", ), |