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

25 lines
472 B
INI
Raw Normal View History

; 3个空格分隔模块
[module/pipe]
2023-07-05 14:38:35 +08:00
type = custom/text
content = %{T1} %{T-}
2023-07-05 14:38:35 +08:00
; 双倍分隔
[module/pipe-db]
2023-07-05 14:38:35 +08:00
type = custom/text
content = %{T1} %{T-}
2023-07-05 14:38:35 +08:00
; 左半圆
2023-07-05 14:38:35 +08:00
[module/LD]
type = custom/text
content = "%{T3}%{T-}"
content-background = ${color.background}
content-foreground = ${color.altbackground}
; 右半圆
2023-07-05 14:38:35 +08:00
[module/RD]
type = custom/text
content = "%{T3}%{T-}"
content-background = ${color.background}
content-foreground = ${color.altbackground}