aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polybar/theme.ini
blob: 2f2562999235ba96e4bd67dd048bfa80dbc57494 (plain) (blame)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# My whole right side is pretty broken but I don't really care.
[colors]
background = #3b4252
background-alt = #3b4252
foreground = #d8dee9

red = #bf616a
green = #a3be8c
yellow = #ebcb8b

[bar/main]
;width = 17%
height = 35
fixed-center = true
override-redirect = true
background = #00000000
foreground = ${colors.foreground}
line-color = ${colors.yellow}
border-size = 0
border-color = #00000000
module-margin-left = 1
module-margin-right = 1
font-0 = JetBrainsMono Nerd Font:size=10;1
cursor-click = pointer
cursor-scroll = ns-resize
modules-left = bspwm
modules-center = date
;modules-right = spotify pulseaudio backlight battery wireless-network wired-network
modules-right = bsd-bat
padding-right = 2

[module/spotify]
type = custom/script
interval = 1
format-prefix = "  "
format-prefix-foreground = ${colors.yellow}
format = <label>
tail = true
exec = /home/cameron/.config/polybar/scripts/scroll.sh

[module/bspwm]
ws-icon-default =  
ws-icon-0 = one; 1
ws-icon-1 = two; 2
ws-icon-2 = three; 3
ws-icon-3 = four; 4
ws-icon-4 = five; 5
ws-icon-5 = six; 6
ws-icon-6 = seven; 7
ws-icon-7 = eight; 8
ws-icon-8 = nine; 9
ws-icon-9 = zero; 0

format = <label-state> <label-mode>
label-monitor = %name%

type = internal/bspwm

label-focused = "%icon%"
label-focused-foreground = ${colors.red}
label-focused-padding = 1

label-occupied = "%icon%"
label-occupied-foreground = ${colors.yellow}
label-occupied-padding = 1

label-urgent = "%icon%"
label-urgent-background = ${colors.red}
label-nrgent-padding = 1

label-empty = "%icon%"
label-empty-foreground = ${colors.foreground}
label-empty-padding = 1

[module/date]
type = internal/date
interval = 5
date = %m/%d/%Y
time = %I:%M
format-prefix-foreground = ${colors.yellow}
format-prefix = " "
label = " %time% %date%"

[module/pulseaudio]
type = internal/pulseaudio
format-volume = <label-volume>
label-volume = "  %percentage%%"
format-volume-prefix =    
label-volume-foreground = ${colors.foreground}
format-volume-prefix-foreground = ${colors.yellow}

format-muted = <label-muted>
label-muted = "" 
label-muted-foreground = ${colors.red}

[module/battery]
type = internal/battery
battery = BAT0
adapter = AC
full-at = 98

format-charging = "<animation-charging> <label-charging>"
format-discharging = "<ramp-capacity> <label-discharging>"

animation-charging-0 =   
animation-charging-1 =  
animation-charging-2 = 
animation-charging-3 = 
animation-charging-4 = 
animation-charging-foreground = ${colors.green}

ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-3 = 
ramp-capacity-4 = 
ramp-capacity-foreground = ${colors.green}

[module/bsd-bat]
type = custom/script
exec = sysctl -n hw.acpi.battery.life
interval = 50
format =  <label>% 
format-foreground = ${colors.green}

[module/wired-network]
type = internal/network
interface = enp7s0
accumulate-stats = true
label-connected = "  "
label-disconnected = "  "

[module/wireless-network]
type = internal/network
interface = wlp0s20f3
accumulate-stats = true
label-connected = "%essid% 直"
label-disconnected = "睊"

[module/backlight]
type = internal/backlight
card = intel_backlight
format-prefix-foreground = ${colors.yellow}
format-prefix = "  "

[settings]
screenchange-reload = true

[global/wm]
margin-top = 5
margin-bottom = 5