Changed polybar module to 24-hour time format

This commit is contained in:
edwark43 2025-02-19 15:19:37 -05:00
parent c48b9eb58a
commit c7f57518ec

View File

@ -5,7 +5,7 @@ type = internal/date
interval = 1.0 interval = 1.0
time = %I:%M %P time = %H:%M
format-foreground = ${bar.fg} format-foreground = ${bar.fg}
date-alt = " %A, %d %B %Y" date-alt = " %A, %d %B %Y"
@ -266,4 +266,4 @@ icon-repeat-background = ${bar.bg}
toggle-on-foreground = ${bar.green} toggle-on-foreground = ${bar.green}
toggle-off-foreground = ${bar.red} toggle-off-foreground = ${bar.red}
##################################################### #####################################################