summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-07-18 20:01:23 -0400
committerJake Koroman <jake@jakekoroman.com>2026-07-18 20:01:23 -0400
commit9cfaf3aeae1841d479875521caca6ac820ed4c9b (patch)
tree72f131df8d1022944f21c354b8c7b00c1a6d8658
parentef760c4730f089682b4de23cf0916ea3bcc3fb9a (diff)
making things more modular
-rw-r--r--fuzzel/fuzzel.ini14
-rw-r--r--fuzzel/theme-acme.ini11
-rw-r--r--fuzzel/theme-default.ini11
-rw-r--r--sway/theme-default.conf6
4 files changed, 30 insertions, 12 deletions
diff --git a/fuzzel/fuzzel.ini b/fuzzel/fuzzel.ini
index 2ca519b..94496f9 100644
--- a/fuzzel/fuzzel.ini
+++ b/fuzzel/fuzzel.ini
@@ -5,18 +5,8 @@ minimal-lines=yes
width=50
vertical-pad=10
exit-on-keyboard-focus-loss=no
-
-[colors]
-background=FFFFECFF
-text=424242FF
-prompt=D95468FF
-placeholder=8c8fa1ff
-input=4c4f69ff
-match=D95468FF
-selection=57864EFF
-selection-text=FFFFECFF
-selection-match=424242FF
-border=57864EFF
+include=~/.config/fuzzel/theme-default.ini
[border]
radius=0
+
diff --git a/fuzzel/theme-acme.ini b/fuzzel/theme-acme.ini
new file mode 100644
index 0000000..d422ea5
--- /dev/null
+++ b/fuzzel/theme-acme.ini
@@ -0,0 +1,11 @@
+[colors]
+background=FFFFECFF
+text=424242FF
+prompt=D95468FF
+placeholder=8c8fa1ff
+input=4c4f69ff
+match=D95468FF
+selection=57864EFF
+selection-text=FFFFECFF
+selection-match=424242FF
+border=57864EFF
diff --git a/fuzzel/theme-default.ini b/fuzzel/theme-default.ini
new file mode 100644
index 0000000..df1bf62
--- /dev/null
+++ b/fuzzel/theme-default.ini
@@ -0,0 +1,11 @@
+[colors]
+background=181818FF
+text=E4E4EFFF
+prompt=D95468FF
+placeholder=8c8fa1ff
+input=e4e4e4FF
+match=D95468FF
+selection=57864EFF
+selection-text=FFFFECFF
+selection-match=424242FF
+border=57864EFF
diff --git a/sway/theme-default.conf b/sway/theme-default.conf
new file mode 100644
index 0000000..8532a71
--- /dev/null
+++ b/sway/theme-default.conf
@@ -0,0 +1,6 @@
+bar {
+ status_command i3status
+ tray_output *
+ position top
+ separator_symbol ' :: '
+}