Skip to content

Instantly share code, notes, and snippets.

@qq7
Created January 20, 2017 13:29
Show Gist options
  • Save qq7/be668c351819412ff567174e71603c70 to your computer and use it in GitHub Desktop.
Save qq7/be668c351819412ff567174e71603c70 to your computer and use it in GitHub Desktop.
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
position top
font pango: sans 10.5
tray_output LVDS
colors {
background #232323
statusline #DCDCDC
}
}
client.focused #3F8AC2 #096BAA #00BAA7 #00DA8E
client.focused_inactive #333333 #5F676A #ffffff #484e50
client.unfocused #333333 #424242 #888888 #292d2e
client.urgent #C10004 #900000 #ffffff #900000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment