Skip to content
laiso edited this page Feb 22, 2024 · 1 revision

Date module

  • Type : internal
  • Description : The Date module in Polybar is designed to display the current time with customizable formats.
  • How to modify :
    • For further customization, go check the Polybar wiki on the date module
    • If you want to change the format to MM/DD/YYYY replace the following line:
      date-alt = %H:%M:%S | %d-%m-%Y
      with
      date-alt = %H:%M:%S | %m-%d-%Y
Clone this wiki locally