13 lines
314 B
YAML
13 lines
314 B
YAML
# ----------------#
|
|
# systrayUpdater #
|
|
# ----------------#
|
|
|
|
# Terminal emulator launch command and execute option
|
|
terminal: kitty
|
|
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: blue-logo.png
|