Dotfiles config update (2023-05-14)

This commit is contained in:
q3aql 2023-05-14 19:13:46 +02:00
parent bbd072576b
commit 684af5fc8f

View File

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