summaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
authorChandler Justice <chandler@cock.li>2023-11-23 18:18:55 -0700
committerChandler Justice <chandler@cock.li>2023-11-23 18:18:55 -0700
commit318db43c960e7cc53e281f06d8c3db3d2c6b9377 (patch)
treec4e2230b48cf8b64529e75dd8727f393bb554a54 /paths.py
parent0dffd519ce39f497c976ff384ed8ad79f49b5404 (diff)
added theme randomizer
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',
}