Skip to content

Commit

Permalink
Changed the path from '~/.haxguru/konsave' to '~/.config/konsave'
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag2 committed Feb 28, 2021
1 parent bc9486a commit 405c7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions konsave
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -77,7 +77,7 @@ def list_profiles():

def save_profile(name):
'''
Saves necessary config files in ~/.haxguru/konsave/profiles/<name>
Saves necessary config files in ~/.config/konsave/profiles/<name>
'''
if name in list_of_profiles:
print_msg('Profile already exists')
Expand Down

0 comments on commit 405c7ea

Please sign in to comment.