-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
93 lines (84 loc) · 2.14 KB
/
config.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[colors]
background = #000000
background-alt = #303030
white = #FFFFFF
foreground = #FFFFFF
primary = #FFAD05
secondary = #FFFFFF
alert = #A54242
disabled = #707880
[bar/main]
height = 18pt
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 2pt
padding-left = 1
padding-right = 1
separator = |
separator-foreground = ${colors.disabled}
font-0 = "iosevka:weight=bold:pixelsize=13"
modules-left = xworkspaces xwindow
modules-right = pulseaudio battery wlan date
cursor-click = pointer
cursor-scroll = ns-resize
enable-ipc = true
wm-restack = bspwm
[module/xworkspaces]
type = internal/xworkspaces
ws-icon-0 = 0001
ws-icon-1 = 0010
ws-icon-2 = 0011
ws-icon-3 = 0100
label-active = %name%
label-active-background = ${colors.background-alt}
label-active-underline= ${colors.primary}
label-active-padding = 1
label-occupied = %name%
label-occupied-padding = 1
label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent-padding = 1
label-empty = %name%
label-empty-foreground = ${colors.disabled}
label-empty-padding = 1
[module/xwindow]
type = internal/xwindow
label = %title:0:30:...%
[module/pulseaudio]
type = internal/pulseaudio
format-volume-prefix = "VOL "
format-volume-prefix-foreground = ${colors.primary}
format-volume = <label-volume>
label-volume = %percentage%%
label-muted = muted
label-muted-foreground = ${colors.disabled}
[network-base]
type = internal/network
interval = 90
format-connected = <label-connected>
format-disconnected = <label-disconnected>
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected = %{F#98d1ce}%ifname%%{F-} %essid% %local_ip%
[module/date]
type = internal/date
interval = 90
date = %H:%M
date-alt = %Y-%m-%d %H:%M:%S
label = %date%
label-foreground = ${colors.primary}
[settings]
screenchange-reload = true
pseudo-transparency = false
[module/battery]
type = internal/battery
full-at = 85
low-at = 20
format-charging = <label-charging>
format-discharging = <label-discharging>
label-charging = charging %percentage%%
label-discharging = discharging %percentage%%
format-full = FULL
foreground = #FFAD05