├── README.md ├── data ├── keys.py ├── main.py ├── ui_hotkeys.py ├── ui_overlay.py ├── ui_preferences.py └── ui_sundpood.py ├── icon.ico ├── launcher.py ├── pics ├── Dark theme.png ├── Light theme.png ├── Rachila theme.png └── banner.jpg ├── requirements.txt └── themes ├── Dark Theme.qss ├── Light Theme.qss └── Rachila Theme.qss /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/README.md -------------------------------------------------------------------------------- /data/keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/data/keys.py -------------------------------------------------------------------------------- /data/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/data/main.py -------------------------------------------------------------------------------- /data/ui_hotkeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/data/ui_hotkeys.py -------------------------------------------------------------------------------- /data/ui_overlay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/data/ui_overlay.py -------------------------------------------------------------------------------- /data/ui_preferences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/data/ui_preferences.py -------------------------------------------------------------------------------- /data/ui_sundpood.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/data/ui_sundpood.py -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/icon.ico -------------------------------------------------------------------------------- /launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/launcher.py -------------------------------------------------------------------------------- /pics/Dark theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/pics/Dark theme.png -------------------------------------------------------------------------------- /pics/Light theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/pics/Light theme.png -------------------------------------------------------------------------------- /pics/Rachila theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/pics/Rachila theme.png -------------------------------------------------------------------------------- /pics/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/pics/banner.jpg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/requirements.txt -------------------------------------------------------------------------------- /themes/Dark Theme.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/themes/Dark Theme.qss -------------------------------------------------------------------------------- /themes/Light Theme.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/themes/Light Theme.qss -------------------------------------------------------------------------------- /themes/Rachila Theme.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ninnjah/Sundpood/HEAD/themes/Rachila Theme.qss --------------------------------------------------------------------------------