[taffybar] Clean up rc file

This commit is contained in:
Ivan Malison 2017-03-03 17:56:51 -08:00
parent ffd580be06
commit 897ab43ee5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -7,12 +7,13 @@ style "taffybar-default" {
color["blue"] = "#2196f3"
color["red"] = "#E57373"
color["dgrey"] = "#212121"
color["ldgrey"] = "#424242"
color["lgrey"] = "#bdbdbd"
color["teal"] = "#80CBC4"
color["bgrey"] = "#37474F"
color["bgreyl"] = "#546E7A"
bg[NORMAL] = @bgrey
bg[NORMAL] = @dgrey
fg[NORMAL] = @white
text[NORMAL] = @white
fg[PRELIGHT] = @green
@ -21,7 +22,7 @@ style "taffybar-default" {
style "taffybar-active-window" = "taffybar-default" {
bg[NORMAL] = @black
fg[NORMAL] = @green
fg[NORMAL] = @yellow
}
style "taffybar-notification-button" = "taffybar-default" {
@ -31,34 +32,30 @@ style "taffybar-notification-button" = "taffybar-default" {
style "taffybar-workspace-border-active" = "taffybar-default" {
bg[NORMAL] = @yellow
fg[NORMAL] = @black
}
style "taffybar-workspace-contents-active" = "taffybar-default" {
}
style "taffybar-workspace-border-visible" = "taffybar-default" {
bg[NORMAL] = @red
fg[NORMAL] = @black
}
style "taffybar-workspace-border-empty" = "taffybar-default" {
bg[NORMAL] = @blue
}
style "taffybar-workspace-border-hidden" = "taffybar-default" {
bg[NORMAL] = @blue
fg[NORMAL] = @black
}
style "taffybar-workspace-border-urgent" = "taffybar-default" {
bg[NORMAL] = @black
}
style "taffybar-icon-urgent" = "taffybar-default" {
bg[NORMAL] = @yellow
}
style "taffybar-active-label" = "taffybar-default" {
bg[NORMAL] = @teal
fg[NORMAL] = @red
style "taffybar-workspace-contents-active" = "taffybar-default" {
bg[NORMAL] = @ldgrey
}
style "taffybar-hover-button" = "taffybar-default" {
bg[ACTIVE] = @yellow
bg[NORMAL] = @black
bg[PRELIGHT] = @yellow
text[PRELIGHT] = @yellow
}
widget "Taffybar*" style "taffybar-default"
@ -68,18 +65,16 @@ widget "*NotificationCloseButton" style "taffybar-notification-button"
widget "*Workspace-underline*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-contents*-active*" style "taffybar-workspace-contents-active"
widget "*Workspace-underline*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-underline*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-underline*-empty*" style "taffybar-workspace-border-empty"
widget "*Workspace-underline*-hidden*" style "taffybar-workspace-border-hidden"
widget "*Workspace-underline*-urgent*" style "taffybar-workspace-border-urgent"
widget "*Workspace-Border*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-Container-*-active*" style "taffybar-default"
widget "*Workspace-Border*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-Container-*-visible*" style "taffybar-default"
widget "*Workspace-Container-*-hidden*" style "taffybar-default"
widget "*Workspace-Container-*-empty*" style "taffybar-default"
widget "*Workspace-icon*-urgent*" style "taffybar-icon-urgent"
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
widget "*WorkspaceHUD-*" style "taffybar-hover-button"