From 781064668964f72323fb7dbfbd85f1a631a033b4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 7 Apr 2020 16:19:36 +0200 Subject: Add more icons and find-errors tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 22 +++++++++++++ TODO | 2 ++ find-errors | 4 +++ scalable/actions/draw-connector.svg | 2 +- scalable/actions/gimp-layer.svg | 65 +------------------------------------ scalable/apps/ardour.svg | 1 + scalable/apps/beatbox.svg | 1 + scalable/apps/blogtk.svg | 1 + scalable/apps/dc-icon.svg | 1 + scalable/apps/deviantart.svg | 1 + scalable/apps/diaspora.svg | 1 + scalable/apps/ekiga.svg | 1 + scalable/apps/elisa.svg | 1 + scalable/apps/exfalso.svg | 1 + scalable/apps/fluxgui.svg | 1 + scalable/apps/gnomebaker.svg | 1 + scalable/apps/gparted.svg | 1 + scalable/apps/gvim.svg | 1 + scalable/apps/h2-icon.svg | 1 + scalable/apps/im-irc.svg | 1 + scalable/apps/im-meanwhile.svg | 1 + scalable/apps/iron.svg | 1 + scalable/apps/java.svg | 2 +- scalable/apps/jokosher.svg | 1 + scalable/apps/kturtle.svg | 1 + scalable/apps/neverball.svg | 1 + scalable/apps/orca.svg | 1 + scalable/apps/vim.svg | 1 + 28 files changed, 53 insertions(+), 66 deletions(-) create mode 100755 find-errors create mode 100644 scalable/apps/ardour.svg create mode 100644 scalable/apps/beatbox.svg create mode 100644 scalable/apps/blogtk.svg create mode 100644 scalable/apps/dc-icon.svg create mode 100644 scalable/apps/deviantart.svg create mode 100644 scalable/apps/diaspora.svg create mode 100644 scalable/apps/ekiga.svg create mode 100644 scalable/apps/elisa.svg create mode 100644 scalable/apps/exfalso.svg create mode 100644 scalable/apps/fluxgui.svg create mode 100644 scalable/apps/gnomebaker.svg create mode 100644 scalable/apps/gparted.svg create mode 100644 scalable/apps/gvim.svg create mode 100644 scalable/apps/h2-icon.svg create mode 100644 scalable/apps/im-irc.svg create mode 100644 scalable/apps/im-meanwhile.svg create mode 100644 scalable/apps/iron.svg create mode 100644 scalable/apps/jokosher.svg create mode 100644 scalable/apps/kturtle.svg create mode 100644 scalable/apps/neverball.svg create mode 100644 scalable/apps/orca.svg create mode 120000 scalable/apps/vim.svg diff --git a/Makefile b/Makefile index 31e1d27..70ce423 100644 --- a/Makefile +++ b/Makefile @@ -379,6 +379,23 @@ ICONS =\ apps/preferences-desktop-text-to-speech\ apps/yast-sound\ actions/volume_icon\ + apps/beatbox\ + apps/blogtk\ + apps/dc-icon\ + apps/deviantart\ + apps/diaspora\ + apps/ekiga\ + apps/gparted\ + apps/gvim\ + apps/vim\ + apps/h2-icon\ + apps/im-irc\ + apps/im-meanwhile\ + apps/iron\ + apps/jokosher\ + apps/kturtle\ + apps/neverball\ + apps/orca\ apps/darktable\ apps/neverwinter-nights\ apps/nwmain-linux\ @@ -526,6 +543,11 @@ ICONS =\ apps/easytag\ apps/flattr\ apps/flickr\ + apps/ardour\ + apps/elisa\ + apps/exfalso\ + apps/gnomebaker\ + apps/fluxgui\ apps/dosbox\ mimetypes/application-x-ms-dos-executable\ mimetypes/application-x-msdownload\ diff --git a/TODO b/TODO index 0aea296..2a2d69e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +Add tool to change the colour + grub-customizer should be a boot with a wrench apps/package-* should probably be in status/ gtk-[dis]connect should look like [un]connected powercords diff --git a/find-errors b/find-errors new file mode 100755 index 0000000..87bf14f --- /dev/null +++ b/find-errors @@ -0,0 +1,4 @@ +#!/bin/sh +! grep -ro '#[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]' scalable/ \ +| tr 'A-F' 'a-f' \ +| grep -v '#\(bebebe\|ef2929\|f57900\|32a679\|cd656c\|d69553\|ccad47\|32a679\|00a09f\|2495be\|a46eb0\)' diff --git a/scalable/actions/draw-connector.svg b/scalable/actions/draw-connector.svg index 976285c..db88118 100644 --- a/scalable/actions/draw-connector.svg +++ b/scalable/actions/draw-connector.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/scalable/actions/gimp-layer.svg b/scalable/actions/gimp-layer.svg index ca4ff24..96ceca8 100644 --- a/scalable/actions/gimp-layer.svg +++ b/scalable/actions/gimp-layer.svg @@ -1,64 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - + \ No newline at end of file diff --git a/scalable/apps/ardour.svg b/scalable/apps/ardour.svg new file mode 100644 index 0000000..ab67f73 --- /dev/null +++ b/scalable/apps/ardour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/beatbox.svg b/scalable/apps/beatbox.svg new file mode 100644 index 0000000..5ae82ae --- /dev/null +++ b/scalable/apps/beatbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/blogtk.svg b/scalable/apps/blogtk.svg new file mode 100644 index 0000000..16aec79 --- /dev/null +++ b/scalable/apps/blogtk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/dc-icon.svg b/scalable/apps/dc-icon.svg new file mode 100644 index 0000000..3a9b740 --- /dev/null +++ b/scalable/apps/dc-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/deviantart.svg b/scalable/apps/deviantart.svg new file mode 100644 index 0000000..85be32f --- /dev/null +++ b/scalable/apps/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/diaspora.svg b/scalable/apps/diaspora.svg new file mode 100644 index 0000000..2339403 --- /dev/null +++ b/scalable/apps/diaspora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/ekiga.svg b/scalable/apps/ekiga.svg new file mode 100644 index 0000000..7161e54 --- /dev/null +++ b/scalable/apps/ekiga.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/elisa.svg b/scalable/apps/elisa.svg new file mode 100644 index 0000000..efe820d --- /dev/null +++ b/scalable/apps/elisa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/exfalso.svg b/scalable/apps/exfalso.svg new file mode 100644 index 0000000..ff44112 --- /dev/null +++ b/scalable/apps/exfalso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/fluxgui.svg b/scalable/apps/fluxgui.svg new file mode 100644 index 0000000..a69f821 --- /dev/null +++ b/scalable/apps/fluxgui.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/gnomebaker.svg b/scalable/apps/gnomebaker.svg new file mode 100644 index 0000000..466b332 --- /dev/null +++ b/scalable/apps/gnomebaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/gparted.svg b/scalable/apps/gparted.svg new file mode 100644 index 0000000..0caebb4 --- /dev/null +++ b/scalable/apps/gparted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/gvim.svg b/scalable/apps/gvim.svg new file mode 100644 index 0000000..1948f95 --- /dev/null +++ b/scalable/apps/gvim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/h2-icon.svg b/scalable/apps/h2-icon.svg new file mode 100644 index 0000000..d02483c --- /dev/null +++ b/scalable/apps/h2-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/im-irc.svg b/scalable/apps/im-irc.svg new file mode 100644 index 0000000..a28ca52 --- /dev/null +++ b/scalable/apps/im-irc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/im-meanwhile.svg b/scalable/apps/im-meanwhile.svg new file mode 100644 index 0000000..ffa4654 --- /dev/null +++ b/scalable/apps/im-meanwhile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/iron.svg b/scalable/apps/iron.svg new file mode 100644 index 0000000..d27ad3d --- /dev/null +++ b/scalable/apps/iron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/java.svg b/scalable/apps/java.svg index cf560eb..3088fa1 100644 --- a/scalable/apps/java.svg +++ b/scalable/apps/java.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/scalable/apps/jokosher.svg b/scalable/apps/jokosher.svg new file mode 100644 index 0000000..aa8f1a4 --- /dev/null +++ b/scalable/apps/jokosher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/kturtle.svg b/scalable/apps/kturtle.svg new file mode 100644 index 0000000..0c091c1 --- /dev/null +++ b/scalable/apps/kturtle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/neverball.svg b/scalable/apps/neverball.svg new file mode 100644 index 0000000..84c81d7 --- /dev/null +++ b/scalable/apps/neverball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/orca.svg b/scalable/apps/orca.svg new file mode 100644 index 0000000..8c868f5 --- /dev/null +++ b/scalable/apps/orca.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/vim.svg b/scalable/apps/vim.svg new file mode 120000 index 0000000..091a266 --- /dev/null +++ b/scalable/apps/vim.svg @@ -0,0 +1 @@ +gvim.svg \ No newline at end of file -- cgit v1.2.3-70-g09d2