hyprland: fix path

This commit is contained in:
2026-08-23 01:50:16 +02:00
parent e4805e5027
commit 02e21b903b
18 changed files with 15 additions and 16 deletions
+1 -2
View File
@@ -12,9 +12,8 @@ gtk-enable-input-feedback-sounds=0
gtk-font-name=Sarasa UI SC, 10 gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus gtk-icon-theme-name=Papirus
gtk-menu-images=true gtk-menu-images=true
gtk-modules=colorreload-gtk-module:appmenu-gtk-module gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true gtk-primary-button-warps-slider=true
gtk-shell-shows-menubar=1
gtk-sound-theme-name=ocean gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+4 -4
View File
@@ -1,11 +1,11 @@
[[plugin.deps]] [[plugin.deps]]
use = "yazi-rs/plugins:git" use = "yazi-rs/plugins:git"
rev = "4848aac" rev = "72f9e3c"
hash = "5bb0bfab901d3601c370eafdd66edd31" hash = "5bb0bfab901d3601c370eafdd66edd31"
[[plugin.deps]] [[plugin.deps]]
use = "yazi-rs/plugins:smart-enter" use = "yazi-rs/plugins:smart-enter"
rev = "4848aac" rev = "72f9e3c"
hash = "187cc58ba7ac3befd49c342129e6f1b6" hash = "187cc58ba7ac3befd49c342129e6f1b6"
[[plugin.deps]] [[plugin.deps]]
@@ -15,8 +15,8 @@ hash = "da4534745930e827a44d4585bbd965eb"
[[plugin.deps]] [[plugin.deps]]
use = "KKV9/compress" use = "KKV9/compress"
rev = "e60e122" rev = "80e5268"
hash = "fbaf0adc8efc59555b748d36aab62d40" hash = "868db729374b97871bc30b96d0e9061f"
[[plugin.deps]] [[plugin.deps]]
use = "llanosrocas/yaziline" use = "llanosrocas/yaziline"
@@ -79,7 +79,7 @@ local selected_or_hovered = ya.sync(function()
local path_fnames = {} local path_fnames = {}
for _, u in pairs(tab.selected) do for _, u in pairs(tab.selected) do
paths[#paths + 1] = tostring(u.parent) paths[#paths + 1] = tostring(u.url.parent)
names[#names + 1] = tostring(u.name) names[#names + 1] = tostring(u.name)
end end
+9 -9
View File
@@ -82,7 +82,8 @@ title = {}
hovered = { fg = "#f5c2e7", bold = true } hovered = { fg = "#f5c2e7", bold = true }
[which] [which]
mask = { bg = "#313244" } border = { fg = "#89b4fa" }
mask = {}
cand = { fg = "#94e2d5" } cand = { fg = "#94e2d5" }
rest = { fg = "#9399b2" } rest = { fg = "#9399b2" }
desc = { fg = "#f5c2e7" } desc = { fg = "#f5c2e7" }
@@ -90,11 +91,10 @@ separator = "  "
separator_style = { fg = "#585b70" } separator_style = { fg = "#585b70" }
[help] [help]
on = { fg = "#94e2d5" } border = { fg = "#89b4fa" }
run = { fg = "#f5c2e7" } chord = { fg = "#94e2d5" }
desc = { fg = "#9399b2" } action = { fg = "#9399b2" }
hovered = { bg = "#585b70", bold = true } hovered = { bg = "#585b70", bold = true }
footer = { fg = "#cdd6f4", bg = "#45475a" }
[notify] [notify]
title_info = { fg = "#94e2d5" } title_info = { fg = "#94e2d5" }
@@ -104,14 +104,14 @@ title_error = { fg = "#f38ba8" }
[filetype] [filetype]
rules = [ rules = [
# Media # Media
{ mime = "image/*", fg = "#f9e2af" }, { mime = "**/image/*", fg = "#f9e2af" },
{ mime = "{audio,video}/*", fg = "#f5c2e7" }, { mime = "**/{audio,video}/*", fg = "#f5c2e7" },
# Archives # Archives
{ mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f38ba8" }, { mime = "**/application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f38ba8" },
# Documents # Documents
{ mime = "application/{pdf,doc,rtf}", fg = "#89dceb" }, { mime = "**/application/{pdf,doc,rtf}", fg = "#89dceb" },
# Virtual file system # Virtual file system
{ mime = "vfs/{absent,stale}", fg = "#45475a" }, { mime = "vfs/{absent,stale}", fg = "#45475a" },