Navigation Menu

Skip to content

Commit

Permalink
polybar: squeeze workspace labels and window title
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jun 22, 2017
1 parent 58c370f commit 83e3afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/polybar/config
Expand Up @@ -68,7 +68,7 @@ wm-restack = bspwm

[module/xwindow]
type = internal/xwindow
label = %title:0:64:...%
label-maxlen = 48

[module/xkeyboard]
type = internal/xkeyboard
Expand Down Expand Up @@ -111,7 +111,7 @@ label-urgent = %index%!
label-urgent-background = ${colors.alert}
label-urgent-padding = 2

label-empty = .
label-empty =
label-empty-foreground = ${colors.foreground-alt}
label-empty-padding = 2

Expand Down

0 comments on commit 83e3afd

Please sign in to comment.