summaryrefslogtreecommitdiff
path: root/src/paths.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-01-26 23:42:16 -0700
committerChandler J <cjustice2000@gmail.com>2024-01-26 23:42:16 -0700
commit1be4c39b4367004cd44a5cfe1f64308f39e91a48 (patch)
treef12a1989a863982778ae33f9a7b09154abee82b8 /src/paths.py
parent007e7076c7404c86180ff3aa6ea3fe15024a87c3 (diff)
began adding rofi initializer
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'
}