mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
poetry lock and script update
This commit is contained in:
parent
4a18fa6337
commit
3cd50fe831
3 changed files with 489 additions and 473 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import wx
|
||||
#!/usr/bin/env python
|
||||
import wx
|
||||
import wx.adv
|
||||
import tempfile
|
||||
from PIL import Image, ImageDraw
|
||||
|
|
@ -119,6 +120,7 @@ class Konawall(wx.adv.TaskBarIcon):
|
|||
dialog.Destroy()
|
||||
# Set some arbitrary defaults
|
||||
self.rotate = True
|
||||
self.source = "konachan"
|
||||
self.interval = 10*60
|
||||
self.tags = ["rating:s"]
|
||||
self.logging = {}
|
||||
|
|
@ -345,4 +347,4 @@ def main():
|
|||
app.MainLoop()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue