mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05: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-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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue