From 78bbc87a9a52346ba98e81e075eed428ad9874a4 Mon Sep 17 00:00:00 2001 From: omri Date: Fri, 8 Nov 2024 11:56:13 +0200 Subject: [PATCH] polybar: change date format to day-month-year --- .config/polybar/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 76b5fdb..0b201b7 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -132,7 +132,7 @@ type = internal/date interval = 1 date = %H:%M -date-alt = %Y-%m-%d %H:%M:%S +date-alt = %d-%m-%Y %H:%M:%S label = %date% label-foreground = ${colors.foreground} @@ -144,7 +144,7 @@ host = 127.0.0.1 port = 6600 interval = 2 -label-song = %title% +label-song = %artist% - %title% [settings] screenchange-reload = true