twmn and avizo
This commit is contained in:
34
home-manager/packages/twmn/twmn.nix
Normal file
34
home-manager/packages/twmn/twmn.nix
Normal file
@@ -0,0 +1,34 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.twmn = {
|
||||
enable = true;
|
||||
icons = {
|
||||
critical = " ";
|
||||
info = " ";
|
||||
warning = " ";
|
||||
};
|
||||
text = {
|
||||
color = "2b3339";
|
||||
font = {
|
||||
family = "Hack Nerd Font";
|
||||
size = 11;
|
||||
};
|
||||
maxLength = 75;
|
||||
};
|
||||
window = {
|
||||
position = "tc";
|
||||
alwaysOnTop = true;
|
||||
color = "#7fbbb3";
|
||||
height = 30;
|
||||
animation = {
|
||||
easeIn = {
|
||||
curve = 25;
|
||||
duration = 750;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user