From 20e1af688882b9e595fb38c057bf8b05d8014a31 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 3 Apr 2024 19:24:30 +0100 Subject: Turned off rounded corners and set border colour to match Rivers --- .config/wayprompt/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/wayprompt/config.ini') diff --git a/.config/wayprompt/config.ini b/.config/wayprompt/config.ini index 3bb6ab6..fe1c37c 100644 --- a/.config/wayprompt/config.ini +++ b/.config/wayprompt/config.ini @@ -30,7 +30,7 @@ pin-square-border = 1; button-border = 1; # Width of the border around the buttons. Defaults to 1. -corner-radius = 10; +corner-radius = 0; # The radius of the corners of the dialog prompt window. Set to 0 to disable round corners. Defaults to 10. [colours] @@ -38,7 +38,7 @@ corner-radius = 10; background = 0x000000AA; # Background colour of the dialog prompt window. Defaults to 0xFFFFFF. -border = 0x33EEFF; +border = 0x33CCFF; # Border colour of the dialog prompt window and the buttons. Defaults to 0x000000. text = 0xEFEFEF; -- cgit v1.2.3