diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-01-26 23:42:16 -0700 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-01-26 23:42:16 -0700 |
| commit | 1be4c39b4367004cd44a5cfe1f64308f39e91a48 (patch) | |
| tree | f12a1989a863982778ae33f9a7b09154abee82b8 /src/paths.py | |
| parent | 007e7076c7404c86180ff3aa6ea3fe15024a87c3 (diff) | |
began adding rofi initializer
Diffstat (limited to 'src/paths.py')
| -rw-r--r-- | src/paths.py | 3 |
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' } |
