aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-11-28 17:47:35 -0500
committertdro <tdro@users.noreply.github.com>2023-11-28 17:47:35 -0500
commitede4904facb53c3f1a2d45b76f9b2eebfdb58834 (patch)
tree61b43a0f4ab40052a65798cf20be43123c6ad175
parentbb2292cdfe0c4671308b81a52ed2704dce664c33 (diff)
downloaddotfiles-ede4904facb53c3f1a2d45b76f9b2eebfdb58834.tar.gz
dotfiles-ede4904facb53c3f1a2d45b76f9b2eebfdb58834.tar.bz2
dotfiles-ede4904facb53c3f1a2d45b76f9b2eebfdb58834.zip
.local/share/themes/Preless: Use tabler icons
-rw-r--r--.local/share/themes/Preless/gtk-3.0/gtk.css4
-rw-r--r--.local/share/themes/Preless/icons/LICENSE6
-rw-r--r--.local/share/themes/Preless/icons/arrow-down.svg20
-rw-r--r--.local/share/themes/Preless/icons/arrow-left.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-right.svg20
-rw-r--r--.local/share/themes/Preless/icons/arrow-up.svg8
-rw-r--r--.local/share/themes/Preless/icons/selector.svg7
7 files changed, 44 insertions, 29 deletions
diff --git a/.local/share/themes/Preless/gtk-3.0/gtk.css b/.local/share/themes/Preless/gtk-3.0/gtk.css
index 50dfa9e..3e23a63 100644
--- a/.local/share/themes/Preless/gtk-3.0/gtk.css
+++ b/.local/share/themes/Preless/gtk-3.0/gtk.css
@@ -218,6 +218,10 @@ menuitem arrow.right {
background-image: url("../icons/arrow-right.svg");
}
+combobox box.horizontal arrow {
+ background-image: url("../icons/selector.svg");
+}
+
widget.path-bar button {
margin-left: 4px;
}
diff --git a/.local/share/themes/Preless/icons/LICENSE b/.local/share/themes/Preless/icons/LICENSE
index b869713..fe62055 100644
--- a/.local/share/themes/Preless/icons/LICENSE
+++ b/.local/share/themes/Preless/icons/LICENSE
@@ -1,6 +1,6 @@
-The MIT License (MIT)
+MIT License
-Copyright (c) 2013-2017 Cole Bemis
+Copyright (c) 2020-2023 Paweł Kuna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE. \ No newline at end of file
+SOFTWARE.
diff --git a/.local/share/themes/Preless/icons/arrow-down.svg b/.local/share/themes/Preless/icons/arrow-down.svg
index 708e35f..37211bc 100644
--- a/.local/share/themes/Preless/icons/arrow-down.svg
+++ b/.local/share/themes/Preless/icons/arrow-down.svg
@@ -1,14 +1,8 @@
-<svg
- xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- fill="none"
- stroke="currentColor"
- stroke-width="2"
- stroke-linecap="round"
- stroke-linejoin="round"
->
- <line x1="12" y1="5" x2="12" y2="19" />
- <polyline points="19 12 12 19 5 12" />
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 5l0 14" />
+ <path d="M18 13l-6 6" />
+ <path d="M6 13l6 6" />
</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/arrow-left.svg b/.local/share/themes/Preless/icons/arrow-left.svg
new file mode 100644
index 0000000..c152187
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-left.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M5 12l14 0" />
+ <path d="M5 12l6 6" />
+ <path d="M5 12l6 -6" />
+</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/arrow-right.svg b/.local/share/themes/Preless/icons/arrow-right.svg
index 5c5494f..59d4904 100644
--- a/.local/share/themes/Preless/icons/arrow-right.svg
+++ b/.local/share/themes/Preless/icons/arrow-right.svg
@@ -1,14 +1,8 @@
-<svg
- xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- fill="none"
- stroke="currentColor"
- stroke-width="2"
- stroke-linecap="round"
- stroke-linejoin="round"
->
- <line x1="5" y1="12" x2="19" y2="12" />
- <polyline points="12 5 19 12 12 19" />
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M5 12l14 0" />
+ <path d="M13 18l6 -6" />
+ <path d="M13 6l6 6" />
</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/arrow-up.svg b/.local/share/themes/Preless/icons/arrow-up.svg
new file mode 100644
index 0000000..dbfbe91
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-up.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 5l0 14" />
+ <path d="M18 11l-6 -6" />
+ <path d="M6 11l6 -6" />
+</svg>
+
+
diff --git a/.local/share/themes/Preless/icons/selector.svg b/.local/share/themes/Preless/icons/selector.svg
new file mode 100644
index 0000000..d138dcf
--- /dev/null
+++ b/.local/share/themes/Preless/icons/selector.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-selector" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M8 9l4 -4l4 4" />
+ <path d="M16 15l-4 4l-4 -4" />
+</svg>
+
+