diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 72d8e62..bdaea36 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -67,7 +67,7 @@ }, "clock": { "tooltip-format": "{:%A, %B %d, %Y}", - "format": "{:%H:%M}" + "format": "{:%I:%M %p}" }, "battery": { "interval": 10, diff --git a/.config/yt-dlg/log b/.config/yt-dlg/log new file mode 100644 index 0000000..9e80a4c --- /dev/null +++ b/.config/yt-dlg/log @@ -0,0 +1,2 @@ +2024-05-21 22:15:24,555-DEBUG-Worker_1-ERROR: [generic] Unable to download webpage: : Failed to establish a new connection: [Errno -2] Name or service not known (caused by TransportError(': Failed to establish a new connection: [Errno -2] Name or service not known')) +2024-05-21 22:15:24,555-DEBUG-Worker_1-Child process exited with non-zero code: 1 diff --git a/.config/yt-dlg/settings.json b/.config/yt-dlg/settings.json new file mode 100644 index 0000000..004c917 --- /dev/null +++ b/.config/yt-dlg/settings.json @@ -0,0 +1,75 @@ +{ + "save_path": "/home/joel", + "save_path_dirs": [ + "/home/joel", + "/home/joel/Downloads", + "/home/joel/Desktop", + "/home/joel/Videos", + "/home/joel/Music" + ], + "video_format": "webm", + "second_video_format": "0", + "to_audio": false, + "keep_video": false, + "audio_format": "", + "audio_quality": "5", + "restrict_filenames": false, + "dark_mode": false, + "output_format": "1", + "output_template": "%(uploader)s/%(title)s.%(ext)s", + "playlist_start": 1, + "playlist_end": 0, + "max_downloads": 0, + "min_filesize": 0, + "max_filesize": 0, + "min_filesize_unit": "", + "max_filesize_unit": "", + "write_subs": false, + "write_all_subs": false, + "write_auto_subs": false, + "embed_subs": false, + "subs_lang": "en", + "ignore_errors": true, + "open_dl_dir": false, + "write_description": false, + "write_info": false, + "write_thumbnail": false, + "retries": 10, + "user_agent": "", + "referer": "", + "proxy": "", + "shutdown": false, + "sudo_password": "", + "username": "", + "password": "", + "video_password": "", + "cli_backend": "yt-dlp", + "youtubedl_path": "/home/joel/.config/yt-dlg", + "cmd_args": "", + "enable_log": true, + "log_time": true, + "workers_number": 3, + "locale_name": "en_US", + "main_win_size": "951/516", + "opts_win_size": "951/516", + "selected_video_formats": [ + "webm", + "mp4" + ], + "selected_audio_formats": [ + "mp3", + "m4a", + "vorbis" + ], + "selected_format": "webm", + "youtube_dl_debug": false, + "ignore_config": true, + "confirm_exit": true, + "native_hls": true, + "show_completion_popup": true, + "confirm_deletion": true, + "nomtime": false, + "embed_thumbnail": false, + "add_metadata": false, + "disable_update": false +} \ No newline at end of file diff --git a/.config/yt-dlg/yt-dlp b/.config/yt-dlg/yt-dlp new file mode 100755 index 0000000..e7032ef Binary files /dev/null and b/.config/yt-dlg/yt-dlp differ