From 21b376420f0ae29850ba4725d71a842f1b6fbb68 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Thu, 10 Jun 2021 00:20:04 +0530 Subject: Changed date module format in polybar --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/polybar/config') diff --git a/.config/polybar/config b/.config/polybar/config index 4aa858a..92d7a59 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -206,7 +206,7 @@ type = internal/date interval = 5 date = -date-alt = " %Y-%m-%d" +date-alt = " %d-%m-%Y" time = %H:%M time-alt = %H:%M:%S @@ -311,7 +311,7 @@ type = internal/xworkspaces pin-workspaces = false enable-click = true -enable-scroll = true +enable-scroll = false format = label-monitor = %name% -- cgit v1.2.3