From 945c3d8cb7e9f5cb9de8b83e9fc40a581dc42611 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 17:18:29 -0700 Subject: Separate polybar modules --- .config/polybar/date.ini | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .config/polybar/date.ini (limited to '.config/polybar/date.ini') diff --git a/.config/polybar/date.ini b/.config/polybar/date.ini new file mode 100644 index 0000000..4385072 --- /dev/null +++ b/.config/polybar/date.ini @@ -0,0 +1,36 @@ +# NOTE: This module supports most—but not all—of the formatting sequences that can be found in man date. For example, to display the time in 12-hour format, you can use either %I:%M or %l:%M for a 0-padded hour or a space-padded hour respectively. +# Formatting sequences such as %-I (12-hour time without padding) will not work. Use a custom script with the date command as a workaround. +[module/date] +type = internal/date +# Seconds to sleep between updates +# Default: 1.0 +interval = 1.0 + +# See "https://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 %%{...} +date = %d-%m-%y% + +# Optional time format +time = %H:%M + +# if 'date-alt' or 'time-alt' is defined, clicking +# the module will toggle between formats +date-alt = %A, %d %B %Y +time-alt = %H:%M:%S + +# Available tags: +#