wm-logs/home/config/polybar/modules/comm.ini

30 lines
648 B
INI
Raw Normal View History

2023-07-05 14:38:35 +08:00
; 空格
[module/space]
type = custom/text
content = %{T1} %{T-}
; 一个点
[module/dot]
type = custom/text
content =
content-foreground = ${color.altbackground}
content-padding = 1
content-font = 4
; 颜色反转的点
[module/dot-alt]
inherit = module/dot
content-foreground = ${color.altforeground}
; 左右半圆符号, 用于来实现polybar圆角的
[module/LD]
type = custom/text
content = "%{T3}%{T-}"
content-background = ${color.background}
content-foreground = ${color.altbackground}
[module/RD]
type = custom/text
content = "%{T3}%{T-}"
content-background = ${color.background}
content-foreground = ${color.altbackground}