diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-01-27 19:41:08 -0700 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-01-27 19:41:08 -0700 |
| commit | 62dae0243c597c3cbeaa9615a2169b81b0aada19 (patch) | |
| tree | a587903bc9cd2f8f84a93e6941874ded6eb15f0e /src/paths.py | |
| parent | 52e15e642258a56166c62efe33fd40a773f97fec (diff) | |
rofi initializer
Diffstat (limited to 'src/paths.py')
| -rw-r--r-- | src/paths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paths.py b/src/paths.py index db3d0ce..b4cf3d5 100644 --- a/src/paths.py +++ b/src/paths.py @@ -3,5 +3,5 @@ Paths = { 'polybar': '/home/chandler/.config/polybar/config.ini', 'wallpapers': '/home/chandler/Pictures/papes/', 'lockscreen': '/home/chandler/.config/i3/', - 'rofi': '/home/chandler/.config/rofi/activetheme.rasi' + 'rofi': '/home/chandler/.config/rofi/theme.rasi' } |
