From 4c1510ab9c04a405fc851f12370e7e8bfc942279 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 2 Jun 2025 13:46:47 -0400 Subject: [PATCH] fixing up waybar styles a bit more --- modules/home/waybar.nix | 12 ++++++++++-- modules/home/yazi.nix | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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;