Go to file
Ian Santopietro 682a932c06
Merge pull request #90 from pop-os/position-speakers
Position speakers
2021-09-29 13:01:33 -06:00
.github chore(meta): Update issue template to help get more useful issues 2020-01-14 16:06:48 -07:00
Pop Merge remote-tracking branch 'origin/master' into position-speakers 2021-09-29 10:54:29 -06:00
Pop-Dark Copy work into early alpha branch 2019-01-29 11:05:32 -07:00
debian fix(deb): Add install file for icon theme 2021-01-11 12:08:32 -07:00
meson Copy work into early alpha branch 2019-01-29 11:05:32 -07:00
src Merge remote-tracking branch 'origin/master' into position-speakers 2021-09-29 10:54:29 -06:00
.gitattributes Update Makefile (see commit description) 2017-09-24 16:49:58 +03:00
.gitignore Ignore a build artefact 2019-03-19 09:57:53 -06:00
AUTHORS Copy work into early alpha branch 2019-01-29 11:05:32 -07:00
COPYING Copy work into early alpha branch 2019-01-29 11:05:32 -07:00
LICENSE Copy work into early alpha branch 2019-01-29 11:05:32 -07:00
README.md Address code review points from Jacob Kauffmann (@jacobgkau) 2021-07-13 08:50:06 +01:00
meson.build Stop installing Pop-Dark icons. 2019-04-17 10:37:09 -06:00
paper-icon-theme.doap Copy work into early alpha branch 2019-01-29 11:05:32 -07:00
pop-icon-theme.spec Copy work into early alpha branch 2019-01-29 11:05:32 -07:00

README.md

Pop_Icons

Pop_Icons is the icon theme for Pop!_OS. It uses a semi-flat design with raised 3D motifs to help give depth to icons.

Pop_Icons take inspiration from the Adwaita GNOME Icons.

Copying or Reusing

This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).

The icon assets (any and all source .svg files or rendered .png files) are licenced under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.

Included scripts are free software licenced under the terms of the GNU General Public License, version 3.

When reusing this work please include a proper attribution:

"Pop Icons" by System76 is licensed under CC-SA-4.0

Downloading Pop

It is recommended to install Pop_Icons through your system package manager, e.g.:

sudo apt update
sudo apt install pop-icon-theme

If your OS does not package Pop_Icons, you can install them from git:

git clone https://github.com/pop-os/icon-theme pop-icon-theme
cd pop-icon-theme
meson build
sudo ninja -C "build" install

By default it installs to /usr/, but you can specify a different directory with a prefix like /usr/local or $HOME/.local, for example:

meson -Dprefix=$HOME/.local build
ninja -C "build" install

After which you should be able to pick Pop as your icon or cursor theme in GNOME Tweaks, or you can set either from a terminal with:

# set the icon theme
gsettings set org.gnome.desktop.interface icon-theme "Pop"
# or the cursor theme
gsettings set org.gnome.desktop.interface cursor-theme "Pop"

Uninstalling Pop

To uninstall Pop, simply run the following. (If you installed it without superuser priveleges just omit the sudo.)

sudo ninja -C "build" uninstall

Once uninstalled you can reset your icon and cursor theme to the default setting by running the following.

# reset icon theme to default
gsettings reset org.gnome.desktop.interface icon-theme
# reset cursor theme to default
gsettings reset org.gnome.desktop.interface cursor-theme

Missing Icons & Requests

You can file an icon request as a GitHub issue. Filing an icon request or reporting a missing icon, please take care in providing the following useful information:

  • A screenshot of your issue or an image of the original icon you are requesting to be themed
  • The file name for the missing icon or the requested icon, for example image-adjust.svg or system-shutdown.svg

Note: Pop does not supply icons for third-party applications, only those which come with Pop!_OS.

Donate & Support

Pop_Icons use Sam Hewitt's Paper icons as an arcitechtural base, although the icon artwork is new. If you would like to support development by making a donation you can do so here or by becoming a supporter on Patreon or Liberapay. 😊