From 7a9ecd89c83a682bd69fa675e54084453d187d37 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 11 May 2024 22:15:25 -0700 Subject: Add additional position to EWW music widget --- modules/home/eww.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/home/eww.nix') diff --git a/modules/home/eww.nix b/modules/home/eww.nix index 850fc9b..e8b732f 100644 --- a/modules/home/eww.nix +++ b/modules/home/eww.nix @@ -47,7 +47,6 @@ color: @fg; background-color: @bg; border: 2px solid @bg1; - border-bottom: none; } .main { @@ -98,8 +97,8 @@ (defwindow music [pos] :monitor 0 :geometry (geometry - :x { pos == "right" ? "2px" : "0px" } - :y "0px" + :x { pos == "right" ? "-8px" : "0px" } + :y { pos == "right" ? "-8px" : "2px" } :height {128 + 16} :anchor { pos == "right" ? "bottom right" : "bottom center" } ) -- cgit v1.2.3