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
|
||||
|
||||
modules-left = i3
|
||||
modules-right = info-hackspeed
|
||||
modules-right = xwindow
|
||||
monitor = ${env:MONITOR:eDP-1}
|
||||
|
||||
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = " %title:0:50:…%"
|
||||
label-foreground = #777
|
||||
label = "%title:0:100:…%"
|
||||
label-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
|
|
Loading…
Reference in a new issue