aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md5
-rw-r--r--browser-stuff/sidebery-sidebar.css (renamed from browser-stuff/stylus-sidebar.css)0
-rw-r--r--sidebery-sidebar.css24
3 files changed, 25 insertions, 4 deletions
diff --git a/README.md b/README.md
index 22521d4..f639884 100755
--- a/README.md
+++ b/README.md
@@ -4,10 +4,7 @@ This includes all of the terminal, window manager, and other program configurati
## Special Thanks
* Mjoyufull: https://github.com/Mjoyufull
-Personally provided scripts & modules for otter-launcher, scripts for hyprland, and a great [gyr](https://github.com/Mjoyufull/fsel.git) fork (and overall awesome dude)
-
-* kuokuo123: https://github.com/kuokuo123
-Created the amazing otter-launcher project
+Created a great [gyr](https://github.com/Mjoyufull/fsel.git) fork (and overall awesome dude)
* heather7283: https://github.com/heather7283
Created the only good TUI volume control app for pipewire in existence; pipemixer
diff --git a/browser-stuff/stylus-sidebar.css b/browser-stuff/sidebery-sidebar.css
index f135a13..f135a13 100644
--- a/browser-stuff/stylus-sidebar.css
+++ b/browser-stuff/sidebery-sidebar.css
diff --git a/sidebery-sidebar.css b/sidebery-sidebar.css
new file mode 100644
index 0000000..f135a13
--- /dev/null
+++ b/sidebery-sidebar.css
@@ -0,0 +1,24 @@
+#root.root {--tabs-height: 36px;}
+#root.root {--tabs-inner-gap: 8px;}
+#root.root {--tabs-margin: 4px;}
+#root.root {--tabs-font: 16px sans-serif;}
+#root.root {--tabs-count-font: 16px sans-serif;}
+#root.root {--general-margin: 4px;}
+#root.root {--general-border-radius: 0px;}
+
+.Tab[data-active="true"] .body {
+ border: 2px solid #ef944dff !important;
+ border-radius: 0px;
+}
+
+.NavigationBar .main-items .nav-item[data-class="panel"] .name-box {
+ border-width: 2px !important;
+}
+
+#root[data-act-el-color-scheme="dark"] {
+ --active-el-shadow: none;
+}
+
+.NavigationBar .nav-item[data-active="true"] {
+ border: 1px solid #ef944dff !important;
+}