catchup, yt-dlp

This commit is contained in:
kat witch 2021-10-14 16:38:20 +01:00
parent f5680d4c93
commit 230198732d
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 14 additions and 12 deletions

View file

@ -5,6 +5,7 @@
_1password
btop
bitwarden
lutris
element-wayland
exiftool
thunderbird

View file

@ -80,7 +80,7 @@
};
in
vim // other;
config = {
config = {
no-input-default-bindings = "";
profile = "gpu-hq";
gpu-context = "wayland";
@ -96,7 +96,8 @@
osd-border-size = 2; # font border pixels, default 3
term-osd-bar = true;
script-opts = lib.concatStringsSep ","
(lib.mapAttrsToList (k: v: "${k}=${toString v}") {
(lib.mapAttrsToList (k: v: "${k}=${toString v}") {
ytdl_hook-ytdl_path = "${pkgs.yt-dlp}/bin/yt-dlp";
osc-layout = "slimbox";
osc-vidscale = "no";
osc-deadzonesize = 0.75;

View file

@ -10,7 +10,7 @@
gst_all_1.gst-plugins-ugly
imv
ffmpeg-full
youtube-dl
yt-dlp
mkchromecast
v4l-utils
gimp-with-plugins

View file

@ -9,9 +9,10 @@
enable = true;
systemd.enable = true;
settings = [{
modules-left = [ "sway/workspaces" "sway/mode" "sway/window" ];
modules-center = [ "clock" "clock#s" "clock#arc" "clock#miku" "clock#hex" ];
modules-right = [
modules-right = [ "clock#s" "clock#arc" "clock#miku" "clock#hex" "clock" ];
modules-center = [ "sway/workspaces" "sway/mode" "sway/window" ];
modules-left = [
"tray"
"pulseaudio"
"custom/mail"
"cpu"
@ -23,7 +24,6 @@
"idle_inhibitor"
"custom/konawall"
"custom/gpg-status"
"tray"
];
modules = {

View file

@ -103,8 +103,8 @@ tooltip
#tray
@extend %extend_1
background: $base00t
border-top-right-radius: 1em
border-bottom-right-radius: 1em
border-top-left-radius: 1em
border-bottom-left-radius: 1em
padding: 0 10px 0 8px
menu
background: $base00t
@ -112,7 +112,7 @@ tooltip
color: $base07
.modules-left
.modules-center
margin: 2px 4px
border-radius: 1em
widget
@ -126,7 +126,7 @@ tooltip
&:last-child
margin-right: 0
.modules-center
.modules-left
margin: 2px 4px
border-radius: 1em
widget