1
0
Fork 0
mirror of https://github.com/vinceliuice/WhiteSur-icon-theme.git synced 2024-10-16 19:50:11 +00:00
WhiteSur-icon-theme/README.md
alvatip 4c43d195cf FIX #58 - Authy
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.
2021-06-06 17:36:32 +02:00

32 lines
1 KiB
Markdown

<img src="https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/logo.png" alt="Logo" align="right" /> 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
## Preview
![1](preview.png)
![2](preview01.png)