diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-02 00:37:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-02 00:38:53 +0200 |
commit | 94683b40016c6011809ce9b88eb35f180aada647 (patch) | |
tree | 2d9b1b8fde7faed515ec335e8b2306b9bd20eb25 /scalable/status | |
parent | Improve makfile (diff) | |
download | simple-icon-theme-94683b40016c6011809ce9b88eb35f180aada647.tar.gz simple-icon-theme-94683b40016c6011809ce9b88eb35f180aada647.tar.bz2 simple-icon-theme-94683b40016c6011809ce9b88eb35f180aada647.tar.xz |
Fix icon listing and make Makefile portable
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'scalable/status')
l--------- | scalable/status/battery_charged.svg | 2 | ||||
l--------- | scalable/status/empathy-pending.svg | 2 | ||||
l--------- | scalable/status/notification-printer-error.svg | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scalable/status/battery_charged.svg b/scalable/status/battery_charged.svg index d53d66a..e3c4e42 120000 --- a/scalable/status/battery_charged.svg +++ b/scalable/status/battery_charged.svg @@ -1 +1 @@ -battery-100-charging.svg
\ No newline at end of file +battery-charged.svg
\ No newline at end of file diff --git a/scalable/status/empathy-pending.svg b/scalable/status/empathy-pending.svg index 61df4d0..b0e1535 120000 --- a/scalable/status/empathy-pending.svg +++ b/scalable/status/empathy-pending.svg @@ -1 +1 @@ -../status/tray-connecting.svg
\ No newline at end of file +tray-connecting.svg
\ No newline at end of file diff --git a/scalable/status/notification-printer-error.svg b/scalable/status/notification-printer-error.svg index a3dc8cb..2e2774b 120000 --- a/scalable/status/notification-printer-error.svg +++ b/scalable/status/notification-printer-error.svg @@ -1 +1 @@ -../actions/gtk-print-error.svg
\ No newline at end of file +printer-error.svg
\ No newline at end of file |