-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpolybar.ini
77 lines (60 loc) · 1.74 KB
/
polybar.ini
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
[settings]
pseudo-transparency = true
[colors]
background = #BB282a36
background-alt = #CC44475a
background-alt-alt = #CCbd93f9
foreground = #f8f8f2
foreground-alt = #3E147A
primary = #ffb52a
secondary = #e60053
alert = #ffb86c
[bar/top]
monitor = ${env:MONITOR}
width = 100%
height = 40px
modules-left = i3
modules-center = date
background = ${colors.background}
foreground = ${colors.foreground}
font-0 = Source Code Pro:pixelsize=18:weight=semibold;4
tray-position = right
pseudo-transparency = true
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false
; Only show workspaces on the same output as the bar
pin-workspaces = true
; focused = Active workspace on focused monitor
label-focused = %index%
label-focused-background = ${colors.background-alt-alt}
label-focused-foreground = ${colors.foreground-alt}
label-focused-padding = 1
; unfocused = Inactive workspace on any monitor
label-unfocused = %index%
label-unfocused-padding = 1
label-unfocused-foreground = ${colors.foreground}
label-unfocused-background = ${colors.background-alt}
label-unfocused-underline = ${colors.alert}
; visible = Active workspace on unfocused monitor
label-visible = %index%
label-visible-padding = ${self.label-unfocused-padding}
label-visible-foreground = ${self.label-unfocused-foreground}
label-visible-background = ${self.label-unfocused-background}
; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent-background = ${colors.alert}
label-urgent-padding = 1
[module/date]
type = internal/date
interval = 15
date =
date-alt = " %Y-%m-%d"
time = %H:%M
time-alt = %H:%M:%S
format-prefix =
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5
label = %date% %time%