62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
Plaintext
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
|
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
|
|
|
|
;; DECOR _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/sep]
|
|
type = custom/text
|
|
content = "--"
|
|
|
|
content-background = ${color.BG}
|
|
content-foreground = ${color.BG}
|
|
|
|
;; Dots
|
|
|
|
[module/dot]
|
|
type = custom/text
|
|
content =
|
|
content-foreground = ${color.BGL}
|
|
content-padding = 0
|
|
content-font = 4
|
|
|
|
[module/dot-alt]
|
|
inherit = module/dot
|
|
content-foreground = ${color.BLUEGRAY}
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/LD]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-background = ${color.BG}
|
|
content-foreground = ${color.BGL}
|
|
|
|
[module/RD]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-background = ${color.BG}
|
|
content-foreground = ${color.BGL}
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/LD1]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-background = ${color.BG}
|
|
content-foreground = ${color.WHITE}
|
|
|
|
[module/RD1]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-background = ${color.BG}
|
|
content-foreground = ${color.WHITE}
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
;; __________ ______
|
|
;; / ____/ __ \/ ____/
|
|
;; / __/ / / / / /_
|
|
;; / /___/ /_/ / __/
|
|
;; /_____/\____/_/
|
|
;;
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|