diff --git a/.config/dcnnt/conf.json b/.config/dcnnt/conf.json deleted file mode 100644 index 11dffc3..0000000 --- a/.config/dcnnt/conf.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "log": { - "path": "$HOME/.log/dcnnt.log", - "size": 262144, - "count": 3 - }, - "self": { - "uin": 450, - "name": "envy", - "description": "", - "password": "lttrtlhcea" - }, - "port": 5040 -} \ No newline at end of file diff --git a/.config/dcnnt/devices/109589590.device.json b/.config/dcnnt/devices/109589590.device.json deleted file mode 100644 index 8f3310a..0000000 --- a/.config/dcnnt/devices/109589590.device.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "description": "", - "name": "Pixel 6A", - "password": "P[B@743efe4", - "role": "client", - "uin": 109589590 -} \ No newline at end of file diff --git a/.config/dcnnt/plugins/file.conf.json b/.config/dcnnt/plugins/file.conf.json deleted file mode 100644 index f08feb4..0000000 --- a/.config/dcnnt/plugins/file.conf.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "download_directory": "/home/tyler/Downloads", - "shared_dirs": [ - { - "path": "/home/tyler/Downloads", - "name": "Shared", - "glob": "*", - "deep": 1024 - } - ] -} diff --git a/.config/dcnnt/plugins/nots.conf.json b/.config/dcnnt/plugins/nots.conf.json deleted file mode 100644 index 752f26a..0000000 --- a/.config/dcnnt/plugins/nots.conf.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cmd": "notify-send -i '{icon}' '{title}' '{text}'" -} \ No newline at end of file diff --git a/.config/dcnnt/plugins/open.conf.json b/.config/dcnnt/plugins/open.conf.json deleted file mode 100644 index 3af6d96..0000000 --- a/.config/dcnnt/plugins/open.conf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "file": { - "download_directory": "/tmp/dcnnt/to_open", - "default_cmd": "xdg-open \"{path}\"" - }, - "link": { - "default_cmd": "xdg-open \"{url}\"" - } -} \ No newline at end of file diff --git a/.config/dcnnt/plugins/rcmd.conf.json b/.config/dcnnt/plugins/rcmd.conf.json deleted file mode 100644 index f4689d1..0000000 --- a/.config/dcnnt/plugins/rcmd.conf.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "menu": [ - { - "name": "Sync operations" - }, - { - "name": "pass sync", - "method": "shell", - "cmd": "pass git push" - }, - { - "name": "Administration" - }, - { - "name": "Shutdown", - "method": "shell", - "cmd": "doas shutdown -h now" - }, - { - "name": "Restart", - "method": "shell", - "cmd": "doas restart" - }, - { - "name": "Lock", - "method": "shell", - "cmd": "lock_with_cam.sh" - }, - { - "name": "Volume up", - "method": "shell", - "cmd": "pactl -- set-sink-volume 0 +5%" - }, - { - "name": "Volume down", - "method": "shell", - "cmd": "pactl -- set-sink-volume 0 -5%" - }, - { - "name": "Toggle mute", - "method": "shell", - "cmd": "pactl -- set-sink-mute 0 toggle" - } - ] -} diff --git a/.config/dcnnt/plugins/sync.conf.json b/.config/dcnnt/plugins/sync.conf.json deleted file mode 100644 index db20b0e..0000000 --- a/.config/dcnnt/plugins/sync.conf.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "dir": [ - { - "name": "Temporary", - "path": "/tmp/dcnnt/sync/files", - "on_done": null - } - ], - "file": [ - { - "name": "Example", - "path": "/tmp/dcnnt/sync/dcnnt-example-file.txt", - "on_merge": "cat \"{local}\" \"{remote}\" > \"{output}\"", - "on_done": "true" - } - ], - "contacts": { - "path": "/tmp/dcnnt/sync/contacts", - "backup_count": 3 - } -} \ No newline at end of file