diff options
author | Mattias Andrée <maandree@kth.se> | 2020-03-31 19:22:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-03-31 19:22:25 +0200 |
commit | dbdf544479a123515e1d70aa8f00ba64f026dcc5 (patch) | |
tree | baec3d57b30559969d1eacddbc4543123ebc599c | |
parent | Fix shades (diff) | |
download | simple-icon-theme-dbdf544479a123515e1d70aa8f00ba64f026dcc5.tar.gz simple-icon-theme-dbdf544479a123515e1d70aa8f00ba64f026dcc5.tar.bz2 simple-icon-theme-dbdf544479a123515e1d70aa8f00ba64f026dcc5.tar.xz |
Add some aliases
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 | ||||
l--------- | scalable/apps/limewire.svg | 1 | ||||
l--------- | scalable/status/radharc-off.svg | 1 | ||||
l--------- | scalable/status/radharc-on.svg | 1 |
4 files changed, 6 insertions, 0 deletions
@@ -656,11 +656,13 @@ ICONS =\ apps/ktip\ actions/help-hint\ apps/LimeWire\ + apps/limewire\ apps/marble\ apps/redshift\ apps/blueshift\ apps/radharc\ status/redshift-status-on\ + status/radharc-on\ status/blueshift-on\ apps/vbox\ apps/virtualbox\ @@ -776,6 +778,7 @@ ICONS =\ apps/gnome-panel-drawer\ status/redshift-status-off\ status/blueshift-off\ + status/radharc-off\ status/notification-display-brightness-full\ status/notification-gpm-brightness-lcd\ status/notification-display-brightness-high\ diff --git a/scalable/apps/limewire.svg b/scalable/apps/limewire.svg new file mode 120000 index 0000000..a59ccbf --- /dev/null +++ b/scalable/apps/limewire.svg @@ -0,0 +1 @@ +LimeWire.svg
\ No newline at end of file diff --git a/scalable/status/radharc-off.svg b/scalable/status/radharc-off.svg new file mode 120000 index 0000000..e3d6a0d --- /dev/null +++ b/scalable/status/radharc-off.svg @@ -0,0 +1 @@ +redshift-status-off.svg
\ No newline at end of file diff --git a/scalable/status/radharc-on.svg b/scalable/status/radharc-on.svg new file mode 120000 index 0000000..7f814ae --- /dev/null +++ b/scalable/status/radharc-on.svg @@ -0,0 +1 @@ +redshift-status-on.svg
\ No newline at end of file |