From 68766ae03bf95601bdb3870c84b9c8545e724bdc Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 23 Aug 2020 18:02:31 +0000 Subject: [PATCH] Upload New File --- arch-config/.config/polybar/modules/date.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arch-config/.config/polybar/modules/date.ini diff --git a/arch-config/.config/polybar/modules/date.ini b/arch-config/.config/polybar/modules/date.ini new file mode 100644 index 00000000..29e5424c --- /dev/null +++ b/arch-config/.config/polybar/modules/date.ini @@ -0,0 +1,18 @@ +[module/date] +;https://github.com/jaagr/polybar/wiki/Module:-date +type = internal/date +; Seconds to sleep between updates +interval = 5 +; 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 %%{...} +;date = " %d-%m-%Y" +date = " %a %d." +date-alt = " %Y-%m-%d" +time = %H:%M +time-alt = %H:%M +format-prefix = " " +format-prefix-foreground = ${colors.orange} +format-underline = ${colors.orange} +format-foreground = ${colors.foreground} +format-background = ${colors.background} +label = %date% %time% \ No newline at end of file