-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtaffybar.rc
54 lines (47 loc) · 1.84 KB
/
taffybar.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
style "taffybar-default" {
color["black"] = "#000000"
color["white"] = "#ffffff"
color["green"] = "#00ff00"
color["red"] = "#ff0000"
color["background"] = "#000000"
bg[NORMAL] = @background
fg[NORMAL] = @white
text[NORMAL] = @white
fg[PRELIGHT] = @white
bg[PRELIGHT] = @black
}
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] = @white
}
style "taffybar-workspace-border-visible" = "taffybar-default" {
bg[NORMAL] = @white
}
style "taffybar-workspace-border-empty" = "taffybar-default" {
bg[NORMAL] = @white
}
style "taffybar-workspace-border-hidden" = "taffybar-default" {
bg[NORMAL] = @white
}
style "taffybar-workspace-border-urgent" = "taffybar-default" {
bg[NORMAL] = @white
}
widget "Taffybar*" style "taffybar-default"
widget "Taffybar*WindowSwitcher*label" style "taffybar-active-window"
widget "*NotificationCloseButton" style "taffybar-notification-button"
widget "*Workspace-Border-*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-Border-*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-Border-*-empty*" style "taffybar-workspace-border-empty"
widget "*Workspace-Border-*-hidden*" style "taffybar-workspace-border-hidden"
widget "*Workspace-Border-*-urgent*" style "taffybar-workspace-border-urgent"
widget "*Workspace-Container-*-active*" style "taffybar-default"
widget "*Workspace-Container-*-visible*" style "taffybar-default"
widget "*Workspace-Container-*-empty*" style "taffybar-default"
widget "*Workspace-Container-*-hidden*" style "taffybar-default"
widget "*Workspace-Container-*-urgent*" style "taffybar-default"