refac: remove trayer
This commit is contained in:
parent
45f68a9c76
commit
f54714409a
2 changed files with 1 additions and 17 deletions
16
nix/home.nix
16
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 = {
|
services.screen-locker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ config n = defaultConfig
|
||||||
, fgColor = colorFg
|
, fgColor = colorFg
|
||||||
|
|
||||||
-- general
|
-- general
|
||||||
, position = OnScreen n (TopW L 96)
|
, position = OnScreen n Top
|
||||||
, overrideRedirect = False
|
, overrideRedirect = False
|
||||||
, commands = myCommands
|
, commands = myCommands
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
|
|
Loading…
Reference in a new issue