diff options
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/' + } |
