diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-06 15:44:48 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-06 15:44:48 +0100 |
commit | adcb4199d6c9d59d76526508393df7cef6fc7f3c (patch) | |
tree | a43a3097ecfde629be2788988e6aceccd978f7e7 | |
parent | cfc2db33b58cbad660b63b25f84b498f1d0c63e8 (diff) | |
download | dotfiles-adcb4199d6c9d59d76526508393df7cef6fc7f3c.tar.gz dotfiles-adcb4199d6c9d59d76526508393df7cef6fc7f3c.tar.bz2 dotfiles-adcb4199d6c9d59d76526508393df7cef6fc7f3c.zip |
~i3 status doesn't need a config line
-rw-r--r-- | i3.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #285577 client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577 bar { - status_command i3status --config ~/.i3status.conf + status_command i3status position top separator_symbol " || " workspace_buttons yes |