44 lines
1010 B
INI
44 lines
1010 B
INI
|
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
|
||
|
|
||
|
;; DECOR _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
|
|
||
|
;; Space
|
||
|
|
||
|
[module/space]
|
||
|
type = custom/text
|
||
|
content = --
|
||
|
content-background = ${color.BACKGROUND}
|
||
|
content-foreground = ${color.BACKGROUND}
|
||
|
content-padding = 0
|
||
|
|
||
|
[module/dot]
|
||
|
type = custom/text
|
||
|
content =
|
||
|
content-background = ${color.ALTBACKGROUND}
|
||
|
content-foreground = ${color.ALTBACKGROUND}
|
||
|
content-padding = 1
|
||
|
content-font = 7
|
||
|
|
||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
|
|
||
|
[module/LD]
|
||
|
type = custom/text
|
||
|
content = "%{T6}%{T-}"
|
||
|
content-background = ${color.BACKGROUND}
|
||
|
content-foreground = ${color.ALTBACKGROUND}
|
||
|
|
||
|
[module/RD]
|
||
|
type = custom/text
|
||
|
content = "%{T6}%{T-}"
|
||
|
content-background = ${color.BACKGROUND}
|
||
|
content-foreground = ${color.ALTBACKGROUND}
|
||
|
|
||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
|
;; __________ ______
|
||
|
;; / ____/ __ \/ ____/
|
||
|
;; / __/ / / / / /_
|
||
|
;; / /___/ /_/ / __/
|
||
|
;; /_____/\____/_/
|
||
|
;;
|
||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|