4c43d195cf
Add Authy icon as requested in #58. Modify the README.md. I noticed that the snaps icons are not following the theme. This is because their .desktop is pointing to somewhere else, but not to the usual places. An alternative is to copy the .desktop from /var/lib/snapd/desktop/applications/name-of-snap-application.destop into the local $HOME/.local/share/applications/ and modify the Icon= line to point to the right one. This allow therefore a backup (original .desktop) as well as avoid making change to these file, as each update of the snaps will probably override these .desktop file, but not the copy in the home folder.
1 KiB
1 KiB
WhiteSur Icon Theme
MacOS Big Sur like icon theme for linux desktops
Install tips
Usage: ./install.sh
[OPTIONS...]
OPTIONS: | |
---|---|
-d, --dest | Specify theme destination directory (Default: $HOME/.themes) |
-n, --name | Specify theme name (Default: WhiteSur) |
-h, --help | Show this help |
Note for snaps: To use these icons with snaps, the best way is to make a copy of the application's .desktop located in
/var/lib/snapd/desktop/applications/name-of-the-snap-application.desktop
into$HOME/.local/share/applications/
. Then use any text editor and change the "Icon=" to "Icon=name-of-the-icon.svg"
Requirment
You can use this with:
GTK theme
WhiteSur-gtk-theme: https://github.com/vinceliuice/WhiteSur-gtk-theme
KDE theme
WhiteSur-kde: https://github.com/vinceliuice/WhiteSur-kde