aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/applications/archive.desktop6
-rw-r--r--.local/share/applications/binary.desktop6
-rw-r--r--.local/share/applications/blender.desktop6
-rw-r--r--.local/share/applications/browser.desktop6
l---------.local/share/applications/defaults.list1
-rw-r--r--.local/share/applications/inode.desktop (renamed from .local/share/applications/file-manager.desktop)0
-rw-r--r--.local/share/applications/message.desktop (renamed from .local/share/applications/email.desktop)2
l---------.local/share/applications/mimeapps.list1
-rw-r--r--.local/share/applications/office.desktop (renamed from .local/share/applications/libreoffice.desktop)0
-rw-r--r--.local/share/applications/text.desktop (renamed from .local/share/applications/editor.desktop)2
-rw-r--r--.local/share/fonts/charter/LICENSE3
-rw-r--r--.local/share/fonts/charter/charter-bold-italic.ttf (renamed from .local/share/fonts/charter/Charter Bold Italic.ttf)bin40436 -> 40436 bytes
-rw-r--r--.local/share/fonts/charter/charter-bold.ttf (renamed from .local/share/fonts/charter/Charter Bold.ttf)bin41036 -> 41036 bytes
-rw-r--r--.local/share/fonts/charter/charter-italic.ttf (renamed from .local/share/fonts/charter/Charter Italic.ttf)bin40796 -> 40796 bytes
-rw-r--r--.local/share/fonts/charter/charter-regular.ttf (renamed from .local/share/fonts/charter/Charter Regular.ttf)bin42036 -> 42036 bytes
-rw-r--r--.local/share/fonts/et-book/LICENSE22
-rwxr-xr-x.local/share/fonts/et-book/et-book-bold-line-figures.ttfbin0 -> 70912 bytes
-rwxr-xr-x.local/share/fonts/et-book/et-book-display-italic-old-style-figures.ttfbin0 -> 74464 bytes
-rwxr-xr-x.local/share/fonts/et-book/et-book-roman-line-figures.ttfbin0 -> 71688 bytes
-rwxr-xr-x.local/share/fonts/et-book/et-book-roman-old-style-figures.ttfbin0 -> 71380 bytes
-rwxr-xr-x.local/share/fonts/et-book/et-book-semi-bold-old-style-figures.ttfbin0 -> 70824 bytes
-rw-r--r--.local/share/fonts/old-london/Olondon_.otfbin42500 -> 0 bytes
-rw-r--r--.local/share/fonts/old-london/Olondona.otfbin41940 -> 0 bytes
-rw-r--r--.local/share/fonts/old-london/old-london-alternate.ttf (renamed from .local/share/fonts/old-london/OldLondonAlternate.ttf)bin49860 -> 49860 bytes
-rw-r--r--.local/share/fonts/old-london/old-london.ttf (renamed from .local/share/fonts/old-london/OldLondon.ttf)bin50244 -> 50244 bytes
-rw-r--r--.local/share/plank/themes/Basic/dock.theme33
-rw-r--r--.local/share/ssh/ansible.pub1
-rw-r--r--.local/share/ssh/identity.pub1
-rw-r--r--.local/share/ssh/legacy-link.pub1
-rw-r--r--.local/share/ssh/link.pub1
-rw-r--r--.local/share/ssh/mobile.pub1
-rw-r--r--.local/share/ssh/nix-builder.pub1
-rw-r--r--.local/share/ssh/primary.pub1
-rw-r--r--.local/share/ssh/secondary.pub1
-rw-r--r--.local/share/tex/iexec.sty49
-rw-r--r--.local/share/themes/Preless/gtk-2.0/gtkrc8
-rw-r--r--.local/share/themes/Preless/gtk-3.0/gtk.css570
-rw-r--r--.local/share/themes/Preless/icons/LICENSE21
-rw-r--r--.local/share/themes/Preless/icons/arrow-down.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-left.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-right.svg8
-rw-r--r--.local/share/themes/Preless/icons/arrow-up.svg8
-rw-r--r--.local/share/themes/Preless/icons/selector.svg7
43 files changed, 781 insertions, 2 deletions
diff --git a/.local/share/applications/archive.desktop b/.local/share/applications/archive.desktop
new file mode 100644
index 0000000..45a3a9a
--- /dev/null
+++ b/.local/share/applications/archive.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=Archive Extractor
+Exec=sh -c "atool --subdir --extract %F || cat"
+Terminal=true
+NoDisplay=true
+Type=Application
diff --git a/.local/share/applications/binary.desktop b/.local/share/applications/binary.desktop
new file mode 100644
index 0000000..c8b851b
--- /dev/null
+++ b/.local/share/applications/binary.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=Binary Viewer
+Exec=hexmime %F
+Terminal=true
+NoDisplay=true
+Type=Application
diff --git a/.local/share/applications/blender.desktop b/.local/share/applications/blender.desktop
new file mode 100644
index 0000000..39a28b4
--- /dev/null
+++ b/.local/share/applications/blender.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=Blender
+Type=Application
+Exec=blender %F
+Terminal=false
+NoDisplay=true
diff --git a/.local/share/applications/browser.desktop b/.local/share/applications/browser.desktop
new file mode 100644
index 0000000..b8d24fa
--- /dev/null
+++ b/.local/share/applications/browser.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=Internet Browser
+Exec=browser %U
+Terminal=false
+NoDisplay=true
+Type=Application
diff --git a/.local/share/applications/defaults.list b/.local/share/applications/defaults.list
new file mode 120000
index 0000000..26be7e8
--- /dev/null
+++ b/.local/share/applications/defaults.list
@@ -0,0 +1 @@
+../../../.config/mimeapps.list \ No newline at end of file
diff --git a/.local/share/applications/file-manager.desktop b/.local/share/applications/inode.desktop
index a62c0f4..a62c0f4 100644
--- a/.local/share/applications/file-manager.desktop
+++ b/.local/share/applications/inode.desktop
diff --git a/.local/share/applications/email.desktop b/.local/share/applications/message.desktop
index 07667ef..f57b0dc 100644
--- a/.local/share/applications/email.desktop
+++ b/.local/share/applications/message.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Mail Client
Type=Application
-Exec=thunderbird %U
+Exec=claws-mail --compose %U
Terminal=false
NoDisplay=true
diff --git a/.local/share/applications/mimeapps.list b/.local/share/applications/mimeapps.list
new file mode 120000
index 0000000..26be7e8
--- /dev/null
+++ b/.local/share/applications/mimeapps.list
@@ -0,0 +1 @@
+../../../.config/mimeapps.list \ No newline at end of file
diff --git a/.local/share/applications/libreoffice.desktop b/.local/share/applications/office.desktop
index ce6fa00..ce6fa00 100644
--- a/.local/share/applications/libreoffice.desktop
+++ b/.local/share/applications/office.desktop
diff --git a/.local/share/applications/editor.desktop b/.local/share/applications/text.desktop
index eff7464..ce8a2b1 100644
--- a/.local/share/applications/editor.desktop
+++ b/.local/share/applications/text.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Name=Editor
+Name=Text Viewer
Type=Application
Exec=vim %U
Terminal=true
diff --git a/.local/share/fonts/charter/LICENSE b/.local/share/fonts/charter/LICENSE
new file mode 100644
index 0000000..148919d
--- /dev/null
+++ b/.local/share/fonts/charter/LICENSE
@@ -0,0 +1,3 @@
+This is a copy of the Charter fonts which Bitstream contributed to the X consortium. This is the original notice included with the fonts:
+
+(c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. You are hereby granted permission under all Bitstream propriety rights to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts for any purpose and without restriction; provided, that this notice is left intact on all copies of such fonts and that Bitstream's trademark is acknowledged as shown below on all unmodified copies of the 4 Charter Type 1 fonts. BITSTREAM CHARTER is a registered trademark of Bitstream Inc. \ No newline at end of file
diff --git a/.local/share/fonts/charter/Charter Bold Italic.ttf b/.local/share/fonts/charter/charter-bold-italic.ttf
index 8bf2421..8bf2421 100644
--- a/.local/share/fonts/charter/Charter Bold Italic.ttf
+++ b/.local/share/fonts/charter/charter-bold-italic.ttf
Binary files differ
diff --git a/.local/share/fonts/charter/Charter Bold.ttf b/.local/share/fonts/charter/charter-bold.ttf
index c8f7e85..c8f7e85 100644
--- a/.local/share/fonts/charter/Charter Bold.ttf
+++ b/.local/share/fonts/charter/charter-bold.ttf
Binary files differ
diff --git a/.local/share/fonts/charter/Charter Italic.ttf b/.local/share/fonts/charter/charter-italic.ttf
index a650121..a650121 100644
--- a/.local/share/fonts/charter/Charter Italic.ttf
+++ b/.local/share/fonts/charter/charter-italic.ttf
Binary files differ
diff --git a/.local/share/fonts/charter/Charter Regular.ttf b/.local/share/fonts/charter/charter-regular.ttf
index 33c6d7c..33c6d7c 100644
--- a/.local/share/fonts/charter/Charter Regular.ttf
+++ b/.local/share/fonts/charter/charter-regular.ttf
Binary files differ
diff --git a/.local/share/fonts/et-book/LICENSE b/.local/share/fonts/et-book/LICENSE
new file mode 100644
index 0000000..16d0a33
--- /dev/null
+++ b/.local/share/fonts/et-book/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Dave Liepmann
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+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.
+
diff --git a/.local/share/fonts/et-book/et-book-bold-line-figures.ttf b/.local/share/fonts/et-book/et-book-bold-line-figures.ttf
new file mode 100755
index 0000000..9798360
--- /dev/null
+++ b/.local/share/fonts/et-book/et-book-bold-line-figures.ttf
Binary files differ
diff --git a/.local/share/fonts/et-book/et-book-display-italic-old-style-figures.ttf b/.local/share/fonts/et-book/et-book-display-italic-old-style-figures.ttf
new file mode 100755
index 0000000..9da91de
--- /dev/null
+++ b/.local/share/fonts/et-book/et-book-display-italic-old-style-figures.ttf
Binary files differ
diff --git a/.local/share/fonts/et-book/et-book-roman-line-figures.ttf b/.local/share/fonts/et-book/et-book-roman-line-figures.ttf
new file mode 100755
index 0000000..daceffb
--- /dev/null
+++ b/.local/share/fonts/et-book/et-book-roman-line-figures.ttf
Binary files differ
diff --git a/.local/share/fonts/et-book/et-book-roman-old-style-figures.ttf b/.local/share/fonts/et-book/et-book-roman-old-style-figures.ttf
new file mode 100755
index 0000000..5ae5198
--- /dev/null
+++ b/.local/share/fonts/et-book/et-book-roman-old-style-figures.ttf
Binary files differ
diff --git a/.local/share/fonts/et-book/et-book-semi-bold-old-style-figures.ttf b/.local/share/fonts/et-book/et-book-semi-bold-old-style-figures.ttf
new file mode 100755
index 0000000..725af42
--- /dev/null
+++ b/.local/share/fonts/et-book/et-book-semi-bold-old-style-figures.ttf
Binary files differ
diff --git a/.local/share/fonts/old-london/Olondon_.otf b/.local/share/fonts/old-london/Olondon_.otf
deleted file mode 100644
index 9a68b20..0000000
--- a/.local/share/fonts/old-london/Olondon_.otf
+++ /dev/null
Binary files differ
diff --git a/.local/share/fonts/old-london/Olondona.otf b/.local/share/fonts/old-london/Olondona.otf
deleted file mode 100644
index 56161c8..0000000
--- a/.local/share/fonts/old-london/Olondona.otf
+++ /dev/null
Binary files differ
diff --git a/.local/share/fonts/old-london/OldLondonAlternate.ttf b/.local/share/fonts/old-london/old-london-alternate.ttf
index 6010ffd..6010ffd 100644
--- a/.local/share/fonts/old-london/OldLondonAlternate.ttf
+++ b/.local/share/fonts/old-london/old-london-alternate.ttf
Binary files differ
diff --git a/.local/share/fonts/old-london/OldLondon.ttf b/.local/share/fonts/old-london/old-london.ttf
index f24a340..f24a340 100644
--- a/.local/share/fonts/old-london/OldLondon.ttf
+++ b/.local/share/fonts/old-london/old-london.ttf
Binary files differ
diff --git a/.local/share/plank/themes/Basic/dock.theme b/.local/share/plank/themes/Basic/dock.theme
new file mode 100644
index 0000000..476e566
--- /dev/null
+++ b/.local/share/plank/themes/Basic/dock.theme
@@ -0,0 +1,33 @@
+[PlankTheme]
+BottomRoundness=5
+FillEndColor=46;;52;;58;;200
+FillStartColor=46;;52;;58;;200
+InnerStrokeColor=50;;50;;50;;100
+LineWidth=1
+OuterStrokeColor=25;;25;;25;;100
+TopRoundness=5
+
+[PlankDockTheme]
+ActiveTime=0
+BadgeColor=0;;0;;0;;0
+BottomPadding=2.0
+CascadeHide=true
+ClickTime=0
+FadeOpacity=0
+FadeTime=0
+GlowPulseTime=0
+GlowSize=0
+GlowTime=0
+HideTime=0
+HorizPadding=2.0
+IconShadowSize=0.5
+IndicatorSize=5
+ItemMoveTime=0
+ItemPadding=1.5
+LaunchBounceHeight=0.9
+LaunchBounceTime=500
+SlideTime=0
+TopPadding=2.0
+UrgentBounceHeight=1
+UrgentBounceTime=0
+UrgentHueShift=180
diff --git a/.local/share/ssh/ansible.pub b/.local/share/ssh/ansible.pub
new file mode 100644
index 0000000..f868197
--- /dev/null
+++ b/.local/share/ssh/ansible.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF6FlqeC59LLEfojMiuFfD631dB9ELrlaJ+mo4kLcGsS ansible
diff --git a/.local/share/ssh/identity.pub b/.local/share/ssh/identity.pub
new file mode 100644
index 0000000..2a077f5
--- /dev/null
+++ b/.local/share/ssh/identity.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOBX/OFekH6rPVUXc9mCcQwLYbgmdCzi9ebr8P2d1+3h86DMoqOh9h8hbRk0pxiXzrrAZNvPK5LUUms37Gc76UsOlU0W3YGpkDeoFaXcT0mAiFaQnUA8EmIPphPN4r6RJ67IA8/vjn0bXwO3nR27SDlldg9rP+IhTOV/nU350jhaQHcL1HBMMj4VR+fOrz/uPkwUlAtE9/6q/k1d1M3reQGtoY5JCcJz/Vvm1x2dXOeVfSl/DlFHyTWsky4VZYkC111o8D5bMJ/9r+FhjQwPZGzSMZPB3lC1U2JC15tsgjcSGvP0//9BWJiLcwm+WUZOs2G7SjXCZU+4RB+WYxi22P identity
diff --git a/.local/share/ssh/legacy-link.pub b/.local/share/ssh/legacy-link.pub
new file mode 100644
index 0000000..439b806
--- /dev/null
+++ b/.local/share/ssh/legacy-link.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY+eC8MSDNeXDpz9Kif68tSgRopd0FukSWpDg5mAg1JRprHRRLapUHduB7o3vpbmoSuSJnsgrqpLOwkJl8UtrMXb5eZxH53LX1nIplYAo4TTzSsKqEGs9EsfrD/FES9KlHkQp5Mk7Oo55l352LkgDj3zGGbkc7ExlBNTnYZEYfnuj4S02i/2YR2LXTypJRFkRCfBSx6QLLVijYX8cv4cZ9G/3fgN9TZGXmTN9vsDG5uczfaI0ip2aVCVh4/JvKHfdbiT+QixHzcZBE+P8Li28Ae1vn0cNkAFhfZ8V0lbvXiPxUZz9SNm+/jQf11XsreaLYm49zLnOHw/6DFgxD+sQL link-legacy
diff --git a/.local/share/ssh/link.pub b/.local/share/ssh/link.pub
new file mode 100644
index 0000000..5e01350
--- /dev/null
+++ b/.local/share/ssh/link.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILQxVjdY5vS0gcNjhGqrElwI+q199qpxlwC1VWCvxhTX link
diff --git a/.local/share/ssh/mobile.pub b/.local/share/ssh/mobile.pub
new file mode 100644
index 0000000..b16211b
--- /dev/null
+++ b/.local/share/ssh/mobile.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8aD3uJ937DKFXN1BYDAezG2umwj4k6PoaC9gEgHONKGFugpzLKLJ0e2ql4BIxweRTdW4BHvC0NE4lesdv7j9rs5F05h+OXuR+CT6cmNgIpg5oks172Fno7nKtXILdLsLBA26K+o7yemrNIUpq5MNLjy4+q1t8PmgTvHPwZtPBpz35RzVXdM5TP5jR0aZ+agpQaMo2A0c+BaxDlDHCPnF4727FXLJ0uzQ84c86LEtaJ+4zPEGnPuBdQCo9r7v6zar8u3yCYkrUrJQu7svqPlDvdI6fGagoywzQDKZ9Rid+DPx4YWyybnOTJ5R0SlSKB563djne/IV5bQziDKjC2obN mobile
diff --git a/.local/share/ssh/nix-builder.pub b/.local/share/ssh/nix-builder.pub
new file mode 100644
index 0000000..5d571c1
--- /dev/null
+++ b/.local/share/ssh/nix-builder.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGwALObFS2YjqttSPbwCPfPZVr42LGBeuJ2oaXDa8oFC nix-builder
diff --git a/.local/share/ssh/primary.pub b/.local/share/ssh/primary.pub
new file mode 100644
index 0000000..fab0b36
--- /dev/null
+++ b/.local/share/ssh/primary.pub
@@ -0,0 +1 @@
+ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBACChudA6phuLab1paXiYv3KJeenIptKIZuT3tqe5CGZDKLBuxzNsJAoNND8p9C6YAx2v1RynYJYfHxuatxBsNJnSQAP60dsxgJnZpso+UeA1bLO8sZIp2IvlCehXOaDuR8PEoB+ZgKy7J0vyHjzU42a1CE1wxNVAwwqnGKmvISf1z9eJQ== primary
diff --git a/.local/share/ssh/secondary.pub b/.local/share/ssh/secondary.pub
new file mode 100644
index 0000000..6f46413
--- /dev/null
+++ b/.local/share/ssh/secondary.pub
@@ -0,0 +1 @@
+ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAANRhYdpiYUak1fL5sSFryEMy1tudoShGmv/RcRDFgHhKvVHwNCxj3kaGT9sft490ce/raHShIiJJVWOSYihgPqQgEtBA6SiHKZM6GrB8Papg++XJrIzc9MyFky2BeV+YJIAM7lDaOHzGb77R7O+cWsdddBW0sucSjB2kMHIy6AXyWOQA== secondary
diff --git a/.local/share/tex/iexec.sty b/.local/share/tex/iexec.sty
new file mode 100644
index 0000000..6c7fd5d
--- /dev/null
+++ b/.local/share/tex/iexec.sty
@@ -0,0 +1,49 @@
+% (The MIT License)
+% https://github.com/yegor256/iexec
+% Copyright (c) 2021 Yegor Bugayenko
+%
+% Permission is hereby granted, free of charge, to any person obtaining a copy
+% of this software and associated documentation files (the 'Software'), to deal
+% in the Software without restriction, including without limitation the rights
+% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+% copies of the Software, and to permit persons to whom the Software is
+% furnished to do so, subject to the following conditions:
+%
+% The above copyright notice and this permission notice shall be included in all
+% copies or substantial portions of the Software.
+%
+% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+% 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.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{iexec}[00.00.0000 0.0.0 Inputable Shell Executions]
+
+\RequirePackage{shellesc}
+
+\RequirePackage{xkeyval}
+\newif\iftrace
+\DeclareOptionX{trace}{\tracetrue}
+\ProcessOptionsX\relax
+
+\newcommand\iexec[2][iexec.tmp]{%
+ \ifnum\pdfshellescape=1\else
+ \PackageError{iexec}{You must run latex with --shell-escape option}{}
+ \fi
+ \begingroup%
+ \let\%\@percentchar%
+ \let\\\@backslashchar%
+ \let\{\@charlb%
+ \let\}\@charrb%
+ \ShellEscape{#2 > #1}%
+ \message{iexec executed shell command: [#2 > #1]}%
+ \endgroup%
+ \input{#1}%
+ \iftrace\else\ShellEscape{rm #1}\fi%
+}
+
+\endinput
diff --git a/.local/share/themes/Preless/gtk-2.0/gtkrc b/.local/share/themes/Preless/gtk-2.0/gtkrc
new file mode 100644
index 0000000..63ac40c
--- /dev/null
+++ b/.local/share/themes/Preless/gtk-2.0/gtkrc
@@ -0,0 +1,8 @@
+gtk-color-scheme = "bg_color: #f2f1f0;"
+gtk-color-scheme = "fg_color: #4c4c4c;"
+gtk-color-scheme = "base_color: #ffffff;"
+gtk-color-scheme = "text_color: #3C3C3C;"
+gtk-color-scheme = "selected_bg_color: #f07746;"
+gtk-color-scheme = "selected_fg_color: #ffffff;"
+gtk-color-scheme = "tooltip_bg_color: #000000;"
+gtk-color-scheme = "tooltip_fg_color: #ffffff;"
diff --git a/.local/share/themes/Preless/gtk-3.0/gtk.css b/.local/share/themes/Preless/gtk-3.0/gtk.css
new file mode 100644
index 0000000..3e23a63
--- /dev/null
+++ b/.local/share/themes/Preless/gtk-3.0/gtk.css
@@ -0,0 +1,570 @@
+@define-color fg_color #000000;
+@define-color bg_color #f5f5f5;
+@define-color link_fg_color #1a0dab;
+@define-color link_bg_color #fafafa;
+@define-color text_fg_color #3C3C3C;
+@define-color text_bg_color #ffffff;
+@define-color selected_fg_color #000000;
+@define-color selected_bg_color #b1dbff;
+@define-color active_fg_color #ffffff;
+@define-color active_bg_color #222222;
+@define-color danger_fg_color #222222;
+@define-color danger_bg_color #ff8a8a;
+@define-color disabled_fg_color #999999;
+@define-color disabled_bg_color rgba(0,0,0,0.05);
+@define-color hover_fg_color #000000;
+@define-color hover_bg_color rgba(0,0,0,0.1);
+@define-color tooltip_fg_color #ffffff;
+@define-color tooltip_bg_color #000000;
+@define-color scrollbar_fg_color #000000;
+@define-color scrollbar_bg_color #dddddd;
+
+* {
+ all: unset;
+}
+
+* {
+ color: @fg_color;
+ border-radius: 0.5em;
+ background-color: @bg_color;
+}
+
+window,
+dialog,
+headerbar,
+treeview *,
+.popup menu * {
+ border-radius: unset;
+}
+
+row,
+tab,
+tab *,
+list,
+entry,
+button,
+button *,
+iconview,
+calendar,
+treeview,
+textview *,
+viewport *,
+scrolledwindow,
+scrolledwindow * {
+ background-color: @text_bg_color;
+}
+
+*:hover,
+*:hover *,
+*:hover:checked,
+*:hover:checked {
+ color: @hover_fg_color;
+ background-color: @hover_bg_color;
+}
+
+row:hover *,
+tab:hover *,
+title:hover *,
+button:hover *,
+scale:hover value,
+modelbutton:hover *,
+menuitem:hover label,
+radiobutton:hover label,
+checkbutton:hover label {
+ background-color: transparent;
+}
+
+.popup menu menuitem:hover {
+ background-color: @scrollbar_bg_color;
+}
+
+separator:hover {
+ background-color: @selected_bg_color;
+}
+
+*:active,
+*:active * {
+ color: @selected_fg_color;
+ background-color: @selected_bg_color;
+}
+
+scrollbar.vertical slider:hover,
+scrollbar.horizontal slider:hover,
+scrollbar.vertical slider:active,
+scrollbar.horizontal slider:active {
+ background: #4c5e6e;
+}
+
+*:disabled,
+*:disabled *,
+*:disabled:checked,
+*:disabled:checked * {
+ color: @disabled_fg_color;
+ background-color: @disabled_bg_color;
+}
+
+box:disabled,
+arrow:disabled,
+image:disabled,
+label:disabled,
+scale:disabled,
+spinner:disabled,
+cellview:disabled,
+spinbutton:disabled,
+modelbutton:disabled,
+checkbutton:disabled,
+radiobutton:disabled,
+checkbutton:disabled:checked,
+radiobutton:disabled:checked,
+button:disabled:checked label,
+checkbutton:disabled:checked label {
+ background-color: transparent;
+}
+
+*:focus,
+*:focus * {
+ outline-offset: -3px;
+ outline: 3px @fg_color dotted;
+ -gtk-outline-radius: 0.5em;
+}
+
+entry:focus {
+ border: 1px @fg_color solid;
+ box-shadow: 0 0 0 3px @selected_bg_color;
+}
+
+trough:focus {
+ outline: unset;
+}
+
+*:selected,
+*:selected *,
+*:selected:focus,
+*:selected:focus * {
+ color: @selected_fg_color;
+ background-color: @selected_bg_color;
+}
+
+row:selected,
+row:selected *,
+row:selected:focus * {
+ border-radius: unset;
+}
+
+*:checked,
+*:checked * {
+ color: @selected_fg_color;
+ background-color: @selected_bg_color;
+}
+
+tab:checked *,
+button:checked *,
+checkbutton:checked,
+radiobutton:checked,
+checkbutton:checked label,
+radiobutton:checked label {
+ background-color: transparent;
+}
+
+tooltip,
+tooltip * {
+ color: @tooltip_fg_color;
+ background: @tooltip_bg_color;
+}
+
+overlay,
+row grid,
+row label,
+overshoot,
+treeview *,
+undershoot,
+row grid label,
+.popup menu menuitem * {
+ background-color: transparent;
+}
+
+title,
+spinner,
+expander,
+modelbutton,
+frame.app-notification {
+ padding: 0.5em;
+}
+
+popover,
+header tab,
+toolbar.osd,
+placessidebar,
+paned scrolledwindow,
+dialog scrolledwindow,
+frame.app-notification,
+window > grid > frame border {
+ border: 0.5px @fg_color solid;
+}
+
+arrow,
+arrow.right {
+ padding: 8px;
+ background-size: 1.5em;
+ background-position: center;
+ background-repeat: no-repeat;
+}
+
+menuitem arrow {
+ background-image: url("../icons/arrow-down.svg");
+}
+
+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;
+}
+
+selection {
+ color: @selected_fg_color;
+ background: @selected_bg_color;
+}
+
+textview {
+ padding: 4px 6px;
+}
+
+viewport label {
+ padding: 6px 12px;
+}
+
+viewport list row {
+ padding: 2px 10px;
+}
+
+switch {
+ padding: 4px;
+ border: 1px @fg_color solid;
+}
+
+switch slider {
+ background: @text_bg_color;
+ border: 1px @fg_color solid;
+}
+
+separator.horizontal {
+ border-bottom: 1px @disabled_fg_color solid;
+}
+
+separator.vertical {
+ border-right: 1px @disabled_fg_color solid;
+}
+
+expander {
+ padding: 0;
+}
+
+headerbar {
+ padding: 6px;
+ border-bottom: 0.5px @disabled_fg_color solid;
+}
+
+calendar,
+viewport widget list {
+ border: 1px @fg_color solid;
+}
+
+actionbar {
+ padding: 4px;
+}
+
+toolbar {
+ padding: 4px;
+}
+
+toolbar toolbutton button {
+ margin: 4px;
+ padding: 2px;
+}
+
+toolbar.inline-toolbar {
+ padding: 4px;
+ margin-top: 4px;
+ border: 1px @fg_color solid;
+}
+
+stackswitcher button {
+ margin-right: 4px;
+}
+
+paned label {
+ padding: 4px;
+}
+
+button {
+ margin: 2px;
+ border: 1px @fg_color solid;
+ padding: 4px 6px;
+}
+
+label link,
+button.link label {
+ color: @link_fg_color;
+ text-decoration: underline;
+}
+
+button.destructive-action,
+button.destructive-action * {
+ background: @danger_bg_color;
+}
+
+.border-inset border {
+ border-left: 1px @fg_color inset;
+ border-top: 1px @fg_color inset;
+}
+
+.border-outset border {
+ border-right: 1px @fg_color outset;
+ border-bottom: 1px @fg_color outset;
+}
+
+header tab {
+ margin: 4px;
+}
+
+header tab label {
+ padding: 4px 8px;
+}
+
+header.top tab label {
+ margin-right: 4px;
+}
+
+header.bottom tab label {
+ border-top: 1px transparent solid;
+ margin-right: 4px;
+}
+
+header.right tab label {
+ border-left: 1px transparent solid;
+ margin-bottom: 4px;
+}
+
+header.left tab label {
+ border-right: 1px transparent solid;
+ margin-bottom: 4px;
+}
+
+header.top tab label {
+ border-bottom: 1px transparent solid;
+}
+
+treeview {
+ padding: 4px 8px;
+}
+
+treeview header button {
+ margin: 0;
+ border: none;
+ border-radius: unset;
+ border-right: 1px @fg_color solid;
+ border-bottom: 1px @fg_color solid;
+}
+
+treeview header button:last-child {
+ border-right: none;
+}
+
+row box colorswatch {
+ border: 2px solid transparent;
+}
+
+row:selected box colorswatch {
+ border: 2px solid @selected_fg_color;
+}
+
+frame widget box > button:last-child {
+ margin-left: 4px;
+}
+
+checkbutton {
+ padding: 4px 6px;
+}
+
+check {
+ border: 1px @fg_color solid;
+ background-color: @text_bg_color;
+}
+
+radiobutton {
+ padding: 4px 6px;
+}
+
+radio {
+ border-radius: 100%;
+ border: 1px @fg_color solid;
+ background-color: @text_bg_color;
+}
+
+expander label,
+modelbutton label,
+radiobutton label,
+checkbutton label {
+ margin: 0 6px;
+}
+
+scrollbar {
+ padding: 2px;
+}
+
+scrollbar trough {
+ background-color: @scrollbar_bg_color;
+}
+
+scrollbar button {
+ margin: 0;
+ padding: 0;
+ border: none;
+}
+
+scrollbar slider {
+ margin: 3px;
+ padding: 3px;
+ border: 1px @fg_color solid;
+ background: @disabled_fg_color;
+}
+
+scrollbar.vertical slider {
+ min-height: 3em;
+}
+
+scrollbar.horizontal slider {
+ min-width: 3em;
+}
+
+scale {
+ border: 2px transparent solid;
+ padding: 4px;
+}
+
+scale.horizontal contents {
+ border: 1px @fg_color solid;
+ margin: 8px 0;
+}
+
+scale.horizontal trough {
+ margin: 1px;
+}
+
+scale.horizontal highlight {
+ background: @selected_bg_color;
+ padding: 1px;
+}
+
+scale.horizontal slider {
+ border: 1px @fg_color solid;
+ border-radius: 100%;
+ padding: 8px;
+ margin: -8px;
+ background: @bg_color;
+}
+
+scale.vertical value.top {
+ margin-bottom: 8px;
+}
+
+scale.vertical contents {
+ border: 1px @fg_color solid;
+ margin: 0 8px;
+}
+
+scale.vertical trough {
+ margin: 1px;
+}
+
+scale.vertical highlight {
+ background: @selected_bg_color;
+ padding: 1px;
+}
+
+scale.vertical slider {
+ border: 1px solid @fg_color;
+ border-radius: 100%;
+ padding: 8px;
+ margin: -8px;
+ background: @bg_color;
+}
+
+scale:disabled highlight {
+ background-color: @disabled_bg_color;
+}
+
+scale:disabled contents {
+ border: 1px solid @disabled_fg_color;
+}
+
+scale:disabled slider {
+ border: 1px solid @disabled_fg_color;
+}
+
+progressbar trough {
+ border: 1px @fg_color solid;
+}
+
+progressbar progress {
+ background: @selected_bg_color;
+}
+
+levelbar.horizontal.continuous trough {
+ border: 1px @fg_color solid;
+}
+
+levelbar.horizontal.continuous trough block.filled {
+ background: @selected_bg_color;
+ margin: 2px;
+ padding: 2px;
+}
+
+levelbar.horizontal.discrete trough {
+ border: 1px @fg_color solid;
+}
+
+levelbar.horizontal.discrete trough block.filled {
+ background: @selected_bg_color;
+ margin: 2px;
+ padding: 2px;
+}
+
+entry {
+ margin: 2px;
+ padding: 4px 6px;
+ border: 1px @disabled_fg_color solid;
+}
+
+entry image {
+ margin: 0 6px;
+}
+
+menubar label {
+ padding: 2px 6px;
+}
+
+menuitem label {
+ margin: 0 2px;
+}
+
+menu,
+.menu,
+.context-menu {
+ padding: 1px;
+}
+
+.popup menu menuitem {
+ background-color: @text_bg_color;
+ padding: 2px 10px;
+}
+
+.popup separator {
+ border-bottom: 1px @disabled_fg_color solid;
+}
diff --git a/.local/share/themes/Preless/icons/LICENSE b/.local/share/themes/Preless/icons/LICENSE
new file mode 100644
index 0000000..fe62055
--- /dev/null
+++ b/.local/share/themes/Preless/icons/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+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
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+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.
diff --git a/.local/share/themes/Preless/icons/arrow-down.svg b/.local/share/themes/Preless/icons/arrow-down.svg
new file mode 100644
index 0000000..37211bc
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-down.svg
@@ -0,0 +1,8 @@
+<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
new file mode 100644
index 0000000..59d4904
--- /dev/null
+++ b/.local/share/themes/Preless/icons/arrow-right.svg
@@ -0,0 +1,8 @@
+<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>
+
+