mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
11 lines
247 B
INI
11 lines
247 B
INI
[module/jdate]
|
|
type = custom/script
|
|
# should be every day
|
|
interval = 100
|
|
label-font = 4
|
|
# format-foreground = #fc8353
|
|
format-background = ${color.shade4}
|
|
format-foreground = #c678dd
|
|
format-padding = 1
|
|
exec = python ~/SudacodeRice/scripts/date.py
|