[polybar] Make clock bigger
This commit is contained in:
parent
55dab8ae61
commit
78d1658acf
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ try:
|
|||
minute = minutehands[ t.minute // 5 ]
|
||||
hour = hourhands [ t.hour % 12 ]
|
||||
|
||||
return color_for(t) + "%{T8}%{F}%{F#000}%{O-24}" + hour + "%{O-24}" + minute + "%{T-}%{F}"
|
||||
return color_for(t) + "%{T8}%{F}%{F#000}%{O-27}" + hour + "%{O-27}" + minute + "%{T-}%{F}"
|
||||
|
||||
|
||||
def color_for(t):
|
||||
|
|
|
@ -48,7 +48,7 @@ font-4 = "Fira Mono:size=7;-1"
|
|||
; Specialised icons
|
||||
font-5 = "Weather Icons:size=10;1"
|
||||
font-6 = "Bar Material Supplements:pixelsize=14;1"
|
||||
font-7 = "Bar Material Supplements:pixelsize=19;3"
|
||||
font-7 = "Bar Material Supplements:pixelsize=21;3"
|
||||
; MPD song position
|
||||
font-8 = "Freemono:size=7;9"
|
||||
|
||||
|
|
Loading…
Reference in a new issue