From 82deb52d9d5fca361c2e23bc1d26b165c17b90e1 Mon Sep 17 00:00:00 2001 From: Mark Berger Date: Mon, 30 Jan 2023 21:59:51 -0500 Subject: [PATCH] Update waybar styling and yt-dlp config --- .config/waybar/style.css | 8 ++++---- .config/yt-dlp/config | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 88cd25c..43ae349 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -2,13 +2,13 @@ border: none; border-radius: 0; font-family: "Inter Nerd Font", sans-serif; - font-size: 15px; + font-size: 16px; font-weight: 600; min-height: 0; } window#waybar { - background-color: #1d1d1d; + background-color: #131313; color: #ededed; } @@ -20,7 +20,7 @@ window#waybar { } #workspaces button { - background-color: #1d1d1d; + background-color: #131313; box-shadow: inherit; color: #ededed; text-shadow: inherit; @@ -41,7 +41,7 @@ window#waybar { } #workspaces button.default:hover { - background-color: #1d1d1d; + background-color: #131313; color: #ededed; } diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index b538485..e52cadb 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -4,6 +4,7 @@ --alias 1080p60 "--format 303+251 --merge-output-format webm" --alias 1440p60 "--format 308+251 --merge-output-format webm" --alias 2160p60 "--format 315+251 --merge-output-format webm" +--alias autosub "--embed-subs --sub-format best --write-auto-sub" --output '~/Downloads/%(upload_date)s - %(uploader)s - %(title)s - %(duration)ss [%(id)s] (%(resolution)s).%(ext)s' -- 2.45.2