[taffybar] Remove redundant statements in rc file

This commit is contained in:
Ivan Malison 2017-04-15 15:00:42 -07:00
parent 50e21f7fad
commit 941d4db7dd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -24,7 +24,8 @@ style "taffybar-default" {
}
style "taffybar-active-window" = "taffybar-default" {
fg[NORMAL] = @yellow
fg[NORMAL] = @black
bg[NORMAL] = @orange
}
style "taffybar-notification-button" = "taffybar-default" {
@ -83,9 +84,8 @@ style "bgrey" = "taffybar-default" {
}
widget "Taffybar*" style "taffybar-default"
widget "*menu*" style "taffybar-default"
widget "*WindowSwitcher*" style "taffybar-default"
widget "*Taffybar*WindowSwitcher*" style "taffybar-active-window"
widget "*Taffybar*title*" style "taffybar-active-twindow"
widget "*NotificationCloseButton" style "taffybar-notification-button"
widget "*Workspace-underline*-active*" style "taffybar-workspace-border-active"
@ -114,4 +114,3 @@ widget "*orange-underline*" style "orange"
widget "*green-underline*" style "green"
widget "*teal-underline*" style "teal"
widget "*bgrey-underline*" style "bgrey"
widget "*Taffytray*" style "taffybar-default"