From 4a08e6f3d25a322893fb1fa4d68b4ce9f9783083 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 31 Mar 2020 19:32:59 +0200 Subject: Fix and add more bluetooth icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 12 ++++++++---- scalable/status/bluetooth-active.svg | 2 +- scalable/status/bluetooth-disabled.svg | 2 +- scalable/status/bluetooth-enabled.svg | 1 + scalable/status/bluetooth-idle.svg | 1 + scalable/status/bluetooth-inactive.svg | 1 + scalable/status/bluetooth-missing.svg | 1 + 7 files changed, 14 insertions(+), 6 deletions(-) mode change 100644 => 120000 scalable/status/bluetooth-active.svg create mode 120000 scalable/status/bluetooth-enabled.svg create mode 100644 scalable/status/bluetooth-idle.svg create mode 120000 scalable/status/bluetooth-inactive.svg create mode 100644 scalable/status/bluetooth-missing.svg diff --git a/Makefile b/Makefile index b65d7d9..a717bc8 100644 --- a/Makefile +++ b/Makefile @@ -343,6 +343,14 @@ ICONS =\ apps/blueman\ apps/blueradio-48\ apps/bluetoothradio\ + status/bluetooth-active\ + status/blueman-tray\ + devices/bluetooth\ + status/bluetooth-enabled\ + status/bluetooth-disabled\ + status/bluetooth-inactive\ + status/bluetooth-idle\ + status/bluetooth-missing\ apps/accessories-character-map\ apps/gnome-character-map\ apps/gnome-characters\ @@ -1294,10 +1302,6 @@ ICONS =\ status/gpm-phone-000\ status/notification-gpm-phone-000\ status/xfpm-phone-000\ - status/bluetooth-active\ - status/blueman-tray\ - devices/bluetooth\ - status/bluetooth-disabled\ status/call-missed\ status/changes-allow\ status/changes-prevent\ diff --git a/scalable/status/bluetooth-active.svg b/scalable/status/bluetooth-active.svg deleted file mode 100644 index b4be061..0000000 --- a/scalable/status/bluetooth-active.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/scalable/status/bluetooth-active.svg b/scalable/status/bluetooth-active.svg new file mode 120000 index 0000000..6f56935 --- /dev/null +++ b/scalable/status/bluetooth-active.svg @@ -0,0 +1 @@ +../apps/bluetooth.svg \ No newline at end of file diff --git a/scalable/status/bluetooth-disabled.svg b/scalable/status/bluetooth-disabled.svg index 128de8d..3e08cff 100644 --- a/scalable/status/bluetooth-disabled.svg +++ b/scalable/status/bluetooth-disabled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/scalable/status/bluetooth-enabled.svg b/scalable/status/bluetooth-enabled.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/scalable/status/bluetooth-enabled.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/scalable/status/bluetooth-idle.svg b/scalable/status/bluetooth-idle.svg new file mode 100644 index 0000000..e3eb480 --- /dev/null +++ b/scalable/status/bluetooth-idle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/status/bluetooth-inactive.svg b/scalable/status/bluetooth-inactive.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/scalable/status/bluetooth-inactive.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/scalable/status/bluetooth-missing.svg b/scalable/status/bluetooth-missing.svg new file mode 100644 index 0000000..3610be5 --- /dev/null +++ b/scalable/status/bluetooth-missing.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3-70-g09d2