From 587953146298b13e897b827181967ff2298fb63c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 12 May 2025 19:14:27 +0200 Subject: [PATCH] wayprompt: tweak example (#7040) Show that the hex values can be entered without the '0x' prefix. --- modules/programs/wayprompt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/wayprompt.nix b/modules/programs/wayprompt.nix index 42145c91..b498f6c8 100644 --- a/modules/programs/wayprompt.nix +++ b/modules/programs/wayprompt.nix @@ -42,7 +42,7 @@ in pin-square-amount = 32; }; colours = { - background = "0xffffffaa"; + background = "ffffffaa"; }; } '';