Polybar - Update dwm title length
set 80 title length
This commit is contained in:
parent
0ec9cdb4c1
commit
dc8b37dc1b
@ -26,7 +26,7 @@ secondary = #e60053
|
||||
alert = #bd2c40
|
||||
|
||||
[bar/dwm]
|
||||
monitor = ${env:MONITOR:HDMI-1}
|
||||
monitor = ${env:MONITOR:DP-3}
|
||||
width = 100%
|
||||
height = 27
|
||||
radius = 5.0
|
||||
@ -113,8 +113,8 @@ secondary-layout-symbol = [M]
|
||||
label-title = %title%
|
||||
label-title-padding = 0
|
||||
label-title-forefround = ${colors.primary}
|
||||
label-title-maxlen = 120
|
||||
label-title-minlen = 120
|
||||
label-title-maxlen = 80
|
||||
label-title-minlen = 80
|
||||
label-title-alignment = left
|
||||
|
||||
label-layout = %symbol%
|
||||
@ -335,6 +335,7 @@ ramp-foreground = ${colors.foreground-alt}
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/player-mpris-tail.py -f '{icon} {artist} - {title}'
|
||||
tail = true
|
||||
label-maxlen = 50
|
||||
|
||||
[module/myip]
|
||||
type = custom/script
|
||||
|
Loading…
Reference in New Issue
Block a user