Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge main and change readme
  • Loading branch information
Sourcastic committed Mar 11, 2024
commit 6cb451b996d037da28aaa2eb7e159618ba5447bb
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@


## Notes
1. To get a modern, more consistent look, install the [Lightly application style](https://github.com/Luwx/Lightly) and select it from System Settings > Appearance > Application Style > Lightly.
2. If you encounter an error similar to 'connection refused' while running the installation script, it may be due to store.kde.org being down or issues with your internet connection.

## Licensing
The theme makes modifications to [doncsugar's](https://github.com/doncsugar) [lightly plasma style](https://github.com/doncsugar/lightly-plasma). It is licensed under GPL 3.0 and as such, all the changes to the plasma theme are also licensed under GPL. The MIT License still applies to the color scheme, splash screen and the window decorations theme.
If you encounter an error similar to 'connection refused' while running the installation script, it may be due to store.kde.org being down or issues with your internet connection.


## 💝 Current Maintainer
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ EOF
cd ./dist || exit
tar -cf "$GLOBALTHEMENAME".tar.gz "$GLOBALTHEMENAME"
kpackagetool6 -i "$GLOBALTHEMENAME".tar.gz
cp -r $GLOBALTHEMENAME $LOOKANDFEELDIR
cp -r "$GLOBALTHEMENAME" "$LOOKANDFEELDIR"
)

# Build SplashScreen
Expand All @@ -381,7 +381,7 @@ GetCursor() {
wget -q -P ./dist https://github.com/catppuccin/cursors/releases/download/v0.2.0/Catppuccin-"$FLAVOURNAME"-"$ACCENTNAME"-Cursors.zip
wget -q -P ./dist https://github.com/catppuccin/cursors/releases/download/v0.2.0/Catppuccin-"$FLAVOURNAME"-Dark-Cursors.zip
(
cd ./dist
cd ./dist || exit
unzip -q Catppuccin-"$FLAVOURNAME"-"$ACCENTNAME"-Cursors.zip
unzip -q Catppuccin-"$FLAVOURNAME"-Dark-Cursors.zip
)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.