summaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
authorchqn <chandler@cock.li>2023-12-05 10:13:07 -0700
committerchqn <chandler@cock.li>2023-12-05 10:13:07 -0700
commitf029061dad768be5e7c39c1f6152660a0bbaf050 (patch)
tree3c8e346ea4b3d0d65dfe4230c698ab3b29c691ca /paths.py
parent4a4b859de75835753cf5bee7bfdfe089089fe2e1 (diff)
improved lock screen generation
Diffstat (limited to 'paths.py')
-rw-r--r--paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paths.py b/paths.py
index 36b02c6..7ad287b 100644
--- a/paths.py
+++ b/paths.py
@@ -2,5 +2,5 @@ Paths = {
'i3': '/home/chandler/.config/i3/config',
'polybar': '/home/chandler/.config/polybar/config.ini',
'wallpapers': '/home/chandler/Pictures/papes/',
- 'rofi': '/home/chandler/.config/rofi/activetheme.rasi',
+ 'lockscreen': '/home/chandler/.config/i3/'
}