diff --git a/nix/home.nix b/nix/home.nix index efb1620..6262608 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -94,22 +94,6 @@ in }; }; - services.trayer = { - enable = true; - settings = { - SetDockType = true; - SetPartialStrut = true; - expand = true; - transparent = true; - alpha = 0; - edge = "top"; - align = "right"; - width = 4; - height = 20; - tint = "0xff222222"; - }; - }; - services.screen-locker = { enable = true; diff --git a/programs/xmonad/xmobar/src/xmobar.hs b/programs/xmonad/xmobar/src/xmobar.hs index 30a1d5a..8ea3234 100644 --- a/programs/xmonad/xmobar/src/xmobar.hs +++ b/programs/xmonad/xmobar/src/xmobar.hs @@ -45,7 +45,7 @@ config n = defaultConfig , fgColor = colorFg -- general - , position = OnScreen n (TopW L 96) + , position = OnScreen n Top , overrideRedirect = False , commands = myCommands , sepChar = "%"