From 824022cd1f633c70c4d2782934251616756f4668 Mon Sep 17 00:00:00 2001
From: Indrajith
Date: Wed, 3 Jul 2024 02:03:35 +0530
Subject: Dots Updated
* Adds GTK Themes
* Adds wlogout
* Adds tmux config
* Adds Pywal-16-colors
* Removed unwanted gtk folders
* Config Updates
  * Fish
  * Hyprland
  * Hyprlock
  * Hyprpaper
  * waybar
---
 .../gnome-shell/assets/calendar-arrow-left.svg     |   86 +
 .../gnome-shell/assets/calendar-arrow-right.svg    |   87 +
 .themes/Otis/gnome-shell/assets/calendar-today.svg |  178 ++
 .../Otis/gnome-shell/assets/checkbox-focused.svg   |  262 ++
 .../gnome-shell/assets/checkbox-off-focused.svg    |  237 ++
 .themes/Otis/gnome-shell/assets/checkbox-off.svg   |  211 ++
 .themes/Otis/gnome-shell/assets/checkbox.svg       |  262 ++
 .themes/Otis/gnome-shell/assets/close-window.svg   |  109 +
 .../Otis/gnome-shell/assets/corner-ripple-ltr.png  |  Bin 0 -> 308 bytes
 .../Otis/gnome-shell/assets/corner-ripple-rtl.png  |  Bin 0 -> 351 bytes
 .../Otis/gnome-shell/assets/dash-placeholder.svg   |   84 +
 .../gnome-shell/assets/logged-in-indicator.svg     |  130 +
 .themes/Otis/gnome-shell/assets/noise-texture.png  |  Bin 0 -> 79464 bytes
 .../Otis/gnome-shell/assets/process-working.svg    | 3084 ++++++++++++++++++++
 .../Otis/gnome-shell/assets/running-indicator.svg  |  130 +
 .../gnome-shell/assets/source-button-border.svg    |   74 +
 .themes/Otis/gnome-shell/assets/toggle-off.svg     |  203 ++
 .themes/Otis/gnome-shell/assets/toggle-on.svg      |  204 ++
 .../gnome-shell/assets/ws-switch-arrow-down.png    |  Bin 0 -> 879 bytes
 .../Otis/gnome-shell/assets/ws-switch-arrow-up.png |  Bin 0 -> 853 bytes
 20 files changed, 5341 insertions(+)
 create mode 100755 .themes/Otis/gnome-shell/assets/calendar-arrow-left.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/calendar-arrow-right.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/calendar-today.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/checkbox-focused.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/checkbox-off-focused.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/checkbox-off.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/checkbox.svg
 create mode 100644 .themes/Otis/gnome-shell/assets/close-window.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/corner-ripple-ltr.png
 create mode 100755 .themes/Otis/gnome-shell/assets/corner-ripple-rtl.png
 create mode 100755 .themes/Otis/gnome-shell/assets/dash-placeholder.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/logged-in-indicator.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/noise-texture.png
 create mode 100755 .themes/Otis/gnome-shell/assets/process-working.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/running-indicator.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/source-button-border.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/toggle-off.svg
 create mode 100755 .themes/Otis/gnome-shell/assets/toggle-on.svg
 create mode 100644 .themes/Otis/gnome-shell/assets/ws-switch-arrow-down.png
 create mode 100644 .themes/Otis/gnome-shell/assets/ws-switch-arrow-up.png
