2020-03-02 22:31:15 +01:00
|
|
|
[bar/top]
|
|
|
|
height=3%
|
|
|
|
modules-center=date
|
|
|
|
monitor=${env:MONITOR:eDP1}
|
|
|
|
radius=0
|
|
|
|
width=100%
|
|
|
|
|
|
|
|
[module/date]
|
|
|
|
date=%d.%m.%y
|
|
|
|
internal=5
|
|
|
|
label=%time% %date%
|
|
|
|
time=%H:%M
|
|
|
|
type=internal/date
|
|
|
|
|
2021-02-20 18:34:59 +01:00
|
|
|
[module/volume]
|
|
|
|
click-right=pavucontrol &
|
|
|
|
format-volume=<ramp-volume> <label-volume>
|
|
|
|
label-muted=🔇
|
|
|
|
label-muted-foreground=#666
|
|
|
|
ramp-volume-0=🔈
|
|
|
|
ramp-volume-1=🔉
|
|
|
|
ramp-volume-2=🔊
|
|
|
|
type=internal/pulseaudio
|
|
|
|
|
2020-03-02 22:31:15 +01:00
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
|
|
|
interval = 5
|
|
|
|
date = "%d.%m.%y"
|
|
|
|
time = %H:%M
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
label = %time% %date%
|
2021-02-20 18:34:59 +01:00
|
|
|
|