Commit graph

48 commits

Author SHA1 Message Date
Jeremy Soller
2c697e8e97
Merge pull request #47 from pop-os/revert-jump-actions
Revert "chore: add jump action icons"
2026-04-29 12:47:05 -06:00
Ashley Wulber
2e8629c93a Revert "chore: add jump action icons"
This reverts commit 1490b1b73d.
2026-04-29 13:27:58 -04:00
Ashley Wulber
1490b1b73d chore: add jump action icons 2026-04-29 17:16:45 +02:00
Ashley Wulber
6fafded5ed chore: add plugged-into-power-symbolic 2026-04-15 01:25:45 +02:00
Levi Portenier
eb1c1da0f5
Merge pull request #43 from pop-os/new-icon
chore: add view-actual-size-symbolic
2026-04-10 08:36:49 -06:00
Ashley Wulber
f93cb9734c chore: add view-actual-size-symbolic 2026-04-09 17:35:53 -04:00
Ashley Wulber
5252095787 chore: add new action icons
fixes #40
2026-03-03 23:30:08 +01:00
Jeremy Soller
668a7acb6c Add pull request template 2026-02-13 12:35:27 -07:00
Jeremy Soller
cd30ffd509
Merge pull request #37 from norepro/fix/missing-sizes
fix: missing directory data for some theme dirs
2025-12-10 13:42:33 -07:00
norepro
34333b3658 fix: missing directory data for some theme dirs
Commit 49a1762 added many directories to the `Directories` field as
well as corresponding directory entries for most, but not all, of the
new entries.

The missing entries manifest as Gtk warnings when doing some operations
via command line, e.g. opening an image using `open`.

```
$ open rainbow-0.png
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable/emotes of theme Cosmic has no size field
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable/legacy of theme Cosmic has no size field
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable/ui of theme Cosmic has no size field
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable-up-to-32/status of theme Cosmic has no size field
```

Add directory entries for the missing sections.