(limited to '.themes/Otis/gnome-shell/assets')
diff --git a/.themes/Otis/gnome-shell/assets/calendar-arrow-left.svg b/.themes/Otis/gnome-shell/assets/calendar-arrow-left.svg
new file mode 100755
index 000000000..deaa12348
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/calendar-arrow-left.svg
@@ -0,0 +1,86 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/calendar-arrow-right.svg b/.themes/Otis/gnome-shell/assets/calendar-arrow-right.svg
new file mode 100755
index 000000000..626ed7ef6
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/calendar-arrow-right.svg
@@ -0,0 +1,87 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/calendar-today.svg b/.themes/Otis/gnome-shell/assets/calendar-today.svg
new file mode 100755
index 000000000..66cfc806d
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/calendar-today.svg
@@ -0,0 +1,178 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/checkbox-focused.svg b/.themes/Otis/gnome-shell/assets/checkbox-focused.svg
new file mode 100755
index 000000000..f23caea54
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/checkbox-focused.svg
@@ -0,0 +1,262 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/checkbox-off-focused.svg b/.themes/Otis/gnome-shell/assets/checkbox-off-focused.svg
new file mode 100755
index 000000000..7ea91e0e1
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/checkbox-off-focused.svg
@@ -0,0 +1,237 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/checkbox-off.svg b/.themes/Otis/gnome-shell/assets/checkbox-off.svg
new file mode 100755
index 000000000..75ae6b8bf
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/checkbox-off.svg
@@ -0,0 +1,211 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/checkbox.svg b/.themes/Otis/gnome-shell/assets/checkbox.svg
new file mode 100755
index 000000000..f23caea54
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/checkbox.svg
@@ -0,0 +1,262 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/close-window.svg b/.themes/Otis/gnome-shell/assets/close-window.svg
new file mode 100644
index 000000000..d63d8e0db
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/close-window.svg
@@ -0,0 +1,109 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/corner-ripple-ltr.png b/.themes/Otis/gnome-shell/assets/corner-ripple-ltr.png
new file mode 100755
index 000000000..32e14ca63
Binary files /dev/null and b/.themes/Otis/gnome-shell/assets/corner-ripple-ltr.png differ
diff --git a/.themes/Otis/gnome-shell/assets/corner-ripple-rtl.png b/.themes/Otis/gnome-shell/assets/corner-ripple-rtl.png
new file mode 100755
index 000000000..1434e7c43
Binary files /dev/null and b/.themes/Otis/gnome-shell/assets/corner-ripple-rtl.png differ
diff --git a/.themes/Otis/gnome-shell/assets/dash-placeholder.svg b/.themes/Otis/gnome-shell/assets/dash-placeholder.svg
new file mode 100755
index 000000000..cbae148a2
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/dash-placeholder.svg
@@ -0,0 +1,84 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/logged-in-indicator.svg b/.themes/Otis/gnome-shell/assets/logged-in-indicator.svg
new file mode 100755
index 000000000..c0267ea01
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/logged-in-indicator.svg
@@ -0,0 +1,130 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/noise-texture.png b/.themes/Otis/gnome-shell/assets/noise-texture.png
new file mode 100755
index 000000000..6b70a2d40
Binary files /dev/null and b/.themes/Otis/gnome-shell/assets/noise-texture.png differ
diff --git a/.themes/Otis/gnome-shell/assets/process-working.svg b/.themes/Otis/gnome-shell/assets/process-working.svg
new file mode 100755
index 000000000..920a67d2d
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/process-working.svg
@@ -0,0 +1,3084 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/running-indicator.svg b/.themes/Otis/gnome-shell/assets/running-indicator.svg
new file mode 100755
index 000000000..ebe7ecfc9
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/running-indicator.svg
@@ -0,0 +1,130 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/source-button-border.svg b/.themes/Otis/gnome-shell/assets/source-button-border.svg
new file mode 100755
index 000000000..6e5051ee9
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/source-button-border.svg
@@ -0,0 +1,74 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/toggle-off.svg b/.themes/Otis/gnome-shell/assets/toggle-off.svg
new file mode 100755
index 000000000..6e8a24a26
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/toggle-off.svg
@@ -0,0 +1,203 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/toggle-on.svg b/.themes/Otis/gnome-shell/assets/toggle-on.svg
new file mode 100755
index 000000000..80310b1a8
--- /dev/null
+++ b/.themes/Otis/gnome-shell/assets/toggle-on.svg
@@ -0,0 +1,204 @@
+
+
+
+
diff --git a/.themes/Otis/gnome-shell/assets/ws-switch-arrow-down.png b/.themes/Otis/gnome-shell/assets/ws-switch-arrow-down.png
new file mode 100644
index 000000000..a674ad58d
Binary files /dev/null and b/.themes/Otis/gnome-shell/assets/ws-switch-arrow-down.png differ
diff --git a/.themes/Otis/gnome-shell/assets/ws-switch-arrow-up.png b/.themes/Otis/gnome-shell/assets/ws-switch-arrow-up.png
new file mode 100644
index 000000000..1b6f61114
Binary files /dev/null and b/.themes/Otis/gnome-shell/assets/ws-switch-arrow-up.png differ
-- 
cgit v1.2.3