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

wayprompt: tweak example (#7040)

Show that the hex values can be entered without the '0x' prefix.
This commit is contained in:
pancho horrillo 2025-05-12 19:14:27 +02:00 committed by GitHub
parent fb061f555f
commit 5879531462
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ in
pin-square-amount = 32;
};
colours = {
background = "0xffffffaa";
background = "ffffffaa";
};
}
'';