• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Pop/H11-Jan-2021-943758

Pop-Dark/H11-Jan-2021-3124

debian/H11-Jan-2021-212118

meson/H11-Jan-2021-117

src/H11-Jan-2021-4,2653,616

AUTHORSH A D11-Jan-2021248 85

COPYINGH A D11-Jan-2021467 96

LICENSEH A D11-Jan-202119.5 KiB425328

README.mdH A D11-Jan-20213.1 KiB7850

meson.buildH A D11-Jan-2021281 1310

paper-icon-theme.doapH A D11-Jan-2021819 2118

pop-icon-theme.specH A D11-Jan-20211.7 KiB5836

README.md

1Pop_Icons
2================
3
4Pop_Icons is the icon theme for Pop!_OS. It uses a semi-flat design with raised 3D motifs to help give depth to icons.
5
6Pop_Icons take inspiration from the Adwaita GNOME Icons.
7
8## Copying or Reusing
9
10This 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).
11
12The 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](https://creativecommons.org/licenses/by-sa/4.0/).
13
14Included scripts are free software licenced under the terms of the [GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.txt).
15
16When reusing this work please include a proper attribution:
17
18> "[Pop Icons](http://github.com/pop-os/icon-theme)" by [System76](http://system76.com/) is licensed under [CC-SA-4.0](http://creativecommons.org/licenses/by-sa/4.0/)
19
20## Downloading Pop
21
22It is recommended to install Pop_Icons through your system package manager, e.g.:
23
24```
25sudo apt update
26sudo apt install pop-icon-theme
27```
28
29If your OS does not package Pop_Icons, you can install them from git:
30
31```
32git clone https://github.com/pop-os/icon-theme pop-icon-theme
33cd pop-icon-theme
34meson build
35sudo ninja -C "build" install
36```
37
38By default it installs to `/usr/` but you can specify a different directory with a prefix like: `/usr/local` or `$HOME/.local`.
39
40After 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:
41
42```bash
43# set the icon theme
44gsettings set org.gnome.desktop.interface icon-theme "Pop"
45# or the cursor theme
46gsettings set org.gnome.desktop.interface cursor-theme "Pop"
47```
48
49### Uninstalling Pop
50
51To uninstall Pop, simply run the following. (If you installed it without superuser priveleges just omit the  `sudo`.)
52
53```bash
54sudo ninja -C "build" uninstall
55```
56
57Once uninstalled you can reset your icon and cursor theme to the default setting by running the following.
58
59```bash
60# reset icon theme to default
61gsettings reset org.gnome.desktop.interface icon-theme
62# reset cursor theme to default
63gsettings reset org.gnome.desktop.interface cursor-theme
64```
65
66## Missing Icons & Requests
67
68You can file an icon request as a [GitHub issue](https://github.com/pop-os/icon-theme/issues/new). Filing an icon request or reporting a missing icon, please take care in providing the following useful information:
69
70 - A screenshot of your issue or an image of the original icon you are requesting to be themed
71 - The file name for the missing icon or the requested icon, for example `image-adjust.svg` or `system-shutdown.svg`
72
73Note: Pop does not supply icons for third-party applications, only those which come with Pop!_OS.
74
75## Donate & Support
76
77Pop_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](https://snwh.org/donate) or by becoming a supporter on [Patreon](http://patreon.com/snwh/) or [Liberapay](http://liberapay.com/snwh/). 😊
78