diff options
| author | Chandler Justice <chandler@cock.li> | 2023-12-09 00:31:22 -0700 |
|---|---|---|
| committer | Chandler Justice <chandler@cock.li> | 2023-12-09 00:31:22 -0700 |
| commit | 7382992e00b104232454dfd3ef5f355fa3cb4095 (patch) | |
| tree | e271a76cbf0e80151cd9bca14695b5ad52d71502 /src/paths.py | |
| parent | 8269c373599e34b0fe4ffd1542420286dded0739 (diff) | |
refactor complete
Diffstat (limited to 'src/paths.py')
| -rw-r--r-- | src/paths.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/paths.py b/src/paths.py new file mode 100644 index 0000000..7ad287b --- /dev/null +++ b/src/paths.py @@ -0,0 +1,6 @@ +Paths = { + 'i3': '/home/chandler/.config/i3/config', + 'polybar': '/home/chandler/.config/polybar/config.ini', + 'wallpapers': '/home/chandler/Pictures/papes/', + 'lockscreen': '/home/chandler/.config/i3/' + } |
