[gnome-control-center/wip/jimmac/panel-icons: 30/35] sound: add app icon
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/jimmac/panel-icons: 30/35] sound: add app icon
- Date: Fri, 28 Jan 2022 14:41:11 +0000 (UTC)
commit 56888346a22411f926500b48ab252f415bd454cb
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Jan 28 14:50:09 2022 +0100
sound: add app icon
See https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/163
panels/sound/gnome-sound-panel.desktop.in.in | 2 +-
panels/sound/icons/org.gnome.Settings-sound-symbolic.svg | 4 ++++
panels/sound/meson.build | 5 +++++
3 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/panels/sound/gnome-sound-panel.desktop.in.in b/panels/sound/gnome-sound-panel.desktop.in.in
index 68693772d..8b0286113 100644
--- a/panels/sound/gnome-sound-panel.desktop.in.in
+++ b/panels/sound/gnome-sound-panel.desktop.in.in
@@ -3,7 +3,7 @@ Name=Sound
Comment=Change sound levels, inputs, outputs, and alert sounds
Exec=gnome-control-center sound
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
-Icon=multimedia-volume-control
+Icon=org.gnome.Settings-sound-symbolic
Terminal=false
Type=Application
NoDisplay=true
diff --git a/panels/sound/icons/org.gnome.Settings-sound-symbolic.svg
b/panels/sound/icons/org.gnome.Settings-sound-symbolic.svg
new file mode 100644
index 000000000..1da6b1192
--- /dev/null
+++ b/panels/sound/icons/org.gnome.Settings-sound-symbolic.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
+ <path d="m 12.039062 0.00390625 c -0.257812 -0.01171875 -0.523437 0.07421875 -0.726562 0.28124975 l
-3.3125 3.292969 v 1.421875 h 1.390625 l 3.304687 -3.300781 c 0.40625 -0.402344 0.359376 -1.039063 0.03125
-1.390625 c -0.175781 -0.183594 -0.429687 -0.292969 -0.6875 -0.30468775 z m -5.039062 1.00390575 c -0.296875
-0.003906 -0.578125 0.125 -0.769531 0.351563 l -3.230469 3.640625 h -1 c -1.09375 0 -2 0.84375 -2 2 v 2 c 0
1.089844 0.910156 2 2 2 h 1 l 3.230469 3.640625 c 0.210937 0.253906 0.492187 0.363281 0.769531 0.359375 z m 1
5.992188 v 2 h 6 c 0.75 0 1 -0.5 1 -1 s -0.25 -1 -1 -1 z m 0 4 v 1.421875 l 3.324219 3.292969 c 0.402343
0.410156 1.0625 0.347656 1.414062 -0.023438 c 0.328125 -0.351562 0.371094 -0.988281 -0.03125 -1.390625 l
-3.316406 -3.300781 z m 0 0" fill="#2e3436"/>
+</svg>
diff --git a/panels/sound/meson.build b/panels/sound/meson.build
index 18f75dd4f..cbaaae118 100644
--- a/panels/sound/meson.build
+++ b/panels/sound/meson.build
@@ -107,3 +107,8 @@ install_data(
sound_data,
install_dir: join_paths(control_center_datadir, 'sounds', 'gnome', 'default', 'alerts')
)
+
+install_data(
+ 'icons/org.gnome.Settings-sound-symbolic.svg',
+ install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]