Metadata-Version: 2.1
Name: konfchanger
Version: 0.1
Summary: A CLI tool to backup/restore configuration files
Home-page: https://github.com/SB-Jr/konfigchanger
Author: Shrijit Basak(SB-Jr)
Author-email: shrijitbasak@gmail.com
License: UNKNOWN
Keywords: backup restore configuration config files
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7.7
Description-Content-Type: text/markdown
Requires-Dist: Click

# KDE Timed Theme
This project is a small command line utility that can be used to schedule or easily hopp between KDE themes customizations.
Main use case is to Toggle Light and Dark theme based on time.

# TODO
 - [x]Backup current theme
 - [x]Restore a named theme
   - [ ]Restore with backing up current theme
   - [x]Restore without backing up current theme
 - [ ]Schedule theme changes
 - [ ]Add back/restore options for Applications
   - [ ]Atom
   - [ ]Chrome
   - [ ]Latte Dock
   - [ ]Vim
   - [ ]Konsole
- [ ]Provide configuration file to give options on different kind of backup and restore
- [x]Provide options to add folder/files to add for back/restore thus entending to uncovered applications and settings
- [ ]Provide option to listen to events and change configurations based on the change


