diff --git a/assets/yazi-themes/catppuccin-frappe-blue.toml b/assets/yazi-themes/catppuccin-frappe-blue.toml index 8a4b9ea..14773bf 100644 --- a/assets/yazi-themes/catppuccin-frappe-blue.toml +++ b/assets/yazi-themes/catppuccin-frappe-blue.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-flamingo.toml b/assets/yazi-themes/catppuccin-frappe-flamingo.toml index f393d56..266ee46 100644 --- a/assets/yazi-themes/catppuccin-frappe-flamingo.toml +++ b/assets/yazi-themes/catppuccin-frappe-flamingo.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-green.toml b/assets/yazi-themes/catppuccin-frappe-green.toml index 115f045..6526d2c 100644 --- a/assets/yazi-themes/catppuccin-frappe-green.toml +++ b/assets/yazi-themes/catppuccin-frappe-green.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-lavender.toml b/assets/yazi-themes/catppuccin-frappe-lavender.toml index 10e0b80..eee8345 100644 --- a/assets/yazi-themes/catppuccin-frappe-lavender.toml +++ b/assets/yazi-themes/catppuccin-frappe-lavender.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-maroon.toml b/assets/yazi-themes/catppuccin-frappe-maroon.toml index 5cc8496..e20db57 100644 --- a/assets/yazi-themes/catppuccin-frappe-maroon.toml +++ b/assets/yazi-themes/catppuccin-frappe-maroon.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-mauve.toml b/assets/yazi-themes/catppuccin-frappe-mauve.toml index 7054cec..badbf04 100644 --- a/assets/yazi-themes/catppuccin-frappe-mauve.toml +++ b/assets/yazi-themes/catppuccin-frappe-mauve.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-peach.toml b/assets/yazi-themes/catppuccin-frappe-peach.toml index 4cda6ea..00f1a97 100644 --- a/assets/yazi-themes/catppuccin-frappe-peach.toml +++ b/assets/yazi-themes/catppuccin-frappe-peach.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-pink.toml b/assets/yazi-themes/catppuccin-frappe-pink.toml index 0f267ff..2738680 100644 --- a/assets/yazi-themes/catppuccin-frappe-pink.toml +++ b/assets/yazi-themes/catppuccin-frappe-pink.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-red.toml b/assets/yazi-themes/catppuccin-frappe-red.toml index dfd3b03..3c9683e 100644 --- a/assets/yazi-themes/catppuccin-frappe-red.toml +++ b/assets/yazi-themes/catppuccin-frappe-red.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-rosewater.toml b/assets/yazi-themes/catppuccin-frappe-rosewater.toml index 936fc63..3fc98c4 100644 --- a/assets/yazi-themes/catppuccin-frappe-rosewater.toml +++ b/assets/yazi-themes/catppuccin-frappe-rosewater.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-sapphire.toml b/assets/yazi-themes/catppuccin-frappe-sapphire.toml index 43495d0..93bcedc 100644 --- a/assets/yazi-themes/catppuccin-frappe-sapphire.toml +++ b/assets/yazi-themes/catppuccin-frappe-sapphire.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-sky.toml b/assets/yazi-themes/catppuccin-frappe-sky.toml index a452679..958ec2a 100644 --- a/assets/yazi-themes/catppuccin-frappe-sky.toml +++ b/assets/yazi-themes/catppuccin-frappe-sky.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-teal.toml b/assets/yazi-themes/catppuccin-frappe-teal.toml index 9f4584e..4533100 100644 --- a/assets/yazi-themes/catppuccin-frappe-teal.toml +++ b/assets/yazi-themes/catppuccin-frappe-teal.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-frappe-yellow.toml b/assets/yazi-themes/catppuccin-frappe-yellow.toml index dc43252..2b1a694 100644 --- a/assets/yazi-themes/catppuccin-frappe-yellow.toml +++ b/assets/yazi-themes/catppuccin-frappe-yellow.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#303446", bg = "#eebebe", bold = true } unset_alt = { fg = "#eebebe", bg = "#414559"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8caaee", bg = "#51576d" } diff --git a/assets/yazi-themes/catppuccin-latte-blue.toml b/assets/yazi-themes/catppuccin-latte-blue.toml index 7364522..9db6993 100644 --- a/assets/yazi-themes/catppuccin-latte-blue.toml +++ b/assets/yazi-themes/catppuccin-latte-blue.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-flamingo.toml b/assets/yazi-themes/catppuccin-latte-flamingo.toml index c6618e3..9aaa874 100644 --- a/assets/yazi-themes/catppuccin-latte-flamingo.toml +++ b/assets/yazi-themes/catppuccin-latte-flamingo.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-green.toml b/assets/yazi-themes/catppuccin-latte-green.toml index 5159bff..0a30765 100644 --- a/assets/yazi-themes/catppuccin-latte-green.toml +++ b/assets/yazi-themes/catppuccin-latte-green.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-lavender.toml b/assets/yazi-themes/catppuccin-latte-lavender.toml index 977134a..ef5fc22 100644 --- a/assets/yazi-themes/catppuccin-latte-lavender.toml +++ b/assets/yazi-themes/catppuccin-latte-lavender.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-maroon.toml b/assets/yazi-themes/catppuccin-latte-maroon.toml index 101cf89..9d15ee1 100644 --- a/assets/yazi-themes/catppuccin-latte-maroon.toml +++ b/assets/yazi-themes/catppuccin-latte-maroon.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-mauve.toml b/assets/yazi-themes/catppuccin-latte-mauve.toml index b07c33a..727c144 100644 --- a/assets/yazi-themes/catppuccin-latte-mauve.toml +++ b/assets/yazi-themes/catppuccin-latte-mauve.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-peach.toml b/assets/yazi-themes/catppuccin-latte-peach.toml index b72a920..dbe0dbe 100644 --- a/assets/yazi-themes/catppuccin-latte-peach.toml +++ b/assets/yazi-themes/catppuccin-latte-peach.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-pink.toml b/assets/yazi-themes/catppuccin-latte-pink.toml index da18a0c..5260880 100644 --- a/assets/yazi-themes/catppuccin-latte-pink.toml +++ b/assets/yazi-themes/catppuccin-latte-pink.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-red.toml b/assets/yazi-themes/catppuccin-latte-red.toml index 4feb84e..7952f9e 100644 --- a/assets/yazi-themes/catppuccin-latte-red.toml +++ b/assets/yazi-themes/catppuccin-latte-red.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-rosewater.toml b/assets/yazi-themes/catppuccin-latte-rosewater.toml index 4f058d8..c144a43 100644 --- a/assets/yazi-themes/catppuccin-latte-rosewater.toml +++ b/assets/yazi-themes/catppuccin-latte-rosewater.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-sapphire.toml b/assets/yazi-themes/catppuccin-latte-sapphire.toml index adeac87..28e5339 100644 --- a/assets/yazi-themes/catppuccin-latte-sapphire.toml +++ b/assets/yazi-themes/catppuccin-latte-sapphire.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-sky.toml b/assets/yazi-themes/catppuccin-latte-sky.toml index de649c8..39dbef6 100644 --- a/assets/yazi-themes/catppuccin-latte-sky.toml +++ b/assets/yazi-themes/catppuccin-latte-sky.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-teal.toml b/assets/yazi-themes/catppuccin-latte-teal.toml index 02e54f3..5364724 100644 --- a/assets/yazi-themes/catppuccin-latte-teal.toml +++ b/assets/yazi-themes/catppuccin-latte-teal.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-latte-yellow.toml b/assets/yazi-themes/catppuccin-latte-yellow.toml index b7932e5..906bc7d 100644 --- a/assets/yazi-themes/catppuccin-latte-yellow.toml +++ b/assets/yazi-themes/catppuccin-latte-yellow.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#eff1f5", bg = "#dd7878", bold = true } unset_alt = { fg = "#dd7878", bg = "#ccd0da"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#1e66f5", bg = "#bcc0cc" } diff --git a/assets/yazi-themes/catppuccin-macchiato-blue.toml b/assets/yazi-themes/catppuccin-macchiato-blue.toml index 71471dd..15d0738 100644 --- a/assets/yazi-themes/catppuccin-macchiato-blue.toml +++ b/assets/yazi-themes/catppuccin-macchiato-blue.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-flamingo.toml b/assets/yazi-themes/catppuccin-macchiato-flamingo.toml index 8bb1922..5f995f3 100644 --- a/assets/yazi-themes/catppuccin-macchiato-flamingo.toml +++ b/assets/yazi-themes/catppuccin-macchiato-flamingo.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-green.toml b/assets/yazi-themes/catppuccin-macchiato-green.toml index 3582581..a6d4975 100644 --- a/assets/yazi-themes/catppuccin-macchiato-green.toml +++ b/assets/yazi-themes/catppuccin-macchiato-green.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-lavender.toml b/assets/yazi-themes/catppuccin-macchiato-lavender.toml index 08ab7e4..08005c8 100644 --- a/assets/yazi-themes/catppuccin-macchiato-lavender.toml +++ b/assets/yazi-themes/catppuccin-macchiato-lavender.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-maroon.toml b/assets/yazi-themes/catppuccin-macchiato-maroon.toml index 67b8b31..604f406 100644 --- a/assets/yazi-themes/catppuccin-macchiato-maroon.toml +++ b/assets/yazi-themes/catppuccin-macchiato-maroon.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-mauve.toml b/assets/yazi-themes/catppuccin-macchiato-mauve.toml index d514019..ba2eede 100644 --- a/assets/yazi-themes/catppuccin-macchiato-mauve.toml +++ b/assets/yazi-themes/catppuccin-macchiato-mauve.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-peach.toml b/assets/yazi-themes/catppuccin-macchiato-peach.toml index b5e8ff0..178d311 100644 --- a/assets/yazi-themes/catppuccin-macchiato-peach.toml +++ b/assets/yazi-themes/catppuccin-macchiato-peach.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-pink.toml b/assets/yazi-themes/catppuccin-macchiato-pink.toml index 5084a83..a16561d 100644 --- a/assets/yazi-themes/catppuccin-macchiato-pink.toml +++ b/assets/yazi-themes/catppuccin-macchiato-pink.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-red.toml b/assets/yazi-themes/catppuccin-macchiato-red.toml index 8d15e0d..4d6eee9 100644 --- a/assets/yazi-themes/catppuccin-macchiato-red.toml +++ b/assets/yazi-themes/catppuccin-macchiato-red.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-rosewater.toml b/assets/yazi-themes/catppuccin-macchiato-rosewater.toml index 9895e37..04b7a8d 100644 --- a/assets/yazi-themes/catppuccin-macchiato-rosewater.toml +++ b/assets/yazi-themes/catppuccin-macchiato-rosewater.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-sapphire.toml b/assets/yazi-themes/catppuccin-macchiato-sapphire.toml index 9790264..e213f7f 100644 --- a/assets/yazi-themes/catppuccin-macchiato-sapphire.toml +++ b/assets/yazi-themes/catppuccin-macchiato-sapphire.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-sky.toml b/assets/yazi-themes/catppuccin-macchiato-sky.toml index 035fcb9..63c223f 100644 --- a/assets/yazi-themes/catppuccin-macchiato-sky.toml +++ b/assets/yazi-themes/catppuccin-macchiato-sky.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-teal.toml b/assets/yazi-themes/catppuccin-macchiato-teal.toml index 6f93a97..392fe4c 100644 --- a/assets/yazi-themes/catppuccin-macchiato-teal.toml +++ b/assets/yazi-themes/catppuccin-macchiato-teal.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-macchiato-yellow.toml b/assets/yazi-themes/catppuccin-macchiato-yellow.toml index 68565df..2f4d8c6 100644 --- a/assets/yazi-themes/catppuccin-macchiato-yellow.toml +++ b/assets/yazi-themes/catppuccin-macchiato-yellow.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true } unset_alt = { fg = "#f0c6c6", bg = "#363a4f"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#8aadf4", bg = "#494d64" } diff --git a/assets/yazi-themes/catppuccin-mocha-blue.toml b/assets/yazi-themes/catppuccin-mocha-blue.toml index 7fb4a25..c54fc6c 100644 --- a/assets/yazi-themes/catppuccin-mocha-blue.toml +++ b/assets/yazi-themes/catppuccin-mocha-blue.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-flamingo.toml b/assets/yazi-themes/catppuccin-mocha-flamingo.toml index 4bc019b..235e144 100644 --- a/assets/yazi-themes/catppuccin-mocha-flamingo.toml +++ b/assets/yazi-themes/catppuccin-mocha-flamingo.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-green.toml b/assets/yazi-themes/catppuccin-mocha-green.toml index 68420b8..1721d83 100644 --- a/assets/yazi-themes/catppuccin-mocha-green.toml +++ b/assets/yazi-themes/catppuccin-mocha-green.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-lavender.toml b/assets/yazi-themes/catppuccin-mocha-lavender.toml index cd6ee32..1684559 100644 --- a/assets/yazi-themes/catppuccin-mocha-lavender.toml +++ b/assets/yazi-themes/catppuccin-mocha-lavender.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-maroon.toml b/assets/yazi-themes/catppuccin-mocha-maroon.toml index cd1253d..688ba89 100644 --- a/assets/yazi-themes/catppuccin-mocha-maroon.toml +++ b/assets/yazi-themes/catppuccin-mocha-maroon.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-mauve.toml b/assets/yazi-themes/catppuccin-mocha-mauve.toml index fe2d3aa..81d91a4 100644 --- a/assets/yazi-themes/catppuccin-mocha-mauve.toml +++ b/assets/yazi-themes/catppuccin-mocha-mauve.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-peach.toml b/assets/yazi-themes/catppuccin-mocha-peach.toml index a89f2f2..00a59c8 100644 --- a/assets/yazi-themes/catppuccin-mocha-peach.toml +++ b/assets/yazi-themes/catppuccin-mocha-peach.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-pink.toml b/assets/yazi-themes/catppuccin-mocha-pink.toml index d4bb8db..19f020b 100644 --- a/assets/yazi-themes/catppuccin-mocha-pink.toml +++ b/assets/yazi-themes/catppuccin-mocha-pink.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-red.toml b/assets/yazi-themes/catppuccin-mocha-red.toml index 45d02be..1af4865 100644 --- a/assets/yazi-themes/catppuccin-mocha-red.toml +++ b/assets/yazi-themes/catppuccin-mocha-red.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-rosewater.toml b/assets/yazi-themes/catppuccin-mocha-rosewater.toml index 4af9b5c..8d63a36 100644 --- a/assets/yazi-themes/catppuccin-mocha-rosewater.toml +++ b/assets/yazi-themes/catppuccin-mocha-rosewater.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-sapphire.toml b/assets/yazi-themes/catppuccin-mocha-sapphire.toml index 2813882..2ec3a31 100644 --- a/assets/yazi-themes/catppuccin-mocha-sapphire.toml +++ b/assets/yazi-themes/catppuccin-mocha-sapphire.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-sky.toml b/assets/yazi-themes/catppuccin-mocha-sky.toml index 09d9905..2814a99 100644 --- a/assets/yazi-themes/catppuccin-mocha-sky.toml +++ b/assets/yazi-themes/catppuccin-mocha-sky.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-teal.toml b/assets/yazi-themes/catppuccin-mocha-teal.toml index e61be1d..10d6a7e 100644 --- a/assets/yazi-themes/catppuccin-mocha-teal.toml +++ b/assets/yazi-themes/catppuccin-mocha-teal.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/assets/yazi-themes/catppuccin-mocha-yellow.toml b/assets/yazi-themes/catppuccin-mocha-yellow.toml index f35cdc7..c2ae1a3 100644 --- a/assets/yazi-themes/catppuccin-mocha-yellow.toml +++ b/assets/yazi-themes/catppuccin-mocha-yellow.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/config-stow b/config-stow index 069b6e9..68a3582 100755 --- a/config-stow +++ b/config-stow @@ -48,7 +48,7 @@ NIRI_PKGS = [ *GUI_BASE_PKGS, "hypr", # for hyprlock & hypridle "niri", # wm config - "quickshell", # widget & status bar & notifications & ... + "quickshell", # widgets & status bar & notifications & ... "rofi", # application launcher "wlogout" # logout menu ] diff --git a/config/niri/.config/niri/config/envs.kdl b/config/niri/.config/niri/config/envs.kdl index acca25c..8a6b299 100644 --- a/config/niri/.config/niri/config/envs.kdl +++ b/config/niri/.config/niri/config/envs.kdl @@ -16,6 +16,9 @@ environment { __GLX_VENDOR_LIBRARY_NAME "nvidia" NVD_BACKEND "nvidia" + // Fix Swing + _JAVA_AWT_WM_NONREPARENTING "1" + // Others XCURSOR_SIZE "24" ELECTRON_OZONE_PLATFORM_HINT "wayland" diff --git a/config/niri/.config/niri/config/misc.kdl b/config/niri/.config/niri/config/misc.kdl index cccfe86..b6a5dca 100644 --- a/config/niri/.config/niri/config/misc.kdl +++ b/config/niri/.config/niri/config/misc.kdl @@ -1,7 +1,7 @@ screenshot-path "~/Pictures/Screenshots/niri_screenshot_%Y-%m-%d_%H-%M-%S.png" debug { - render-drm-device "/dev/dri/card0" + render-drm-device "/dev/dri/card2" } // gestures { diff --git a/config/shell/.config/fish/post.d/alias.fish b/config/shell/.config/fish/post.d/alias.fish index ca937ba..ccac7cc 100644 --- a/config/shell/.config/fish/post.d/alias.fish +++ b/config/shell/.config/fish/post.d/alias.fish @@ -104,7 +104,7 @@ if type -q git # alias gc="git clone \$(wl-paste)" function gc set -l repo (wl-paste) - if not string match -r '^(http|https|git|ssh)://|^git@' "$repo" + if not string match -r '^(http|https|git|ssh)://|^git@' "$repo" >/dev/null 2>&1 echo "Error: Clipboard does not contain a valid git repository URL." >&2 echo "Error: Clipboard content: $repo" >&2 read -P "Enter a valid git repository URL: " repo @@ -119,9 +119,21 @@ if type -q git if type -q idea function pingo cd "$HOME/Repositories/PGdP" || return 1 - gc || return 1 - set -l repo_name (basename $repo .git) - nohup idea $repo_name >/dev/null 2>&1 & disown + set -l repo (wl-paste) + if not string match -r '^(http|https|git|ssh)://|^git@' "$repo" >/dev/null 2>&1 + echo "Error: Clipboard does not contain a valid git repository URL." >&2 + echo "Error: Clipboard content: $repo" >&2 + read -P "Enter a valid git repository URL: " repo + if not string match -r '^(http|https|git|ssh)://|^git@' "$repo" + echo "Error: Invalid git repository URL." >&2 + return 1 + end + end + set -l dir_name (basename $repo .git) + if ! test -d $dir_name + git clone $repo || return 1 + end + nohup idea $dir_name >/dev/null 2>&1 & disown end end end diff --git a/config/yazi/.config/yazi/theme.toml b/config/yazi/.config/yazi/theme.toml index 7fb4a25..c54fc6c 100755 --- a/config/yazi/.config/yazi/theme.toml +++ b/config/yazi/.config/yazi/theme.toml @@ -36,8 +36,8 @@ unset_main = { fg = "#1e1e2e", bg = "#f2cdcd", bold = true } unset_alt = { fg = "#f2cdcd", bg = "#313244"} [status] -separator_open = "" -separator_close = "" +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } progress_label = { fg = "#ffffff", bold = true } progress_normal = { fg = "#89b4fa", bg = "#45475a" } diff --git a/memo/kmscon.md b/memo/kmscon.md index 7999ff4..8a72886 100644 --- a/memo/kmscon.md +++ b/memo/kmscon.md @@ -99,6 +99,10 @@ login=/usr/bin/su - kolkas -s /usr/bin/fish --login ## 检测当前终端是否为 kmscon +kmscon 中 `$TERM` 将会是 `xterm-256color`,不具区分度,需要另寻他路。 + +> [!IMPORTANT] +> > 以下代码片段适用于 fish shell 检测所有祖先进程中是否有 kmscon: diff --git a/memo/niri-ricing.txt b/memo/niri-ricing.txt index c0acc9f..617df62 100644 --- a/memo/niri-ricing.txt +++ b/memo/niri-ricing.txt @@ -1,7 +1,6 @@ things I have installed: - in addition to everything in `./hyprland-ricing.txt`: +in addition to everything in `./hyprland-ricing.txt`: xwayland-satellite -wlsunset -grim # see /config/scripts/.local/scripts/screenshot-script \ No newline at end of file +wlsunset \ No newline at end of file diff --git a/memo/swing-blank.txt b/memo/swing-blank.txt new file mode 100644 index 0000000..f9900c5 --- /dev/null +++ b/memo/swing-blank.txt @@ -0,0 +1 @@ +niri和其他wm中某些JVM上(如使用Swing)的GUI应用打开后可能只显示空白窗口,可尝试添加_JAVA_AWT_WM_NONREPARENTING="1"到环境变量以防止应用无限等待根本不会发生的Reparenting。 \ No newline at end of file