refac: remove trayer

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-26 12:16:35 +03:00
parent 45f68a9c76
commit f54714409a
2 changed files with 1 additions and 17 deletions

View file

@ -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;

View file

@ -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 = "%"