From f54714409a67c85c990429632f2a6932cc00bb20 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 26 Apr 2022 12:16:35 +0300 Subject: [PATCH] refac: remove trayer --- nix/home.nix | 16 ---------------- programs/xmonad/xmobar/src/xmobar.hs | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) 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 = "%"