-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
91 lines (73 loc) · 1.71 KB
/
config.ini
File metadata and controls
91 lines (73 loc) · 1.71 KB
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
[colors]
foreground = #93a1a1
background = #262626
accent_1 = #D4A989
warning = #FD7D70
[global/wm]
margin-top = 0
margin-bottom = 0
[bar/bottom]
monitor = ${env:MONITOR:eDP1}
enable-ipc = true
override-redirect = false
width = 100%
height = 30
bottom = true
offset-x = 0
offset-y = 0
background = ${colors.background}
foreground = ${colors.foreground}
font-0 = Hack Nerd Font:size=11
font-1 = Hack Nerd Font:size=13
modules-left = volume temperature environment gh-contrib gh-contrib-refresh
modules-center = workspace-selector
modules-right = date tray
padding-left = 2
padding-right = 1
module-margin-left = 0
module-margin-right = 3
[module/tray]
type = internal/tray
tray-spacing = 12px
[module/volume]
type = internal/pulseaudio
use-ui-max = true
format-volume = "<ramp-volume> <label-volume>"
ramp-volume-font = 1
ramp-volume-0 =
ramp-volume-1 =
ramp-volume-2 =
label-muted = ""
label-muted-foreground = ${colors.warning}
click-middle = pavucontrol
[module/date]
type = internal/date
interval = 60
date = "%d %b"
time = "%H:%M %Z"
format = "<label>"
format-prefix = ""
format-prefix-padding-right = 1
label = "%date% %time%"
[module/temperature]
type = internal/temperature
interval = 60
format-prefix = ""
format-prefix-padding-right = 2
[module/environment]
type = custom/script
exec = ~/.config/polybar/script/environment.sh
tail = false
interval = 60
[module/workspace-selector]
type = custom/script
exec = ~/.config/polybar/script/workspaces.sh
tail = true
[module/gh-contrib]
type = custom/ipc
hook-0 = ~/.config/polybar/script/gh-contrib.sh
click-left = "#gh-contrib.hook.0"
[module/gh-contrib-refresh]
type = custom/script
exec = polybar-msg action "#gh-contrib.hook.0" >/dev/null
interval = 300