aboutsummaryrefslogtreecommitdiff
path: root/.config/wayprompt/config.ini
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-04-03 19:24:30 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-04-03 19:24:30 +0100
commit20e1af688882b9e595fb38c057bf8b05d8014a31 (patch)
tree189e7fcd963996f5df230a647b77902d94b7d71d /.config/wayprompt/config.ini
parentf015be313125e9448f122bec06d3df326707f795 (diff)
Turned off rounded corners and set border colour to match Rivers
Diffstat (limited to '.config/wayprompt/config.ini')
-rw-r--r--.config/wayprompt/config.ini4
1 files changed, 2 insertions, 2 deletions
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;