From 684af5fc8fb631da7991db9c1fc2ed5947863ebc Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 14 May 2023 19:13:46 +0200 Subject: [PATCH] Dotfiles config update (2023-05-14) --- .config/i3/display-tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/display-tools.py b/.config/i3/display-tools.py index 30216fc..b27685a 100755 --- a/.config/i3/display-tools.py +++ b/.config/i3/display-tools.py @@ -50,7 +50,7 @@ class MainWindow: print('# Run ~/.config/i3/startxrandr.sh') command = "killall startwlrrandr.sh" os.system(command) - command = "~/.config/sway/startwlrrandr.sh &" + command = " ~/.config/i3/startxrandr.sh &" os.system(command) def exec_command3(self): @@ -59,7 +59,7 @@ class MainWindow: os.system(command) def exec_command4(self): - print('# Start/Restart nwg-wrapper (conky sway)') + print('# Start/Restart Conky i3') command = "killall conky && sleep 1" os.system(command) command = "conky -c ~/.config/conky/conkyrc_i3 &"