[taffybar] Clean up rc file
This commit is contained in:
parent
ffd580be06
commit
897ab43ee5
@ -7,12 +7,13 @@ style "taffybar-default" {
|
|||||||
color["blue"] = "#2196f3"
|
color["blue"] = "#2196f3"
|
||||||
color["red"] = "#E57373"
|
color["red"] = "#E57373"
|
||||||
color["dgrey"] = "#212121"
|
color["dgrey"] = "#212121"
|
||||||
|
color["ldgrey"] = "#424242"
|
||||||
color["lgrey"] = "#bdbdbd"
|
color["lgrey"] = "#bdbdbd"
|
||||||
color["teal"] = "#80CBC4"
|
color["teal"] = "#80CBC4"
|
||||||
color["bgrey"] = "#37474F"
|
color["bgrey"] = "#37474F"
|
||||||
color["bgreyl"] = "#546E7A"
|
color["bgreyl"] = "#546E7A"
|
||||||
|
|
||||||
bg[NORMAL] = @bgrey
|
bg[NORMAL] = @dgrey
|
||||||
fg[NORMAL] = @white
|
fg[NORMAL] = @white
|
||||||
text[NORMAL] = @white
|
text[NORMAL] = @white
|
||||||
fg[PRELIGHT] = @green
|
fg[PRELIGHT] = @green
|
||||||
@ -21,7 +22,7 @@ style "taffybar-default" {
|
|||||||
|
|
||||||
style "taffybar-active-window" = "taffybar-default" {
|
style "taffybar-active-window" = "taffybar-default" {
|
||||||
bg[NORMAL] = @black
|
bg[NORMAL] = @black
|
||||||
fg[NORMAL] = @green
|
fg[NORMAL] = @yellow
|
||||||
}
|
}
|
||||||
|
|
||||||
style "taffybar-notification-button" = "taffybar-default" {
|
style "taffybar-notification-button" = "taffybar-default" {
|
||||||
@ -31,34 +32,30 @@ style "taffybar-notification-button" = "taffybar-default" {
|
|||||||
|
|
||||||
style "taffybar-workspace-border-active" = "taffybar-default" {
|
style "taffybar-workspace-border-active" = "taffybar-default" {
|
||||||
bg[NORMAL] = @yellow
|
bg[NORMAL] = @yellow
|
||||||
fg[NORMAL] = @black
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "taffybar-workspace-contents-active" = "taffybar-default" {
|
|
||||||
}
|
|
||||||
|
|
||||||
style "taffybar-workspace-border-visible" = "taffybar-default" {
|
style "taffybar-workspace-border-visible" = "taffybar-default" {
|
||||||
bg[NORMAL] = @red
|
bg[NORMAL] = @red
|
||||||
fg[NORMAL] = @black
|
|
||||||
}
|
}
|
||||||
style "taffybar-workspace-border-empty" = "taffybar-default" {
|
style "taffybar-workspace-border-empty" = "taffybar-default" {
|
||||||
bg[NORMAL] = @blue
|
bg[NORMAL] = @blue
|
||||||
}
|
}
|
||||||
style "taffybar-workspace-border-hidden" = "taffybar-default" {
|
style "taffybar-workspace-border-hidden" = "taffybar-default" {
|
||||||
bg[NORMAL] = @blue
|
bg[NORMAL] = @blue
|
||||||
fg[NORMAL] = @black
|
|
||||||
}
|
|
||||||
style "taffybar-workspace-border-urgent" = "taffybar-default" {
|
|
||||||
bg[NORMAL] = @black
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "taffybar-icon-urgent" = "taffybar-default" {
|
style "taffybar-icon-urgent" = "taffybar-default" {
|
||||||
bg[NORMAL] = @yellow
|
bg[NORMAL] = @yellow
|
||||||
}
|
}
|
||||||
|
|
||||||
style "taffybar-active-label" = "taffybar-default" {
|
style "taffybar-workspace-contents-active" = "taffybar-default" {
|
||||||
bg[NORMAL] = @teal
|
bg[NORMAL] = @ldgrey
|
||||||
fg[NORMAL] = @red
|
}
|
||||||
|
|
||||||
|
style "taffybar-hover-button" = "taffybar-default" {
|
||||||
|
bg[ACTIVE] = @yellow
|
||||||
|
bg[NORMAL] = @black
|
||||||
|
bg[PRELIGHT] = @yellow
|
||||||
|
text[PRELIGHT] = @yellow
|
||||||
}
|
}
|
||||||
|
|
||||||
widget "Taffybar*" style "taffybar-default"
|
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-underline*-active*" style "taffybar-workspace-border-active"
|
||||||
widget "*Workspace-contents*-active*" style "taffybar-workspace-contents-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*-visible*" style "taffybar-workspace-border-visible"
|
||||||
widget "*Workspace-underline*-empty*" style "taffybar-workspace-border-empty"
|
widget "*Workspace-underline*-empty*" style "taffybar-workspace-border-empty"
|
||||||
widget "*Workspace-underline*-hidden*" style "taffybar-workspace-border-hidden"
|
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-Border*-active*" style "taffybar-workspace-border-active"
|
||||||
widget "*Workspace-Container-*-active*" style "taffybar-default"
|
widget "*Workspace-Container-*-active*" style "taffybar-default"
|
||||||
widget "*Workspace-Border*-visible*" style "taffybar-workspace-border-visible"
|
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-Container-*-hidden*" style "taffybar-default"
|
|
||||||
widget "*Workspace-Container-*-empty*" style "taffybar-default"
|
|
||||||
|
|
||||||
widget "*Workspace-icon*-urgent*" style "taffybar-icon-urgent"
|
widget "*Workspace-icon*-urgent*" style "taffybar-icon-urgent"
|
||||||
|
|
||||||
|
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
|
||||||
|
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
|
||||||
|
Loading…
Reference in New Issue
Block a user