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 &"