progzone122 / warp-cloudflare-gui-rust

A GUI application based on warp-cli for linux written in Rust
GNU General Public License v3.0
14 stars 1 forks source link

Can we please have app icon from dependency and not water mark #3

Closed ghost closed 1 month ago

ghost commented 1 month ago

so install -Dm644 "$srcdir/watermark.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/warp-gui.png"
Makes this icon on right:

image

It does not look right on Gnome DE. But warp-gui installs cloudflare-warp-bin Which has a good looking icon on left. Can you use that icon as app icon. Or at least fix current icon to look good on all scales of icon. As 48x48 is not good for Gnome DE.

Like this Icon=zero-trust-orange

ghost commented 1 month ago

Or make .svg file so it will scale to any size

progzone122 commented 1 month ago

That's a good idea! Thanks for the suggestion to use the zero-trust-orange icon

progzone122 commented 1 month ago

Improved!