13 lines
314 B
YAML
13 lines
314 B
YAML
|
# ----------------#
|
||
|
# systrayUpdater #
|
||
|
# ----------------#
|
||
|
|
||
|
# Terminal emulator launch command and execute option
|
||
|
terminal: $TERM
|
||
|
option: -e
|
||
|
# timer value is set to minutes
|
||
|
timer: 1
|
||
|
# custom icons should follow Arch linux standards
|
||
|
# custom icons should be stored in ~/.config/systrayUpdater
|
||
|
icon: white-logo.png
|