From 57f5f73554eac8342052b30f125700ce12069c69 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 15 Jul 2021 10:08:13 +0700 Subject: [PATCH] make h:m time in polybar bold --- users/rin/polybar.bspwm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/rin/polybar.bspwm.nix b/users/rin/polybar.bspwm.nix index 5ec7de9..88ced08 100644 --- a/users/rin/polybar.bspwm.nix +++ b/users/rin/polybar.bspwm.nix @@ -85,8 +85,8 @@ "module/datetime" = { type = "internal/date"; date = { - text = "%{T2}%%{F#fff}%H:%M%%{F-}"; - alt = "%{T2}%%{F#ccc}%A, %d %B %Y %%{F#fff}%H:%M%%{F#666}:%%{F#ccc}%S%%{F-}"; + text = "%{T1}%%{F#fff}%H:%M%%{F-}"; + alt = "%{T2}%%{F#ccc}%A, %d %B %Y %{T1}%%{F#fff}%H:%M%%{F#666}:%{T2}%%{F#ccc}%S%%{F-}"; }; format = { padding = 4;