mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Move polybar title module from center to left; Restict the title module to 65 characters.
This commit is contained in:
parent
ea3398491a
commit
6ae8717a29
|
@ -94,8 +94,8 @@ module-margin = 1
|
|||
; modules-left = cpu ram
|
||||
; modules-center = xwindow xbacklight
|
||||
; modules-right = ipc clock
|
||||
modules-left = bspwm
|
||||
modules-center = title
|
||||
modules-left = bspwm title
|
||||
modules-center =
|
||||
modules-right = cpu memory backlight volume battery date
|
||||
|
||||
; Position of the system tray window
|
||||
|
|
|
@ -79,7 +79,7 @@ format-padding = 1
|
|||
; %title%
|
||||
; Default: %title%
|
||||
label = %title%
|
||||
label-maxlen = 100
|
||||
label-maxlen = 65
|
||||
|
||||
;
|
||||
; Modules RIGHT
|
||||
|
|
Loading…
Reference in a new issue