[taffybar] Add a style for minimized icons
This commit is contained in:
parent
b96142d43e
commit
5dabb9a79a
@ -53,6 +53,10 @@ style "taffybar-icon-active" = "taffybar-default" {
|
|||||||
bg[NORMAL] = @dgrey
|
bg[NORMAL] = @dgrey
|
||||||
}
|
}
|
||||||
|
|
||||||
|
style "taffybar-icon-minimized" = "taffybar-default" {
|
||||||
|
bg[NORMAL] = @red
|
||||||
|
}
|
||||||
|
|
||||||
style "taffybar-workspace-contents-active" = "taffybar-default" {
|
style "taffybar-workspace-contents-active" = "taffybar-default" {
|
||||||
bg[NORMAL] = @bgrey
|
bg[NORMAL] = @bgrey
|
||||||
}
|
}
|
||||||
@ -109,6 +113,7 @@ 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 "*Workspace-icon*-active*" style "taffybar-icon-active"
|
||||||
|
widget "*Workspace-icon*-minimized*" style "taffybar-icon-minimized"
|
||||||
|
|
||||||
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
|
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
|
||||||
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
|
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
|
||||||
|
Loading…
Reference in New Issue
Block a user