diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0b8001b..c75d243 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -109,7 +109,7 @@ decoration { shadow { enabled = true - range = 10 + range = 30 render_power = 3 color = rgba(1a1a1aee) ignore_window = true diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index d19422b..fd9aff7 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -21,19 +21,19 @@ input-field { rounding = 15 placeholder_text = Введите пароль - position = 0, -200 + position = 0, -300 halign = center valign = center } image { monitor = - path = /home/fox/Pictures/archlogo.png - size = 300 + path = /home/fox/Pictures/arch-logo_380.png + size = 500 rounding = 0 # no rounding border_size = 0 - position = 0, 500 + position = 0, 400 halign = center valign = center } @@ -45,7 +45,7 @@ label { font_size = 70 font_family = Noto Sans - position = 0, 200 + position = 0, 100 halign = center valign = center } @@ -57,7 +57,7 @@ label { font_size = 90 font_family = Noto Sans - position = 0, 0 + position = 0, -100 halign = center valign = center } diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 619a975..92d7bd5 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -29,7 +29,12 @@ prepend_keymap = [ [tasks] keymap = [ - { on = "", run = "show" }, + { on = "w", run = "show", desc = "Show Task Manager" }, + { on = "W", run = "close", desc = "Close Task Manager" }, + { on = ["c", "w"], run = "cancel", desc = "Cancel Task" }, + { on = ["i", "w"], run = "inspect", desc = "Inspect Tasks" }, + { on = [""], run = "arrow prev", desc = "Task previous" }, + { on = [""], run = "arrow next", desc = "Task next" }, ] [[manager.prepend_keymap]] diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index be2f76d..e3efc64 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -38,6 +38,9 @@ open = [ play = [ { run = 'mpv --force-window "$@"', orphan = true, for = "unix" }, ] +playlist = [ + { run = 'mpv --force-window --playlist="$@"', orphan = true, for = "unix" }, +] reveal = [ { run = 'xdg-open "$(dirname "$1")"', desc = "Reveal", for = "linux" }, ] @@ -49,7 +52,7 @@ extract = [ rules = [ # Folder { name = "*/", use = [ "edit", "open", "reveal" ] }, - { mime = "image/*", use = "imgview" }, + { mime = "image/*", use = [ "imgview", "gimp" ] }, { mime = "text/*", use = "edit" }, { mime = "{audio,video}/*", use = [ "play", "reveal" ] }, # { mime = "application/json", use = "edit" }, @@ -60,6 +63,7 @@ rules = [ { name = "*.xls", use = "docedit" }, { name = "*.xlsx", use = "docedit" }, { name = "*.xcf", use = "gimp" }, + { name = "*.pls", use = "playlist" }, # Multiple openers for a single rule { name = "*.html", use = [ "open", "edit" ] }, diff --git a/.gitignore b/.gitignore index 71f6903..a6d8a0a 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,6 @@ bin/daily_backup.sh.orig .config/qtile .config/qtile .bash_history +.nix-defexpr +.config/GIMP/3.0 +test.txt