[taffybar] Add a color for the active window

This commit is contained in:
Ivan Malison 2017-07-07 16:51:16 -07:00
parent 035aff1e94
commit 594304c9a3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -49,6 +49,10 @@ style "taffybar-icon-urgent" = "taffybar-default" {
bg[NORMAL] = @yellow bg[NORMAL] = @yellow
} }
style "taffybar-icon-active" = "taffybar-default" {
bg[NORMAL] = @dgrey
}
style "taffybar-workspace-contents-active" = "taffybar-default" { style "taffybar-workspace-contents-active" = "taffybar-default" {
bg[NORMAL] = @bgrey bg[NORMAL] = @bgrey
} }
@ -104,6 +108,7 @@ widget "*Workspace-Border*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-Container-*-visible*" style "taffybar-default" widget "*Workspace-Container-*-visible*" style "taffybar-default"
widget "*Workspace-icon*-urgent*" style "taffybar-icon-urgent" widget "*Workspace-icon*-urgent*" style "taffybar-icon-urgent"
widget "*Workspace-icon*-active*" style "taffybar-icon-active"
widget "*WorkspaceHUD-*" style "taffybar-hover-button" widget "*WorkspaceHUD-*" style "taffybar-hover-button"
widget "*WorkspaceHUD-*" style "taffybar-hover-button" widget "*WorkspaceHUD-*" style "taffybar-hover-button"