mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Added Webull
This commit is contained in:
parent
25f653f6af
commit
fb2e5616c0
@ -26,4 +26,5 @@ def closed():
|
|||||||
return False
|
return False
|
||||||
if (openToday() and not closed()):
|
if (openToday() and not closed()):
|
||||||
print("Open")
|
print("Open")
|
||||||
os.system("i3-msg 'workspace 10; exec firefox --new-window robinhood.com'")
|
os.system("i3-msg 'workspace 10; exec firefox --new-window robinhood.com \
|
||||||
|
&& sleep 0.1 && firefox -new-tab app.webull.com/watch'")
|
||||||
|
@ -63,7 +63,7 @@ if not isProgramRunning(['music.youtube.com'], firefoxWindows, '10'):
|
|||||||
launchProgram('firefox --new-window music.youtube.com', '10')
|
launchProgram('firefox --new-window music.youtube.com', '10')
|
||||||
|
|
||||||
# Stocks
|
# Stocks
|
||||||
if not isProgramRunning(['Robinhood'], firefoxWindows, '10'):
|
if not isProgramRunning(['Robinhood', 'Webull'], firefoxWindows, '10'):
|
||||||
os.system('python ~/.config/scripts/launch-stocks-tracker.py')
|
os.system('python ~/.config/scripts/launch-stocks-tracker.py')
|
||||||
|
|
||||||
# Videos
|
# Videos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user