summaryrefslogtreecommitdiff
path: root/src/paths.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-03-02 12:39:36 -0700
committerChandler J <cjustice2000@gmail.com>2024-03-02 12:39:36 -0700
commit2c98c5fe81cd649a6ae66dd3ed295f1cb2f46849 (patch)
treefce5790659b300d64f1b1bbdb93ea0dfb10cd69e /src/paths.py
parentb956fdd8cd5a4dc0620d02d0f981e507a4ee85e5 (diff)
improved color picking procedure
Diffstat (limited to 'src/paths.py')
-rw-r--r--src/paths.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/paths.py b/src/paths.py
deleted file mode 100644
index b4cf3d5..0000000
--- a/src/paths.py
+++ /dev/null
@@ -1,7 +0,0 @@
-Paths = {
- 'i3': '/home/chandler/.config/i3/config',
- 'polybar': '/home/chandler/.config/polybar/config.ini',
- 'wallpapers': '/home/chandler/Pictures/papes/',
- 'lockscreen': '/home/chandler/.config/i3/',
- 'rofi': '/home/chandler/.config/rofi/theme.rasi'
- }