make h:m time in polybar bold
This commit is contained in:
parent
38f13494a2
commit
57f5f73554
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@
|
||||||
"module/datetime" = {
|
"module/datetime" = {
|
||||||
type = "internal/date";
|
type = "internal/date";
|
||||||
date = {
|
date = {
|
||||||
text = "%{T2}%%{F#fff}%H:%M%%{F-}";
|
text = "%{T1}%%{F#fff}%H:%M%%{F-}";
|
||||||
alt = "%{T2}%%{F#ccc}%A, %d %B %Y %%{F#fff}%H:%M%%{F#666}:%%{F#ccc}%S%%{F-}";
|
alt = "%{T2}%%{F#ccc}%A, %d %B %Y %{T1}%%{F#fff}%H:%M%%{F#666}:%{T2}%%{F#ccc}%S%%{F-}";
|
||||||
};
|
};
|
||||||
format = {
|
format = {
|
||||||
padding = 4;
|
padding = 4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue