Skip to content

Instantly share code, notes, and snippets.

@RaitoBezarius
Created August 22, 2017 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaitoBezarius/2de8cbdd472fe6653149e644ff36d929 to your computer and use it in GitHub Desktop.
Save RaitoBezarius/2de8cbdd472fe6653149e644ff36d929 to your computer and use it in GitHub Desktop.
Double bars
# laptop mode
# bottom bar
bar {
status_command py3status -b -c ~/.config/i3status/bottom-config -l /var/log/py3status/down.laptop.log
mode hide
hidden_state hide
modifier $mod
position bottom
output LVDS1
binding_mode_indicator yes
}
# up bar
bar {
workspace_buttons no
status_command py3status -b -c ~/.config/i3status/top-config -l /var/log/py3status/up.laptop.log
mode hide
hidden_state hide
modifier $mod
position top
tray_output none
output LVDS1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment