From 318db43c960e7cc53e281f06d8c3db3d2c6b9377 Mon Sep 17 00:00:00 2001 From: Chandler Justice Date: Thu, 23 Nov 2023 18:18:55 -0700 Subject: added theme randomizer --- paths.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'paths.py') 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', } -- cgit v1.2.3