1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00
home-manager/tests/modules/services/polybar/basic-configuration.conf
2020-03-04 21:26:35 +01:00

22 lines
334 B
Plaintext

[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
[module/date]
type = internal/date
interval = 5
date = "%d.%m.%y"
time = %H:%M
format-prefix-foreground = ${colors.foreground-alt}
label = %time% %date%