Skip to content

Instantly share code, notes, and snippets.

@webframp
Created October 28, 2013 22:41
Show Gist options
  • Save webframp/7206088 to your computer and use it in GitHub Desktop.
Save webframp/7206088 to your computer and use it in GitHub Desktop.
style "default" {
bg[NORMAL] = "#1d1f21"
fg[NORMAL] = "#929593"
text[NORMAL] = "#FFFFFF"
}
style "notification-button" = "default" {
text[NORMAL] = "#FF0000"
fg[NORMAL] = "#FF0000"
}
widget "Taffybar*" style "default"
widget "*NotificationCloseButton" style "notification-button"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment