Commit Graph

222 Commits

Author SHA1 Message Date
Adrian Garnier 3126c6a3f6 docs(src): renamed bitmaps to fullcolor. 2023-06-23 15:34:00 -06:00
Adrian Garnier b340d53411 docs(cursors): Fixed the csscursors.html link. 2023-06-23 15:34:00 -06:00
Ian Santopietro d6828ec1ac fix: render icon changes 2023-06-13 15:04:07 -06:00
Ian Santopietro a223256633 feat: add window-stack symbolic icon to theme 2023-06-12 13:13:52 -06:00
Ian Santopietro 83cfb57273 fix(fullcolor): fix missing kotlin subicon 2022-10-04 10:45:40 -06:00
Ian Santopietro e673235f15 fix(fullcolor): ensure source file is set up correctly 2022-09-30 13:50:24 -06:00
Ian Santopietro 91766eade0 feat(fullcolor): add icon for text-x-kotlin mimetype 2022-09-28 10:10:17 -06:00
Ian Santopietro b91bec3670 feat(scalable): add icons for vpn-noroute and vpn-disabled 2022-08-09 12:47:50 -06:00
Ian Santopietro e982fd7de3 docs(symlinks): update README for symlinks 2022-08-08 16:08:02 -06:00
Ian Santopietro 0084badff7 docs(cursors): Update docs for cursors 2022-08-08 16:07:42 -06:00
Ian Santopietro c815841858 docs(scalable): update docs for symbolic icons 2022-08-08 16:01:08 -06:00
Ian Santopietro e27eb04183 docs(fullcolor): update fullcolor icons readme with up-to-date information 2022-08-08 15:57:06 -06:00
Ian Santopietro c3488fdf39 fix(fullcolor): rename 'bitmap' to 'fullcolor'
These aren't actually bitmaps anymore, so we should just call them fullcolor
2022-08-08 14:44:07 -06:00
Ian Santopietro d58c941604 fix(panel): remove panel icons
We don't render these, they don't need to be there. Pretty much every panel
icon is just a symbolic anyway, and these aren't included in the final theme
output.
2022-08-05 13:19:58 -06:00
Ian Santopietro edeba6bd50 fix(render-bitmaps): improve rendering scripts
* Automatically render modified source icons
* Improve command output to add more information without clutter
* Reduce unnecessary output to reduce clutter
2022-08-05 13:16:30 -06:00
Ian Santopietro e790af7a8d fix(bitmaps): add icons for bluetooth status 2022-08-04 11:56:51 -06:00
Ian Santopietro cf85aeb35e fix(generate-symlinks): improve command output
Suppress the symlink deletion, as it's generally not relevant and spams
up the output.
2022-08-01 19:56:25 -06:00
Ian Santopietro 39f3514617 fix(symlinks): fix errant symlinks
These were deleting files from the icon theme, causing them to be
re-rendered every time and then get deleted during the symlink pass.
This fixes this issue
2022-08-01 19:56:25 -06:00
Ian Santopietro f01207a6e5 fix(master-render): improve command output 2022-08-01 19:45:19 -06:00
Ian Santopietro c97a085ccd fix(render-bitmaps): improve bitmap rendering script
* Source files with multiple icons will no longer re-render even if they exist.
2022-08-01 19:45:19 -06:00
Ian Santopietro 4c2c4af8aa chore(render): render updated cursors 2022-08-01 19:45:19 -06:00
Ian Santopietro 17d413c78a fix(cursors): udpate artwork with Pop theming 2022-08-01 19:45:18 -06:00
Ian Santopietro c8b14907fb fix(cursors): add cursors to master rendering script and update
Updates the cursors with current upstream Yaru cursors and allows
them to be rendered throgh the master-render script.
2022-08-01 19:45:18 -06:00
Ian Santopietro 7e4e17fbf6 Merge branch 'screen-lock-contrast' into audio-card-subicon 2022-07-27 13:07:55 -06:00
Ian Santopietro d0345d4a67 fix(bitmaps): update audio-card subicon to new volume icon 2022-07-22 14:38:26 -06:00
Ian Santopietro cbf7be8a0a fix(bitmaps): increase contrast of system-lock-screen subicon 2022-07-22 10:36:06 -06:00
Ian Santopietro 2e56954221 fix(symbolic): add missing network-wireless-disabled
Fixes: 118
2022-07-12 16:02:54 -06:00
Ian Santopietro 781abc3693 fix(symbolic): fix squares issue with certain symbolic weather icons 2022-05-27 16:09:51 -06:00
Ian Santopietro 0972281401 fix(color): align text on certain package icons with pixel grid 2022-05-09 13:28:39 -06:00
Ian Santopietro a536110f7b docs(bitmaps): add notes explaining new changes to icon rendering 2022-05-05 11:56:27 -06:00
Ian Santopietro 75a976e54e fix(icons): convert icons to new format for auto-pruning
Required to ensure that icons do not contain all the icons of their source
files, which drastically reduces the icon sizes.

