mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
6 lines
201 B
Python
6 lines
201 B
Python
from pathlib import Path
|
|
|
|
CACHE_PATH = '{}/.cache/bauh'.format(Path.home())
|
|
CONFIG_PATH = '{}/.config/bauh'.format(Path.home())
|
|
DESKTOP_ENTRIES_DIR = '{}/.local/share/applications'.format(Path.home())
|