commit imagepaths on /usr/local/share

This commit is contained in:
2025-07-26 21:54:28 +02:00
parent d7c4c0088b
commit a0da1f501c
34 changed files with 352 additions and 164 deletions

View File

@@ -58,7 +58,7 @@ if __name__ == "__main__":
style = ttk.Style(root)
root.tk.call('source', f"{theme_path}/water.tcl")
try:
root.tk.call('set_theme', 'light')
root.tk.call('set_theme', 'dark')
except tk.TclError:
pass
root.mainloop()