Also fixes some errors where icons were not being rendered with the new auto
pruning. Finally, all of the broken symlinks have been removed.
2022-05-04 16:08:47 -06:00
Ian Santopietro 52c35e4103 fix(bitmaps): updates to render script to remove errant SVG data 2022-04-20 10:05:46 -06:00
Ian Santopietro d0c47689e2 fix(render): add lots of SVG optimization
Adds optimization using svgo and scour
2022-04-13 16:40:00 -06:00
Ian Santopietro cf2d1ab388 fix(symbolics): fix black squares
This required tweaking pretty much every icon in the main file.
All of the problematic icons have been fixed.
2022-03-14 14:17:18 -06:00
Ian Santopietro e59cf06588 fix: ensure system can load 2x icons on HiDPI
These can be symlinks to the normal files since they're now SVG,
but we still need to point to them
2022-03-10 13:02:27 -07:00
Ian Santopietro f5a2a95d0b fix(rendering): remove outdated scaled icons
We used to have to provide icons at 2x scale to handle HiDPI screens.
Since we're now doing SVG icons, we can eliminate all of these and
save further space.
2022-02-14 17:51:15 -07:00
Ian Santopietro c415623a54 fix(rendering): allow rendering out to SVG 2022-02-11 15:22:38 -07:00
Ian Santopietro b01852568e fix(scalable): redesign of overamplified 2021-11-17 09:00:42 -07:00
Brock 76bba70b06 fix: volume icon when over-amplified 2021-11-17 09:00:42 -07:00
Ian Santopietro 26856443be fix(bitmaps): remove master navigation arrows
This should force applications to fallback to symbolic icons, which
will be automatically recolored.
2021-10-13 19:14:39 -06:00
Ian Santopietro bec86b2167
feat(scalable): sync the volume status icons with new speakers (#92)
* feat(scalable): sync the volume status icons with new speakers

Synchronizes the new Surround Speaker symbolic icons to the other
speaker-metaphor icons in the theme. This ensures we don't have
weird mismatches in our use of metaphors, plus the new icons have
more of a "Pop" feel (rounded corners, bubbly). Also reworks the
overaplified metaphor.

Fixes #43

* chore(render): render modified symbolic icons

Co-authored-by: Ian Santopietro <ian@pop-os.localdomain>
2021-09-30 10:46:19 -06:00
Ian Santopietro 41b8957f4c Merge remote-tracking branch 'origin/master' into position-speakers 2021-09-29 10:54:29 -06:00
Ian Santopietro c0f467d24d
fix(scalable): add symbolic icon for display (#91)
* fix(scalable): add symbolic icon for display

Icon is a clone of "video-display-symbolic" to fit into the
'display-symbolic' metaphor used in GNOME Screenshot

* fix(scalable): fix bad rendering of new icon

* chore(render): render master icon file

Co-authored-by: Ian Santopietro <ian@pop-os.localdomain>
2021-09-28 15:22:48 -06:00
Ian Santopietro fcf075bd83 fix(scalable): add testing versions of surround speakers 2021-09-28 14:56:25 -06:00
Ian Santopietro 6aaf9617b8 fix(symbolic): add symbolic surround-sound speaker icons 2021-09-28 12:34:46 -06:00
Ian Santopietro 99043be08c
Fix battery icons (#89)
* fix(scalable): add new battery status icons to master file

* fix(scripts): fix symbolic icon render script

* fix(scalable): Add revised battery icons to master file

* chore(render): render updated symbolic icons

* fix(scalable): fix issue with master file causing bad rendering

* chore(render): render fixed (non-square) icons

Co-authored-by: Ian Santopietro <ian@pop-os.localdomain>
2021-09-27 12:36:30 -06:00
Ian Santopietro 2844483e1f
New window symbolic icon (#82)
* feat(symbolic): add new-window-symbolic icon to master file

* feat(symbolic): render modified master file

* Revert "feat(symbolic): render modified master file"

This reverts commit 544d2ecc66.

* feat(symbolic): Render master file with new-window icon
2021-06-24 09:37:59 -06:00
Ian Douglas Scott c3a5355ad9
fix: Update cursor theme to current Yaru version (#81)
Assumes we have/want no changes relative to Yaru for the cursor theme. I
believe that's correct.

Yaru commit 4f1d31c5d4de784e9671cadf1303a9ba14f9f0cd, for what it's
worth.

Fixes https://github.com/pop-os/gnome-control-center/issues/155
2021-03-24 10:17:58 -07:00
Ian Santopietro e38218ce45 fix(color-select): symbolic icon was doubled, causing icon to be transparent
Fixes #69
2020-10-06 15:00:12 -06:00
Ian Santopietro faae62ced5 fix: Re-add missing symbolic icons
It appears that some of our symbolic icons got removed at some point. This puts them back in place.
2020-02-26 10:05:03 -07:00