~maberger/dotfiles

82deb52d9d5fca361c2e23bc1d26b165c17b90e1 — Mark Berger 1 year, 8 months ago d3a3df9
Update waybar styling and yt-dlp config
2 files changed, 5 insertions(+), 4 deletions(-)

M .config/waybar/style.css
M .config/yt-dlp/config
M .config/waybar/style.css => .config/waybar/style.css +4 -4
@@ 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;
}


M .config/yt-dlp/config => .config/yt-dlp/config +1 -0
@@ 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'