summaryrefslogtreecommitdiff
path: root/src/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths.py')
-rw-r--r--src/paths.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/paths.py b/src/paths.py
index 7ad287b..db3d0ce 100644
--- a/src/paths.py
+++ b/src/paths.py
@@ -2,5 +2,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/'
+ 'lockscreen': '/home/chandler/.config/i3/',
+ 'rofi': '/home/chandler/.config/rofi/activetheme.rasi'
}