From 99b1a1f72ce79bca602dd29dd213cbe513d24852 Mon Sep 17 00:00:00 2001 From: Alexey Varfolomeev Date: Tue, 2 Mar 2021 07:59:30 +0400 Subject: [PATCH] Alarm Clock Applet (app & tray) --- Papirus-Light/16x16/panel/alarm-clock-panel.svg | 8 ++++++++ Papirus-Light/16x16/panel/alarm-clock-triggered.svg | 8 ++++++++ Papirus-Light/22x22/panel/alarm-clock-panel.svg | 8 ++++++++ Papirus-Light/22x22/panel/alarm-clock-triggered.svg | 8 ++++++++ Papirus-Light/24x24/panel/alarm-clock-panel.svg | 8 ++++++++ Papirus-Light/24x24/panel/alarm-clock-triggered.svg | 8 ++++++++ Papirus/16x16/apps/alarm-clock.svg | 2 +- Papirus/16x16/apps/alarm-timer.svg | 1 + Papirus/16x16/panel/alarm-clock-panel.svg | 8 ++++++++ Papirus/16x16/panel/alarm-clock-triggered.svg | 8 ++++++++ Papirus/22x22/apps/alarm-clock.svg | 2 +- Papirus/22x22/apps/alarm-timer.svg | 1 + Papirus/22x22/panel/alarm-clock-panel.svg | 8 ++++++++ Papirus/22x22/panel/alarm-clock-triggered.svg | 8 ++++++++ Papirus/24x24/apps/alarm-clock.svg | 2 +- Papirus/24x24/apps/alarm-timer.svg | 1 + Papirus/24x24/panel/alarm-clock-panel.svg | 8 ++++++++ Papirus/24x24/panel/alarm-clock-triggered.svg | 8 ++++++++ Papirus/32x32/apps/alarm-clock.svg | 2 +- Papirus/32x32/apps/alarm-timer.svg | 1 + Papirus/48x48/apps/alarm-clock.svg | 2 +- Papirus/48x48/apps/alarm-timer.svg | 1 + Papirus/64x64/apps/alarm-clock.svg | 2 +- Papirus/64x64/apps/alarm-timer.svg | 1 + ePapirus/24x24/panel/alarm-clock-panel.svg | 8 ++++++++ ePapirus/24x24/panel/alarm-clock-triggered.svg | 8 ++++++++ 26 files changed, 124 insertions(+), 6 deletions(-) create mode 100644 Papirus-Light/16x16/panel/alarm-clock-panel.svg create mode 100644 Papirus-Light/16x16/panel/alarm-clock-triggered.svg create mode 100644 Papirus-Light/22x22/panel/alarm-clock-panel.svg create mode 100644 Papirus-Light/22x22/panel/alarm-clock-triggered.svg create mode 100644 Papirus-Light/24x24/panel/alarm-clock-panel.svg create mode 100644 Papirus-Light/24x24/panel/alarm-clock-triggered.svg create mode 120000 Papirus/16x16/apps/alarm-timer.svg create mode 100644 Papirus/16x16/panel/alarm-clock-panel.svg create mode 100644 Papirus/16x16/panel/alarm-clock-triggered.svg create mode 120000 Papirus/22x22/apps/alarm-timer.svg create mode 100644 Papirus/22x22/panel/alarm-clock-panel.svg create mode 100644 Papirus/22x22/panel/alarm-clock-triggered.svg create mode 120000 Papirus/24x24/apps/alarm-timer.svg create mode 100644 Papirus/24x24/panel/alarm-clock-panel.svg create mode 100644 Papirus/24x24/panel/alarm-clock-triggered.svg create mode 120000 Papirus/32x32/apps/alarm-timer.svg create mode 120000 Papirus/48x48/apps/alarm-timer.svg create mode 120000 Papirus/64x64/apps/alarm-timer.svg create mode 100644 ePapirus/24x24/panel/alarm-clock-panel.svg create mode 100644 ePapirus/24x24/panel/alarm-clock-triggered.svg diff --git a/Papirus-Light/16x16/panel/alarm-clock-panel.svg b/Papirus-Light/16x16/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..7bbf5734f43 --- /dev/null +++ b/Papirus-Light/16x16/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus-Light/16x16/panel/alarm-clock-triggered.svg b/Papirus-Light/16x16/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..aabf8da8074 --- /dev/null +++ b/Papirus-Light/16x16/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus-Light/22x22/panel/alarm-clock-panel.svg b/Papirus-Light/22x22/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..3ec951d4177 --- /dev/null +++ b/Papirus-Light/22x22/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus-Light/22x22/panel/alarm-clock-triggered.svg b/Papirus-Light/22x22/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..8d92df93707 --- /dev/null +++ b/Papirus-Light/22x22/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus-Light/24x24/panel/alarm-clock-panel.svg b/Papirus-Light/24x24/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..3ff899f474d --- /dev/null +++ b/Papirus-Light/24x24/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus-Light/24x24/panel/alarm-clock-triggered.svg b/Papirus-Light/24x24/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..3b22d2aa565 --- /dev/null +++ b/Papirus-Light/24x24/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/16x16/apps/alarm-clock.svg b/Papirus/16x16/apps/alarm-clock.svg index 9f07aeaa2f5..85778b039f1 120000 --- a/Papirus/16x16/apps/alarm-clock.svg +++ b/Papirus/16x16/apps/alarm-clock.svg @@ -1 +1 @@ -preferences-system-time.svg \ No newline at end of file +kalarm.svg \ No newline at end of file diff --git a/Papirus/16x16/apps/alarm-timer.svg b/Papirus/16x16/apps/alarm-timer.svg new file mode 120000 index 00000000000..4a80d413d67 --- /dev/null +++ b/Papirus/16x16/apps/alarm-timer.svg @@ -0,0 +1 @@ +ktimer.svg \ No newline at end of file diff --git a/Papirus/16x16/panel/alarm-clock-panel.svg b/Papirus/16x16/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..fb1cb31e948 --- /dev/null +++ b/Papirus/16x16/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/16x16/panel/alarm-clock-triggered.svg b/Papirus/16x16/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..2f668c7c5e5 --- /dev/null +++ b/Papirus/16x16/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/22x22/apps/alarm-clock.svg b/Papirus/22x22/apps/alarm-clock.svg index 9f07aeaa2f5..85778b039f1 120000 --- a/Papirus/22x22/apps/alarm-clock.svg +++ b/Papirus/22x22/apps/alarm-clock.svg @@ -1 +1 @@ -preferences-system-time.svg \ No newline at end of file +kalarm.svg \ No newline at end of file diff --git a/Papirus/22x22/apps/alarm-timer.svg b/Papirus/22x22/apps/alarm-timer.svg new file mode 120000 index 00000000000..4a80d413d67 --- /dev/null +++ b/Papirus/22x22/apps/alarm-timer.svg @@ -0,0 +1 @@ +ktimer.svg \ No newline at end of file diff --git a/Papirus/22x22/panel/alarm-clock-panel.svg b/Papirus/22x22/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..e46f87cc518 --- /dev/null +++ b/Papirus/22x22/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/22x22/panel/alarm-clock-triggered.svg b/Papirus/22x22/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..8a62aafc9d1 --- /dev/null +++ b/Papirus/22x22/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/24x24/apps/alarm-clock.svg b/Papirus/24x24/apps/alarm-clock.svg index 9f07aeaa2f5..85778b039f1 120000 --- a/Papirus/24x24/apps/alarm-clock.svg +++ b/Papirus/24x24/apps/alarm-clock.svg @@ -1 +1 @@ -preferences-system-time.svg \ No newline at end of file +kalarm.svg \ No newline at end of file diff --git a/Papirus/24x24/apps/alarm-timer.svg b/Papirus/24x24/apps/alarm-timer.svg new file mode 120000 index 00000000000..4a80d413d67 --- /dev/null +++ b/Papirus/24x24/apps/alarm-timer.svg @@ -0,0 +1 @@ +ktimer.svg \ No newline at end of file diff --git a/Papirus/24x24/panel/alarm-clock-panel.svg b/Papirus/24x24/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..e4f771c08e0 --- /dev/null +++ b/Papirus/24x24/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/24x24/panel/alarm-clock-triggered.svg b/Papirus/24x24/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..d91e6590e9f --- /dev/null +++ b/Papirus/24x24/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/Papirus/32x32/apps/alarm-clock.svg b/Papirus/32x32/apps/alarm-clock.svg index 9f07aeaa2f5..85778b039f1 120000 --- a/Papirus/32x32/apps/alarm-clock.svg +++ b/Papirus/32x32/apps/alarm-clock.svg @@ -1 +1 @@ -preferences-system-time.svg \ No newline at end of file +kalarm.svg \ No newline at end of file diff --git a/Papirus/32x32/apps/alarm-timer.svg b/Papirus/32x32/apps/alarm-timer.svg new file mode 120000 index 00000000000..4a80d413d67 --- /dev/null +++ b/Papirus/32x32/apps/alarm-timer.svg @@ -0,0 +1 @@ +ktimer.svg \ No newline at end of file diff --git a/Papirus/48x48/apps/alarm-clock.svg b/Papirus/48x48/apps/alarm-clock.svg index 9f07aeaa2f5..85778b039f1 120000 --- a/Papirus/48x48/apps/alarm-clock.svg +++ b/Papirus/48x48/apps/alarm-clock.svg @@ -1 +1 @@ -preferences-system-time.svg \ No newline at end of file +kalarm.svg \ No newline at end of file diff --git a/Papirus/48x48/apps/alarm-timer.svg b/Papirus/48x48/apps/alarm-timer.svg new file mode 120000 index 00000000000..4a80d413d67 --- /dev/null +++ b/Papirus/48x48/apps/alarm-timer.svg @@ -0,0 +1 @@ +ktimer.svg \ No newline at end of file diff --git a/Papirus/64x64/apps/alarm-clock.svg b/Papirus/64x64/apps/alarm-clock.svg index 9f07aeaa2f5..85778b039f1 120000 --- a/Papirus/64x64/apps/alarm-clock.svg +++ b/Papirus/64x64/apps/alarm-clock.svg @@ -1 +1 @@ -preferences-system-time.svg \ No newline at end of file +kalarm.svg \ No newline at end of file diff --git a/Papirus/64x64/apps/alarm-timer.svg b/Papirus/64x64/apps/alarm-timer.svg new file mode 120000 index 00000000000..4a80d413d67 --- /dev/null +++ b/Papirus/64x64/apps/alarm-timer.svg @@ -0,0 +1 @@ +ktimer.svg \ No newline at end of file diff --git a/ePapirus/24x24/panel/alarm-clock-panel.svg b/ePapirus/24x24/panel/alarm-clock-panel.svg new file mode 100644 index 00000000000..e534b52fb85 --- /dev/null +++ b/ePapirus/24x24/panel/alarm-clock-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/ePapirus/24x24/panel/alarm-clock-triggered.svg b/ePapirus/24x24/panel/alarm-clock-triggered.svg new file mode 100644 index 00000000000..68cb82aa6a5 --- /dev/null +++ b/ePapirus/24x24/panel/alarm-clock-triggered.svg @@ -0,0 +1,8 @@ + + + + + +