Add new folders to backup

This commit is contained in:
Ferit Yiğit BALABAN 2022-06-07 15:51:03 +03:00
parent 2c468b5cd7
commit 37fa1146ad

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# #
# Ferit Yiğit BALABAN <fyb@duck.com>, 2022 # Ferit Yiğit BALABAN <f@fybx.dev>, 2022
# #
import os.path import os.path
from subprocess import run from subprocess import run
@ -119,7 +119,11 @@ def special_copy(source, dest):
'nitrogen', 'nitrogen',
'picom', 'picom',
'polybar', 'polybar',
'rofi' 'rofi',
'xfce4',
'navi',
'gtk-4.0',
'flameshot'
] ]
dirs = os.listdir(source) dirs = os.listdir(source)
selected_dirs = [] selected_dirs = []
@ -263,3 +267,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()