13 lines
347 B
YAML
13 lines
347 B
YAML
# ----------------#
|
|
# systrayUpdater #
|
|
# ----------------#
|
|
|
|
# Terminal emulator launch command and execute option
|
|
terminal: $TERM
|
|
option: -e
|
|
# timer value is set to minutes
|
|
timer: 10
|
|
# Icons can be set to pre-defined colors: red, purple, blue, green, yellow, white, gray and black
|
|
# Custom icons should supply full and absolute path
|
|
icon: white
|