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