Dotfiles config update (2023-05-14)
This commit is contained in:
parent
bbd072576b
commit
684af5fc8f
|
@ -50,7 +50,7 @@ class MainWindow:
|
||||||
print('# Run ~/.config/i3/startxrandr.sh')
|
print('# Run ~/.config/i3/startxrandr.sh')
|
||||||
command = "killall startwlrrandr.sh"
|
command = "killall startwlrrandr.sh"
|
||||||
os.system(command)
|
os.system(command)
|
||||||
command = "~/.config/sway/startwlrrandr.sh &"
|
command = " ~/.config/i3/startxrandr.sh &"
|
||||||
os.system(command)
|
os.system(command)
|
||||||
|
|
||||||
def exec_command3(self):
|
def exec_command3(self):
|
||||||
|
@ -59,7 +59,7 @@ class MainWindow:
|
||||||
os.system(command)
|
os.system(command)
|
||||||
|
|
||||||
def exec_command4(self):
|
def exec_command4(self):
|
||||||
print('# Start/Restart nwg-wrapper (conky sway)')
|
print('# Start/Restart Conky i3')
|
||||||
command = "killall conky && sleep 1"
|
command = "killall conky && sleep 1"
|
||||||
os.system(command)
|
os.system(command)
|
||||||
command = "conky -c ~/.config/conky/conkyrc_i3 &"
|
command = "conky -c ~/.config/conky/conkyrc_i3 &"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user