mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
22 lines
334 B
Text
22 lines
334 B
Text
|
[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%
|