1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 21:11:08 +01:00

mako: fix example config (#6987)

This commit is contained in:
Aguirre Matteo 2025-05-07 02:06:15 +00:00 committed by GitHub
parent 8a318641ac
commit 60964ff845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View file

@ -81,15 +81,15 @@ in
{ {
actions = "true"; actions = "true";
anchor = "top-right"; anchor = "top-right";
backgroundColor = "#000000"; background-color = "#000000";
borderColor = "#FFFFFF"; border-color = "#FFFFFF";
borderRadius = "0"; border-radius = "0";
defaultTimeout = "0"; default-timeout = "0";
font = "monospace 10"; font = "monospace 10";
height = "100"; height = "100";
width = "300"; width = "300";
icons = "true"; icons = "true";
ignoreTimeout = "false"; ignore-timeout = "false";
layer = "top"; layer = "top";
margin = "10"; margin = "10";
markup = "true"; markup = "true";

View file

@ -1,13 +1,13 @@
actions=true actions=true
anchor=top-right anchor=top-right
backgroundColor=#000000 background-color=#000000
borderColor=#FFFFFF border-color=#FFFFFF
borderRadius=0 border-radius=0
defaultTimeout=0 default-timeout=0
font=monospace 10 font=monospace 10
height=100 height=100
icons=true icons=true
ignoreTimeout=false ignore-timeout=false
layer=top layer=top
margin=10 margin=10
markup=true markup=true

View file

@ -4,15 +4,15 @@
settings = { settings = {
actions = true; actions = true;
anchor = "top-right"; anchor = "top-right";
backgroundColor = "#000000"; background-color = "#000000";
borderColor = "#FFFFFF"; border-color = "#FFFFFF";
borderRadius = 0; border-radius = 0;
defaultTimeout = 0; default-timeout = 0;
font = "monospace 10"; font = "monospace 10";
height = 100; height = 100;
width = 300; width = 300;
icons = true; icons = true;
ignoreTimeout = false; ignore-timeout = false;
layer = "top"; layer = "top";
margin = 10; margin = 10;
markup = true; markup = true;