Skip to content

Instantly share code, notes, and snippets.

@chrisroberts
Forked from webframp/taffybar.rc
Created October 31, 2013 13:28
Show Gist options
  • Save chrisroberts/7249704 to your computer and use it in GitHub Desktop.
Save chrisroberts/7249704 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