diff --git a/README.md b/README.md index 75abb0f..a16bc15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# konsave (Save Plasma Customization) +# Konsave (Save Plasma Customization) A CLI program that will let you save and apply your KDE Plasma customizations with just one command! ![SS_2021-02-27_22-44-17](https://user-images.githubusercontent.com/39525869/109394503-5fb3e580-794d-11eb-8637-70e87e2b0c26.png) diff --git a/konsave b/konsave index 0248efa..a9d96a4 100755 --- a/konsave +++ b/konsave @@ -37,7 +37,7 @@ Options: argv = sys.argv[1:] home = os.path.expanduser('~') config_dir = home + '/.config/' -profiles_dir = home + '/.haxguru/konsave/profiles/' +profiles_dir = home + '/.config/konsave/profiles/' list_of_profiles = '' folder_names = ['gtk-2.0', 'gtk-3.0', 'Kvantum'] file_names = ['dolphinrc', 'konsolerc', 'kcminputrc', 'kdeglobals', 'kglobalshortcutsrc', 'klipperrc', 'krunnerrc', 'kscreenlockerrc', 'ksmserverrc', 'kwinrc', 'kwinrulesrc', 'plasma-org.kde.plasma.desktop-appletsrc', 'plasmarc', 'plasmashellrc', 'gtkrc', 'gtkrc-2.0'] @@ -77,7 +77,7 @@ def list_profiles(): def save_profile(name): ''' - Saves necessary config files in ~/.haxguru/konsave/profiles/ + Saves necessary config files in ~/.config/konsave/profiles/ ''' if name in list_of_profiles: print_msg('Profile already exists')