Skip to content

Instantly share code, notes, and snippets.

@dnepangue
Created December 9, 2017 08:01
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 dnepangue/c70d624bd0124f1dba7619bec8b99d4e to your computer and use it in GitHub Desktop.
Save dnepangue/c70d624bd0124f1dba7619bec8b99d4e to your computer and use it in GitHub Desktop.
set $bg-color #2f343f
set $inactive-bg-color #2f343f
set $text-color #f3f4f5
set $inactive-text-color #676e7d
set $urgent-bg-color #e53935
#window color
# border background text indicator
client.focused $bg-color $bg-color $text-color #00ff00
client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
client.urgent $urgent-bg-color $urgent-bg-color $text-color #00ff00
#bar
bar {
status_command i3blocks -c /home/dio/.config/i3/i3blocks.conf
colors {
background $bg-color
separator #757575
# border background text
focused_workspace $bg-color $bg-color $text-color
inactive_workspace $inactive-bg-color $inactive-bg-color $inactive-text-color
urgent_workspace $urgent-bg-color $urgent-bg-color $text-color
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment