make h:m time in polybar bold

This commit is contained in:
LavaDesu 2021-07-15 10:08:13 +07:00
parent 38f13494a2
commit 57f5f73554
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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;