From c93b50d15144c741c112140f6fe2d0681f0905ec Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 26 Apr 2022 22:05:08 +0300 Subject: [PATCH] sway: add initial configs for i3status and -rs --- conf/sway/config.d/i3status-rs.conf | 20 ++++++++++++++++++++ conf/sway/config.d/i3status.conf | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 conf/sway/config.d/i3status-rs.conf create mode 100644 conf/sway/config.d/i3status.conf diff --git a/conf/sway/config.d/i3status-rs.conf b/conf/sway/config.d/i3status-rs.conf new file mode 100644 index 00000000..0bbf8ea0 --- /dev/null +++ b/conf/sway/config.d/i3status-rs.conf @@ -0,0 +1,20 @@ +# Uncommented sections come from i3-selenized-dark.conf +# +# Status Bar: +# +# Read `man 5 sway-bar` for more information about this section. +bar { + position top + + #i3status + status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml + + colors { + #statusline #ffffff + statusline $br_white + #background #323232 + background $bg + #inactive_workspace #32323200 #32323200 #5c5c5c + inactive_workspace $black $black $fg + } +} diff --git a/conf/sway/config.d/i3status.conf b/conf/sway/config.d/i3status.conf new file mode 100644 index 00000000..1225b003 --- /dev/null +++ b/conf/sway/config.d/i3status.conf @@ -0,0 +1,20 @@ +# Uncommented sections come from i3-selenized-dark.conf +# +# Status Bar: +# +# Read `man 5 sway-bar` for more information about this section. +bar { + position top + + #i3status + status_command i3status + + colors { + #statusline #ffffff + statusline $br_white + #background #323232 + background $bg + #inactive_workspace #32323200 #32323200 #5c5c5c + inactive_workspace $black $black $fg + } +}