diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-07-18 20:01:23 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-07-18 20:01:23 -0400 |
| commit | 9cfaf3aeae1841d479875521caca6ac820ed4c9b (patch) | |
| tree | 72f131df8d1022944f21c354b8c7b00c1a6d8658 /sway | |
| parent | ef760c4730f089682b4de23cf0916ea3bcc3fb9a (diff) | |
making things more modular
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/theme-default.conf | 6 |
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 ' :: ' +} |
