we can do most of the stuff in the python rewrite, screen size getting 
move dock 
get dock height
now just need to bring it together
This commit is contained in:
neon443
2025-03-15 15:20:36 +00:00
parent 90376a0857
commit 329f972afb
5 changed files with 104 additions and 32 deletions

View File

@@ -0,0 +1,20 @@
{
"actions" : {
"run" : {
"postActions" : [
{
"script" : ". *Py\/venv\/bin\/activate\npython3 *Py\/main.py",
"type" : "runScript"
}
]
}
},
"extension" : {
"identifier" : "net.danwatson.Python",
"name" : "Python"
},
"extensionTemplate" : "virtualenv",
"extensionValues" : {
"script" : "DockPhobiaPy\/main.py"
}
}