From 7382992e00b104232454dfd3ef5f355fa3cb4095 Mon Sep 17 00:00:00 2001 From: Chandler Justice Date: Sat, 9 Dec 2023 00:31:22 -0700 Subject: refactor complete --- src/paths.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/paths.py (limited to 'src/paths.py') 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/' + } -- cgit v1.2.3