diff --git a/README.md b/README.md index c63f6e01df..0781ff181e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ Credits ======= The application and category icons originate from the Moka icon theme: - Link: https://github.com/moka-project/moka-icon-theme - Author: Sam Hewitt - License: Creative Commons Attribution-ShareAlike 4.0 (https://creativecommons.org/licenses/by-sa/4.0) + * Link: https://github.com/moka-project/moka-icon-theme + * Author: Sam Hewitt + * License: Creative Commons Attribution-ShareAlike 4.0 (https://creativecommons.org/licenses/by-sa/4.0) The folder icons originate from the Arc icon theme: - Link: https://github.com/horst3180/arc-icon-theme - Author: horst3180 http://horst3180.deviantart.com + * Link: https://github.com/horst3180/arc-icon-theme + * Author: horst3180 http://horst3180.deviantart.com License ======= @@ -25,7 +25,7 @@ To find circular symbolic links: find . -follow -printf "" -To find broken links: +To find broken links use `./deadlinks` or: find -L usr/ -type l diff --git a/deadlinks b/deadlinks new file mode 100755 index 0000000000..edda2fc09f --- /dev/null +++ b/deadlinks @@ -0,0 +1,6 @@ +#!/bin/sh + +for l in `find usr -type l -xtype l`; do + echo "$l -> `readlink -nq "$l"`" +done + diff --git a/src/T/timeshift.svg b/src/T/timeshift.svg new file mode 100644 index 0000000000..52d27787dd --- /dev/null +++ b/src/T/timeshift.svg @@ -0,0 +1,762 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Sam Hewitt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + T + + T + + T + + T + + T + + T + T + T + T + T + T + T + T + T + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/Mint-Y/apps/16/timeshift.png b/usr/share/icons/Mint-Y/apps/16/timeshift.png new file mode 100644 index 0000000000..d1191f55ca Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/16/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/22/timeshift.png b/usr/share/icons/Mint-Y/apps/22/timeshift.png new file mode 100644 index 0000000000..c684533212 Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/22/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/24/timeshift.png b/usr/share/icons/Mint-Y/apps/24/timeshift.png new file mode 100644 index 0000000000..e27447e3d6 Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/24/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/256/timeshift.png b/usr/share/icons/Mint-Y/apps/256/timeshift.png new file mode 100644 index 0000000000..ddfd8f9d87 Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/256/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/32/timeshift.png b/usr/share/icons/Mint-Y/apps/32/timeshift.png new file mode 100644 index 0000000000..31db950186 Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/32/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/48/timeshift.png b/usr/share/icons/Mint-Y/apps/48/timeshift.png new file mode 100644 index 0000000000..6c1aa5c046 Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/48/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/64/timeshift.png b/usr/share/icons/Mint-Y/apps/64/timeshift.png new file mode 100644 index 0000000000..701d3a714d Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/64/timeshift.png differ diff --git a/usr/share/icons/Mint-Y/apps/96/timeshift.png b/usr/share/icons/Mint-Y/apps/96/timeshift.png new file mode 100644 index 0000000000..9918944c40 Binary files /dev/null and b/usr/share/icons/Mint-Y/apps/96/timeshift.png differ