2020-07-22 14:35:19 +00:00
< img src = "https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/logo.png" alt = "Logo" align = "right" / > WhiteSur Icon Theme
2020-07-22 14:32:28 +00:00
======
2020-07-22 14:36:02 +00:00
MacOS Big Sur like icon theme for linux desktops
2020-07-22 14:32:28 +00:00
## Install tips
Usage: `./install.sh` ** [OPTIONS...]**
| OPTIONS: | |
|:--------------------|:-------------|
|-d, --dest | Specify theme destination directory (Default: $HOME/.themes)|
2020-07-22 14:35:19 +00:00
|-n, --name | Specify theme name (Default: WhiteSur)|
2021-07-06 12:43:31 +00:00
|-t, --theme | Specify theme color variant(s) [default/purple/pink/red/orange/yellow/green/grey/all] (Default: blue)|
2022-12-13 06:22:46 +00:00
|-a, --alternative | Install alternative icons (redesigned MacOS default icons)|
2021-07-05 00:43:08 +00:00
|-b, --bold | Install bold panel icons version|
2021-07-20 15:07:49 +00:00
|--black | Black panel icons version|
2022-12-10 02:04:00 +00:00
|-r,--remove,-u,--uninstall | Uninstall (remove) icon themes|
2020-07-22 14:32:28 +00:00
|-h, --help | Show this help|
2021-07-06 13:05:04 +00:00
> **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"
2023-07-15 16:36:54 +00:00
**Note for flatpaks:** To use these icons, change icon names inside `/var/lib/flatpak/exports/share` .desktop file.
2021-07-06 12:43:31 +00:00
> For more information, run: `./install.sh --help`
2022-12-13 06:22:46 +00:00
![alt ](alt-version.png?raw=true )
2022-12-13 06:24:51 +00:00
2022-12-13 06:22:46 +00:00
![bold ](bold-size.png?raw=true )
2021-06-06 15:36:32 +00:00
2021-07-06 13:05:04 +00:00
> Bold version suggested use in `High resolution display` like 4k display with 200% scale!
2021-06-06 15:36:32 +00:00
2023-02-03 10:45:31 +00:00
### New Icons
To be able to change some icons :
1. create a new one, ideally in svg format
2. store it in place of : < *WhiteSur-icon-theme*>/src/apps/scalable/< *name_of_app*>
3. reinstall icon theme, *for example* :
```bash
sudo ./install.sh -a -b
```
##### AppImages
To apply **icons** for the AppImages :
1. create a new icon if it does not exists already, ideally in svg format
2. right click on the AppImage file
3. click on the icon on the top left corner
4. select the icon you want to have
To have the icon and the app in the launcher / taskbar and so on ... :
1. create a new icon if it does not exists already, ideally in svg format
2. create a .desktop file in : /home/lmunier/.local/share/applications/ folder with the following specifications *as example, for SuperSlicer* :
```bash
[Desktop Entry]
Encoding=UTF-8
Type=Application
Categories=Slicer;
Name=SuperSlicer
Comment=3D printing slicer.
Exec=< path_to_your_appimage >
Icon=/usr/share/icons/WhiteSur-dark/apps/scalable/super-slicer.svg
StartupNotify=false
Terminal=false
Hidden=false
StartupWMClass=SuperSlicer
```
3. StartupWMClass specification allows the OS to have the right icon when the program is running. If you do not know what to put :
1. open the program
2. do : Alt + F2
3. run command : lg
4. click on *"Windows"* tab
5. check the *"WMClass"* name and set it for *"StartupWMClass"*
2021-08-29 22:56:11 +00:00
## Requirement
2020-07-22 14:32:28 +00:00
You can use this with:
### GTK theme
2020-07-22 15:30:54 +00:00
WhiteSur-gtk-theme: https://github.com/vinceliuice/WhiteSur-gtk-theme
2020-07-22 14:32:28 +00:00
### KDE theme
2020-07-22 15:30:54 +00:00
WhiteSur-kde: https://github.com/vinceliuice/WhiteSur-kde
2020-07-22 14:32:28 +00:00
## Preview
2020-07-22 14:35:19 +00:00
![1 ](preview.png )
![2 ](preview01.png )