Window title is more useful than typing speed
This commit is contained in:
parent
fe0217588e
commit
c2de9a36a4
1 changed files with 3 additions and 3 deletions
|
@ -73,15 +73,15 @@ inherit = bardefaults
|
||||||
height=18
|
height=18
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-right = info-hackspeed
|
modules-right = xwindow
|
||||||
monitor = ${env:MONITOR:eDP-1}
|
monitor = ${env:MONITOR:eDP-1}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = " %title:0:50:…%"
|
label = "%title:0:100:…%"
|
||||||
label-foreground = #777
|
label-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/xkeyboard]
|
[module/xkeyboard]
|
||||||
type = internal/xkeyboard
|
type = internal/xkeyboard
|
||||||
|
|
Loading…
Reference in a new issue