Add current hummelberg-new state
This commit is contained in:
parent
dd204c8ba6
commit
51f5e7eab9
30 changed files with 1486 additions and 0 deletions
14
defaults/user-configuration/fhauser/applications/mako.nix
Normal file
14
defaults/user-configuration/fhauser/applications/mako.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.fhauser.programs.mako = {
|
||||
enable = true;
|
||||
backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
|
||||
borderSize = 0;
|
||||
#borderColor = "#4C7899FF";
|
||||
defaultTimeout = 1500;
|
||||
#ignoreTimeout = true;
|
||||
#textColor = "#FFFFFFFF";
|
||||
#width = 300;
|
||||
#height = 100;
|
||||
#font = "monospace 10";
|
||||
}; # TODO
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue