From 1cb735dd499258b4879cdd79dd7a1504f29b6f52 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Fri, 3 May 2024 21:44:40 -0400 Subject: Made qtile script for reloads in $HOME/git/qtile/bin/. --- cusmodules/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cusmodules/colors.py') diff --git a/cusmodules/colors.py b/cusmodules/colors.py index 295fbd4..25a1f1a 100755 --- a/cusmodules/colors.py +++ b/cusmodules/colors.py @@ -35,7 +35,7 @@ def setColor(home, color_dir, choice, **kwargs): #run(['qtile', 'shell', '-c', 'restart()']) #run(['kill', '-SIGUSR1', os.popen('pidof qtile').read().strip('\n')]) - run(['qtile', 'shell', '-c', 'reload_config()']) + run([f'{home}/git/qtile/bin/qtile', 'shell', '-c', 'reload_config()']) run([f'{home}/.local/bin/pywalfox', 'update']) return 0 -- cgit v1.2.1