Move polybar title module from center to left; Restict the title module to 65 characters.

This commit is contained in:
Philip Henning 2017-12-29 15:56:33 +01:00
parent ea3398491a
commit 6ae8717a29
2 changed files with 3 additions and 3 deletions

View file

@ -94,8 +94,8 @@ module-margin = 1
; modules-left = cpu ram ; modules-left = cpu ram
; modules-center = xwindow xbacklight ; modules-center = xwindow xbacklight
; modules-right = ipc clock ; modules-right = ipc clock
modules-left = bspwm modules-left = bspwm title
modules-center = title modules-center =
modules-right = cpu memory backlight volume battery date modules-right = cpu memory backlight volume battery date
; Position of the system tray window ; Position of the system tray window

View file

@ -79,7 +79,7 @@ format-padding = 1
; %title% ; %title%
; Default: %title% ; Default: %title%
label = %title% label = %title%
label-maxlen = 100 label-maxlen = 65
; ;
; Modules RIGHT ; Modules RIGHT