Fixes #36
2025-12-07 15:49:57 -08:00
Vukašin Vojinović
70b07582e2 chore: add startup applications icons
Also updates the accessibility icon and some mimetypes.
2025-09-16 00:59:53 +02:00
Vukašin Vojinović
0b2aed444d chore: add settings applications page icons 2025-03-21 17:53:05 +01:00
Ian Douglas Scott
705d398286 Add pin-symbolic icon 2025-02-25 17:04:42 +01:00
Vukašin Vojinović
52ad55cba5 chore: update places icons 2025-01-10 15:27:12 -05:00
Jeremy Soller
3fdc2175c1
Merge pull request #23 from git-f0x/master
Add new NavBar icons
2024-10-02 15:51:55 -06:00
Vukašin Vojinović
88ea379833 chore: add navbar icons 2024-10-02 22:55:14 +02:00
Michael Aaron Murphy
341c84467f
feat: add window-pop-out-symbolic 2024-09-09 19:01:31 +02:00
Vukašin Vojinović
fe691ea937 chore: add connection-secure-symbolic 2024-09-07 01:40:15 +02:00
Vukašin Vojinović
3e00b1f21d chore: add networking symbolic icons 2024-09-07 01:17:11 +02:00
Vukašin Vojinović
ea9e3b8cf1 chore: update places icons 2024-08-16 21:30:43 +02:00
Vukašin Vojinović
33c43d7bc5 fix: symbolic icon size
Normalizes symbolic icon sizes to 16x16 to match designs.
2024-08-15 12:54:42 +02:00
Vukašin Vojinović
370c386d2e chore: update status icons 2024-08-15 12:54:42 +02:00
Jeremy Soller
b1f4c272e1
Merge pull request #14 from git-f0x/master
Reduce symbolic icon background opacity to 0
2024-08-13 10:09:29 -06:00
Jeremy Soller
9627e0c365
Merge pull request #16 from git-f0x/settings-page-icons
Add more settings page icons
2024-08-13 10:08:18 -06:00
Vukašin Vojinović
d1077a6ffa chore: add settings page icons 2024-08-13 18:05:30 +02:00
git-f0x
f93dcdfa10 fix: add missing settings icons 2024-08-04 15:40:45 +02:00
git-f0x
694ca964db fix: reduce symbolic icon background opacity to 0
Some icons had an opacity of 0.012.
2024-08-03 02:31:31 +02:00
git-f0x
ecef115e2b fix: reduce symbolic icon background opacity to 0 2024-08-03 02:07:28 +02:00
Vukašin Vojinović
73be037ba2
feat: add preferences icons for cosmic-settings pages 2024-07-17 18:33:39 +02:00
Ashley Wulber
8d7e8cf647 fix: center go-* icons 2024-07-17 11:16:53 -04:00
Jeremy Soller
9aad1ab6d5
Merge pull request #11 from pop-os/add-non-symbolic
feat: add non-symbolic icons from Pop icon theme
2024-05-21 09:20:30 -06:00
Ashley Wulber
0e57e881b4
feat: add non-symbolic icons from Pop icon theme 2024-05-20 19:22:35 -04:00
Jeremy Soller
f48101c38d
Merge pull request #9 from pop-os/index-theme-syntax
Fix incorrect syntax by commenting out comment
2024-05-02 08:00:57 -06:00
Jeremy Soller
2ec831951c
Fix incorrect syntax by commenting out comment 2024-05-02 07:58:36 -06:00
Ashley Wulber
ee87327736 fix: missing icons 2024-02-22 14:53:10 -05:00
Jeremy Soller
edd405ed84
Depend on pop-icon-theme 2024-02-07 10:07:55 -07:00
Ashley Wulber
49a1762c95 chore: expand index.theme
during icon lookup, it uses the first index.theme it finds, (I assume only when the eventually chosen theme with the icon doesn't have an index.theme?) we should include all the standard directories in our theme even if we don't use them.
2024-01-23 16:23:28 -05:00
Jeremy Soller
1e328dacc1
Merge pull request #5 from pop-os/fix-close-menu
Rename close-menu to close-menu-symbolic
2023-11-28 13:16:38 -07:00
Jeremy Soller
a666fab797
Rename close-menu to close-menu-symbolic 2023-11-28 13:13:37 -07:00
Ashley Wulber
14d8e20480 fix: inherit from Pop icon theme 2023-08-30 11:12:51 -04:00
Ashley Wulber
8f12604ad1 chore: add index 2023-08-30 11:12:51 -04:00
Ashley Wulber
c5be99a591 chore: add nix flake 2023-08-30 11:12:51 -04:00
Ashley Wulber
9d323de95c chore: add window-swap-symbolic 2023-08-28 14:21:07 -04:00
Ashley Wulber
0dcc9d5a7a
Extra jammy (#1)
* chore: extra icons

* chore(extra): remove preferences icons

These can be included with the settings application. I don't think any other applications will use them.

* chore(extra): remove app-library icon

This can be included with the app-library application and others that might want it.

* chore(extra): remove org.gnome.* icons

Not many cosmic applications should require these icons

* chore(extra): remove gnome-*

Cosmic apps shouldn't need these icons

* chore(extra): remove some app icons

Cosmic apps shouldn't need these icons

* chore(extra): remove some positional speaker icons

Most Cosmic apps shouldn't need these icons

* chore(extra): remove graphics icon

Only the graphics applet needs this icon as far as I can tell

* chore(extra): remove window tiled and floating icons

Only the window management applet needs these icons as far as I can tell

* chore(extra): remove airplane mode icons

Only the network applet might need these icons as far as I can tell

* chore(extra): remove bluetooth status icons

Only the bluetooth applet might need these icons as far as I can tell

* chore(extra): remove display brightness status icons

Only the power applet might need these icons as far as I can tell

* chore(extra): remove display notifications status icons

Only the notifications applet might need these icons as far as I can tell

* chore: move bluetooth-symbolic to devices
2023-08-07 11:56:01 -04:00
Ashley Wulber
06ac0d7f7f
cleanup debian copyright 2023-07-31 19:07:30 -04:00
Ashley Wulber
3d1c7be2c6
fix: remove install-extra step for now 2023-07-31 19:04:58 -04:00
Ashley Wulber
a449de9413
chore: add .gitignore 2023-07-31 14:29:28 -04:00
Ashley Wulber
089158f297
first commit 2023-07-31 14:27:41 -04:00