aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/services/polybar/basic-configuration.conf
blob: 54448a705fcc1b69bedbfecb808b776b2e79eb4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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%