1
0
Fork 0
mirror of https://github.com/vinceliuice/WhiteSur-icon-theme.git synced 2024-11-25 07:10:09 +00:00
MacOS Big Sur style icon theme for linux desktops
Find a file
2023-09-22 00:45:07 +02:00
.github/ISSUE_TEMPLATE update 2023-07-02 23:44:34 +08:00
alternative/apps [New] Folder type added, type material design blue. 2023-09-22 00:45:07 +02:00
bold Fixed #92 #91 2021-09-14 23:03:59 +08:00
bolder Fixed #92 #91 2021-09-14 23:03:59 +08:00
colors [New] Folder type added, type material design blue. 2023-09-22 00:45:07 +02:00
links Add some app icons 2023-09-11 22:55:27 +08:00
original Add some app icons and update big bur's icons 2020-07-26 10:42:37 +08:00
src [New] Folder type added, type material design blue. 2023-09-22 00:45:07 +02:00
templates [New] Folder type added, type material design blue. 2023-09-22 00:45:07 +02:00
.gitignore [Gitignore]Add gitignore file to remove vscode pushes and add new icon for nomachine. 2023-02-23 11:08:57 +01:00
alt-version.png update 2022-12-13 14:22:46 +08:00
AUTHORS Add some icons 2020-08-02 13:15:16 +08:00
bold-size.png Update bold-size.png 2021-07-06 21:12:16 +08:00
COPYING Initial commit 2020-07-22 22:32:28 +08:00
install.sh [New] Folder type added, type material design blue. 2023-09-22 00:45:07 +02:00
preview.png Update preview.png 2023-07-03 10:57:12 +08:00
preview01.png Update preview01.png 2023-07-03 10:53:54 +08:00
README.md Merge remote-tracking branch 'upstream/master' 2023-09-11 22:36:42 +02:00

Logo WhiteSur Icon Theme

MacOS Big Sur like icon theme for linux desktops

Donate

If you like my project, you can buy me a coffee:

PayPal donate button

Install tips

Usage: ./install.sh [OPTIONS...]

OPTIONS:
-d, --dest Specify theme destination directory (Default: $HOME/.local/share/icons)
-n, --name Specify theme name (Default: WhiteSur)
-t, --theme Specify theme color variant(s) [default/purple/pink/red/orange/yellow/green/grey/all] (Default: blue)
-a, --alternative Install alternative icons (redesigned MacOS default icons)
-b, --bold Install bold panel icons version
-r,--remove,-u,--uninstall Uninstall (remove) icon themes
-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"

Note for flatpaks: To use these icons, change icon names inside /var/lib/flatpak/exports/share .desktop file.

For more information, run: ./install.sh --help

alt

bold

Bold version suggested use in High resolution display like 4k display with 200% scale!

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 :
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 :
[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
  1. 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"

Requirement

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 2