polybar配置改为3.7版的
parent
d08b358685
commit
9da4f73411
|
@ -41,18 +41,13 @@ fixed-center = true
|
||||||
|
|
||||||
modules-left = logo workspace pipe-db mpd
|
modules-left = logo workspace pipe-db mpd
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = netspeed pipe volume pipe power
|
modules-right = netspeed pipe tray pipe volume power
|
||||||
|
|
||||||
|
|
||||||
tray-position = right
|
|
||||||
tray-maxsize = 16
|
|
||||||
tray-padding = 5
|
|
||||||
tray-detached = false
|
|
||||||
tray-background = ${color.background}
|
|
||||||
tray-scale = 1.0
|
|
||||||
pseudo-transparency = true
|
pseudo-transparency = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
||||||
; 可点击鼠标状态
|
; 可点击鼠标状态
|
||||||
|
@ -80,3 +75,15 @@ compositing-foreground = over
|
||||||
compositing-overline = over
|
compositing-overline = over
|
||||||
compositing-underline = over
|
compositing-underline = over
|
||||||
compositing-border = over
|
compositing-border = over
|
||||||
|
|
||||||
|
|
||||||
|
[module/tray]
|
||||||
|
type = internal/tray
|
||||||
|
|
||||||
|
tray-margin = 6
|
||||||
|
tray-position = adaptive
|
||||||
|
tray-padding = 4
|
||||||
|
tray-maxsize = 16
|
||||||
|
tray-detached = false
|
||||||
|
tray-background = ${color.background}
|
||||||
|
tray-scale = 1.0
|
Loading…
Reference in New Issue