summaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'paths.py')
-rw-r--r--paths.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/paths.py b/paths.py
index 034a025..36b02c6 100644
--- a/paths.py
+++ b/paths.py
@@ -1,4 +1,6 @@
Paths = {
'i3': '/home/chandler/.config/i3/config',
- 'polybar': '/home/chandler/.config/polybar/config.ini'
+ 'polybar': '/home/chandler/.config/polybar/config.ini',
+ 'wallpapers': '/home/chandler/Pictures/papes/',
+ 'rofi': '/home/chandler/.config/rofi/activetheme.rasi',
}