diff --git a/flake.lock b/flake.lock index a32f3ec..e5f0ee5 100644 --- a/flake.lock +++ b/flake.lock @@ -1630,11 +1630,11 @@ ] }, "locked": { - "lastModified": 1747229462, - "narHash": "sha256-JC/M6MboP7K0auO+A6MND+D7oPzB4E8J3YPHOVArPQU=", + "lastModified": 1747257326, + "narHash": "sha256-OD2oKwS9k5jmyGYPizg7oQB8PxERf/rQDyTRkC5ihX0=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "a15a4d2772feb280d0ae2edaddf79dbf7894d594", + "rev": "ceaeae595124939a4c8b80dce2d02144ca3107ce", "type": "github" }, "original": { diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index 9dc8cce..5c8639b 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -74,8 +74,8 @@ { on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; } { on = ["c" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";} - { on = ["c" "c"]; run = "yank"; desc = "Copy file"; } - { on = "y"; run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n" "yank"]; } + { on = ["c" "y"]; run = "yank"; desc = "Copy file (yank)"; } + { on = "y"; run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n" "yank"]; desc = "Yank selected files (copy)"; } { on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; } { on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; } diff --git a/modules/home/yazi/theme.toml b/modules/home/yazi/theme.toml index b13b1d0..7c2e8da 100644 --- a/modules/home/yazi/theme.toml +++ b/modules/home/yazi/theme.toml @@ -7,7 +7,7 @@ sep_left = { open = "", close = "" } sep_right = { open = "", close = "" } [tabs] -active = { bg = "blue", bold = true } -inactive = { fg = "blue", bg = "#282C34" } -sep_inner = { open = "", close = "" } -sep_outer = { open = "", close = "" } +active = { fg = "blue", bg = "#282C34" } +inactive = { fg = "#666666", bg = "#111111", dim = true } +sep_inner = { open = " ", close = " " } +sep_outer = { open = " ", close = " " }