summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserver <mynameisgennadiy@vk.com>2026-03-25 15:06:37 +0500
committerserver <mynameisgennadiy@vk.com>2026-03-25 15:06:37 +0500
commit8cb5174a5194800be79af95b5d46530a15ba0be3 (patch)
tree7b5bba7f94e98bd1e7147cb613db843100b07417
parent205fcd0bf3ff984a5af3febde0900c75d29f1da0 (diff)
Added icons to the config
-rw-r--r--Makefile2
-rw-r--r--search.svg4
-rw-r--r--switch.svg4
3 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 092ca50..c6dfc86 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,5 @@ install:
sudo ln cgitrc /etc/cgitrc
sudo ln footer.html /
sudo ln cgit.css /usr/share/webapps/cgit/cgit.css
+ sudo ln search.svg /usr/share/webapps/cgit/search.svg
+ sudo ln switch.svg /usr/share/webapps/cgit/switch.svg
diff --git a/search.svg b/search.svg
new file mode 100644
index 0000000..740b42d
--- /dev/null
+++ b/search.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+ <title>Magnifying-glass-solid SVG Icon</title>
+ <path fill="#F5F5F5" fill-rule="evenodd" d="M2 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6a6 6 0 1 0 3.476 10.89l2.817 2.817a1 1 0 0 0 1.414-1.414l-2.816-2.816A6 6 0 0 0 6 0" clip-rule="evenodd"/>
+</svg>
diff --git a/switch.svg b/switch.svg
new file mode 100644
index 0000000..f2031f6
--- /dev/null
+++ b/switch.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
+ <title>Arrow-right-left SVG Icon</title>
+ <path fill="none" stroke="#f5f5f5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 6H3m18 0l-4 4m4-4l-4-4M3 18h18M3 18l4 4m-4-4l4-4"/>
+</svg>