diff --git a/modules/home/waybar.nix b/modules/home/waybar.nix index 3718bf5..34482f6 100644 --- a/modules/home/waybar.nix +++ b/modules/home/waybar.nix @@ -249,6 +249,10 @@ window#waybar { border-left: 0; } +#taskbar { + border-left: 0; +} + #taskbar button { margin: 0 3px; padding: 3px 6px; @@ -294,8 +298,12 @@ window#waybar { } #mpris { - margin-left: 15px; - border: none; + border-left: 2px #222 solid; + border-right: 0 +} + +#workspaces { + border-right: 0; } #workspaces button { diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index e450a9a..09ed7a0 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -32,7 +32,7 @@ }; keymap = { - manager.prepend_keymap = [ + mgr.prepend_keymap = [ { on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; } { on = ["c" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";} @@ -81,7 +81,7 @@ ]; }; settings = { - manager = { + mgr = { sort_dir_first = false; linemode = "time_and_size"; show_symlink = true;