mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-13 04:21:08 +01:00
mako: fix example config (#6987)
This commit is contained in:
parent
8a318641ac
commit
60964ff845
3 changed files with 15 additions and 15 deletions
|
|
@ -81,15 +81,15 @@ in
|
|||
{
|
||||
actions = "true";
|
||||
anchor = "top-right";
|
||||
backgroundColor = "#000000";
|
||||
borderColor = "#FFFFFF";
|
||||
borderRadius = "0";
|
||||
defaultTimeout = "0";
|
||||
background-color = "#000000";
|
||||
border-color = "#FFFFFF";
|
||||
border-radius = "0";
|
||||
default-timeout = "0";
|
||||
font = "monospace 10";
|
||||
height = "100";
|
||||
width = "300";
|
||||
icons = "true";
|
||||
ignoreTimeout = "false";
|
||||
ignore-timeout = "false";
|
||||
layer = "top";
|
||||
margin = "10";
|
||||
markup = "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue