mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
0.9.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
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())
|
||||
CACHE_PATH = '{}/.cache/bauh'.format(str(Path.home()))
|
||||
CONFIG_PATH = '{}/.config/bauh'.format(str(Path.home()))
|
||||
DESKTOP_ENTRIES_DIR = '{}/.local/share/applications'.format(str(Path.home()))
|
||||
TEMP_DIR = '/tmp/bauh{}'.format('_root' if os.getuid() == 0 else '')
|
||||
|
||||
Reference in New Issue
Block a user