blob: c919b1971fb1170ce454f0831aedc8653d4ed296 (
plain)
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
|
[module/battery1]
type = internal/battery
battery = BAT0
adapter = AC
poll-interval = 5
format-charging = <label-charging>
format-charging-foreground = ${color.fg-half}
format-full = 100%
format-discharging = <label-discharging>
label-charging = %percentage%%
label-discharging = %percentage%%
[module/battery2]
type = internal/battery
battery = BAT1
adapter = AC
poll-interval = 5
format-charging = <label-charging>
format-charging-foreground = ${color.fg-half}
format-full = 100%
format-discharging = <label-discharging>
label-charging = %percentage%%
label-discharging = %percentage%%
[module/brightness]
type = internal/backlight
card = intel_backlight
format = <label>
[module/wireless]
type = internal/network
interface = wlan0
format-connected = <label-connected>
format-disconnected = <label-disconnected>
label-connected = %essid%
label-disconnected = no network
[module/rooster]
type = custom/script
exec = ~/.local/share/bin/now
interval = 300
label-font = 1
click-left = brave https://rooster.avans.nl/
[module/mpd]
type = internal/mpd
format-online = <toggle> <label-song>
format-offline =
format-stopped =
icon-play = [一時停止]
icon-pause = [再生中]
label-song = %{T2}%artist%%{T-}: %title%
label-song-maxlen = 50
label-song-ellipsis = true
; vim:ft=dosini
|