Show time and date in center
This commit is contained in:
parent
0176d920b0
commit
0ee28828e7
@ -83,8 +83,8 @@ font-5 = Iosevka:style=Regular:size=16;3
|
|||||||
|
|
||||||
|
|
||||||
modules-left = full sysmenu full i3 full left-top right-bot full xwindow full left-top
|
modules-left = full sysmenu full i3 full left-top right-bot full xwindow full left-top
|
||||||
modules-center =
|
modules-center = right-bot full date full left-bot
|
||||||
modules-right = right-top full player-cmus full left-bot right-top full date full left-bot right-top full battery full left-bot right-top
|
modules-right = right-top full player-cmus full left-bot right-top full battery full left-bot right-top
|
||||||
|
|
||||||
tray-detached = false
|
tray-detached = false
|
||||||
tray-offset-x = 0
|
tray-offset-x = 0
|
||||||
|
@ -6,13 +6,13 @@ interval = 5
|
|||||||
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
||||||
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
||||||
;date = " %d-%m-%Y"
|
;date = " %d-%m-%Y"
|
||||||
date =
|
date = " %d.%m.%Y"
|
||||||
date-alt = " %Y-%m-%d"
|
;date-alt = " %Y-%m-%d"
|
||||||
time = " %H:%M"
|
time = " %H:%M"
|
||||||
time-alt =
|
;time-alt =
|
||||||
format-prefix =
|
;format-prefix =
|
||||||
;format-prefix-foreground = ${colors.orange}
|
;format-prefix-foreground = ${colors.orange}
|
||||||
format-underline = ${colors.underline}
|
format-underline = ${colors.underline}
|
||||||
format-foreground = ${colors.foreground}
|
format-foreground = ${colors.foreground}
|
||||||
format-background = ${colors.modbackground}
|
format-background = ${colors.modbackground}
|
||||||
label = %date% %time%
|
label = %time% | %date%
|
||||||
|
Loading…
Reference in New Issue
Block a user