mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
dunst: fix settings example
This commit is contained in:
parent
ce563f5911
commit
206ded407e
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,10 @@ in {
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
global = {
|
global = {
|
||||||
geometry = "300x5-30+50";
|
width = 300;
|
||||||
|
height = 300;
|
||||||
|
offset = "30x50";
|
||||||
|
origin = "top-right";
|
||||||
transparency = 10;
|
transparency = 10;
|
||||||
frame_color = "#eceff1";
|
frame_color = "#eceff1";
|
||||||
font = "Droid Sans 9";
|
font = "Droid Sans 9";
|
||||||
|
|
Loading…
Reference in a new issue