mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
catchup, yt-dlp
This commit is contained in:
parent
f5680d4c93
commit
230198732d
6 changed files with 14 additions and 12 deletions
|
|
@ -59,7 +59,7 @@ hotkeys: # Trigger various events on key combinations
|
|||
#- shutdown # safely shuts the guest system down
|
||||
#- reboot # reboots the guest
|
||||
#- exit # quits screenstub
|
||||
- triggers: [G]
|
||||
- triggers: [Esc]
|
||||
modifiers: [LeftMeta]
|
||||
events:
|
||||
- toggle_grab:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
_1password
|
||||
btop
|
||||
bitwarden
|
||||
lutris
|
||||
element-wayland
|
||||
exiftool
|
||||
thunderbird
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
gst_all_1.gst-plugins-ugly
|
||||
imv
|
||||
ffmpeg-full
|
||||
youtube-dl
|
||||
yt-dlp
|
||||
mkchromecast
|
||||
v4l-utils
|
||||
gimp-with-plugins
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue