summaryrefslogtreecommitdiff
path: root/sway
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 /sway
parentef760c4730f089682b4de23cf0916ea3bcc3fb9a (diff)
making things more modular
Diffstat (limited to 'sway')
-rw-r--r--sway/theme-default.conf6
1 files changed, 6 insertions, 0 deletions
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 ' :: '
+}