A program that lets you save your Plasma configuration in an instant!
Project description
Konsave (Save Plasma Customization)
A CLI program that will let you save and apply your KDE Plasma customizations with just one command! Also, it has a "K" in the name :D
Dependencies
There is only PyYaml
as dependency, which will be installed automatically by pip.
Also make sure your python version is above 3.9
.
Installation
Install from PyPI
python -m pip install konsave
Usage
Get Help
konsave -h
or konsave --help
Save current configuration as a profile
konsave -s <profile name>
or konsave --save <profile name>
Overwrite an already saved profile
konsave -s <profile name> -f
or konsave -s <profile name> --force
List all profiles
konsave -l
or konsave --list
Remove a profile
konsave -r <profile id>
or konsave --remove <profile id>
Apply a profile
konsave -a <profile id>
or konsave --apply <profile id>
You may need to log out and log in to see all the changes.
Export a profile as a ".knsv" file to share it with your friends!
konsave -e <profile id>
or konsave --export-profile <profile id>
Import a ".knsv file
konsave -i <path to the file>
or konsave --import-profile <path to the file>
Contribution
You can contribute by reporting issues or fixing bugs!
License
This project uses GNU General Public License 3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for Konsave-1.0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22df7834cad670b20d6bd85238c9844837751c88942fe24bf5f716bebca0f308 |
|
MD5 | 0a4b674fd4366fb886e2f850b5ee3fe0 |
|
BLAKE2b-256 | 91253b3c64143b5db200ee91e0ae0b9d1f1a85aa09f7f86d6876704b19f89aa0 |