mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-19 16:03:49 -04:00
bin: Add simple scripts to start our gui and apps
This commit is contained in:
parent
a00788ac07
commit
1d1c0ce63a
4
bin/g13-clock
Executable file
4
bin/g13-clock
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import g13gui.applets.clock
|
||||||
|
g13gui.applets.clock.main()
|
4
bin/g13-profiles
Executable file
4
bin/g13-profiles
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import g13gui.applets.profiles
|
||||||
|
g13gui.applets.profiles.main()
|
4
bin/g13gui
Executable file
4
bin/g13gui
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import g13gui.main
|
||||||
|
g13gui.main.main()
|
Loading…
Reference in New Issue
Block a user