2023-07-07 10:28:48 +08:00
|
|
|
; 3个空格分隔模块
|
|
|
|
[module/pipe]
|
2023-07-05 14:38:35 +08:00
|
|
|
type = custom/text
|
2023-07-07 10:28:48 +08:00
|
|
|
content = %{T1} %{T-}
|
2023-07-05 14:38:35 +08:00
|
|
|
|
2023-07-07 10:28:48 +08:00
|
|
|
; 双倍分隔
|
|
|
|
[module/pipe-db]
|
2023-07-05 14:38:35 +08:00
|
|
|
type = custom/text
|
2023-07-07 10:28:48 +08:00
|
|
|
content = %{T1} %{T-}
|
2023-07-05 14:38:35 +08:00
|
|
|
|
|
|
|
|
2023-07-07 10:28:48 +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-07 10:28:48 +08:00
|
|
|
; 右半圆
|
2023-07-05 14:38:35 +08:00
|
|
|
[module/RD]
|
|
|
|
type = custom/text
|
|
|
|
content = "%{T3}%{T-}"
|
|
|
|
content-background = ${color.background}
|
2023-07-07 10:28:48 +08:00
|
|
|
content-foreground = ${color.altbackground}
|