#ifndef SMOLBOTE_DEFAULTS
#define SMOLBOTE_DEFAULTS

#define filter_path "~/.config/smolbote/hosts.d"
#define plugins_path "~/.config/smolbote/plugins.d"
#define profiles_path "~/.config/smolbote/profiles.d"
#define bookmarks_path "~/.config/smolbote/bookmarks.xbel"
#define downloads_path "~/Downloads"

#endif // SMOLBOTE_DEFAULTS