path:
root/
lgmtray.sample_config (
plain)
blob: 68a9c61544917d3f491217c010790c5a2a9a6bc9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# This is an example configuration file for gnotify
# Fill in the right values, and rename this file to ~/.gnotify
#
# WARNING: Every line is sensitive to spaces
# Authentication settings
username=myname
password=mypassword
# Should we dock to the system tray ?
dock=true
# Check for new messages every X seconds
check_interval=300
# Number of seconds that popups appear
# Note: Popups are not yet supported by existing system trays AFAIK
popup_timeout=3
# The background color of the tray
background_color=rgb:00/00/ff
#background_color=#47709B
#background_color=red
|