forked from colonelpanic/dotfiles
[taffybar] Remove .rc file
This commit is contained in:
parent
dd7eeb6744
commit
e0885188b8
@ -1,134 +0,0 @@
|
||||
style "taffybar-default" {
|
||||
color["black"] = "#000000"
|
||||
color["white"] = "#ffffff"
|
||||
|
||||
color["green"] = "#4caf50"
|
||||
color["yellow"] = "#ffeb3b"
|
||||
color["orange"] = "#f4511e"
|
||||
color["blue"] = "#2196f3"
|
||||
color["red"] = "#F44336"
|
||||
color["dgrey"] = "#212121"
|
||||
color["ldgrey"] = "#333333"
|
||||
color["mgrey"] = "#808080"
|
||||
color["lldgrey"] = "#424242"
|
||||
color["lgrey"] = "#bdbdbd"
|
||||
color["teal"] = "#00796b"
|
||||
color["bgrey"] = "#37474F"
|
||||
color["bgreyl"] = "#546E7A"
|
||||
color["activeWS"] = @yellow
|
||||
color["visibleWS"] = @red
|
||||
|
||||
color["base"] = @black
|
||||
color["accent1"] = @dgrey
|
||||
color["accent2"] = @ldgrey
|
||||
|
||||
bg[NORMAL] = @black
|
||||
fg[NORMAL] = @white
|
||||
text[NORMAL] = @black
|
||||
fg[PRELIGHT] = @yellow
|
||||
}
|
||||
|
||||
style "taffybar-active-window" = "taffybar-default" {
|
||||
fg[NORMAL] = @white
|
||||
}
|
||||
|
||||
style "taffybar-notification-button" = "taffybar-default" {
|
||||
text[NORMAL] = @red
|
||||
fg[NORMAL] = @red
|
||||
}
|
||||
|
||||
style "taffybar-workspace-border-active" = "taffybar-default" {
|
||||
bg[NORMAL] = @yellow
|
||||
}
|
||||
style "taffybar-workspace-border-visible" = "taffybar-default" {
|
||||
bg[NORMAL] = @orange
|
||||
}
|
||||
style "taffybar-workspace-border-empty" = "taffybar-default" {
|
||||
bg[NORMAL] = @blue
|
||||
}
|
||||
style "taffybar-workspace-border-hidden" = "taffybar-default" {
|
||||
bg[NORMAL] = @blue
|
||||
}
|
||||
|
||||
style "taffybar-icon-urgent" = "taffybar-default" {
|
||||
bg[NORMAL] = @yellow
|
||||
}
|
||||
|
||||
style "taffybar-icon-active" = "taffybar-default" {
|
||||
bg[NORMAL] = @teal
|
||||
}
|
||||
|
||||
style "taffybar-icon-minimized" = "taffybar-default" {
|
||||
bg[NORMAL] = @red
|
||||
}
|
||||
|
||||
style "taffybar-workspace-contents-active" = "taffybar-default" {
|
||||
bg[NORMAL] = @dgrey
|
||||
}
|
||||
|
||||
style "taffybar-workspace-contents-visible" = "taffybar-default" {
|
||||
bg[NORMAL] = @black
|
||||
}
|
||||
|
||||
style "taffybar-hover-button" = "taffybar-default" {
|
||||
bg[ACTIVE] = @yellow
|
||||
bg[NORMAL] = @black
|
||||
bg[PRELIGHT] = @yellow
|
||||
text[PRELIGHT] = @yellow
|
||||
}
|
||||
|
||||
style "blue" = "taffybar-default" {
|
||||
bg[NORMAL]= @blue
|
||||
}
|
||||
style "orange" = "taffybar-default" {
|
||||
bg[NORMAL]= @orange
|
||||
}
|
||||
style "red" = "taffybar-default" {
|
||||
bg[NORMAL]= @red
|
||||
}
|
||||
style "yellow" = "taffybar-default" {
|
||||
bg[NORMAL]= @yellow
|
||||
}
|
||||
style "green" = "taffybar-default" {
|
||||
bg[NORMAL]= @green
|
||||
}
|
||||
style "teal" = "taffybar-default" {
|
||||
bg[NORMAL]= @teal
|
||||
}
|
||||
style "bgrey" = "taffybar-default" {
|
||||
bg[NORMAL]= @bgrey
|
||||
}
|
||||
|
||||
widget "Taffybar*" style "taffybar-default"
|
||||
widget "*WindowTitle*" style "taffybar-active-window"
|
||||
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-contents*-visible*" style "taffybar-workspace-contents-visible"
|
||||
|
||||
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-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-icon*-urgent*" style "taffybar-icon-urgent"
|
||||
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 "*clock-underline*" style "taffybar-workspace-border-active"
|
||||
widget "*tray-underline*" style "taffybar-workspace-border-hidden"
|
||||
widget "*blue-underline*" style "blue"
|
||||
widget "*red-underline*" style "red"
|
||||
widget "*yellow-underline*" style "yellow"
|
||||
widget "*orange-underline*" style "orange"
|
||||
widget "*green-underline*" style "green"
|
||||
widget "*teal-underline*" style "teal"
|
||||
widget "*bgrey-underline*" style "bgrey"
|
Loading…
Reference in New Issue
Block a user