diff options
| author | Robert Tari <robert@tari.in> | 2025-04-10 16:07:31 +0200 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2025-04-10 16:07:31 +0200 |
| commit | 33ec57fe1d832db50c69a18b1119790d3f890027 (patch) | |
| tree | 0686bc9d23a69f7200f59bf2e69850a4e2067245 /src/settings.vala | |
| parent | 65ccc9ad9f8fa6186851b3e33a2747527355dae9 (diff) | |
| download | arctica-greeter-33ec57fe1d832db50c69a18b1119790d3f890027.tar.gz arctica-greeter-33ec57fe1d832db50c69a18b1119790d3f890027.tar.bz2 arctica-greeter-33ec57fe1d832db50c69a18b1119790d3f890027.zip | |
Add prompt box tweaks
Diffstat (limited to 'src/settings.vala')
| -rw-r--r-- | src/settings.vala | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/settings.vala b/src/settings.vala index 1f046d4..3eb7662 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -3,7 +3,7 @@ * Copyright (C) 2011,2012 Canonical Ltd * Copyright (C) 2015,2017 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * Copyright (C) 2022 Mihai Moldovan <ionic@ionic.de> - * Copyright (C) 2023-2024 Robert Tari + * Copyright (C) 2023-2025 Robert Tari * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -90,6 +90,11 @@ public class AGSettings : Object public const string KEY_MAGNIFIER = "magnifier"; public const string KEY_CONTENT_ALIGN = "content-align"; public const string KEY_MAGNIFIER_POSITION = "magnifier-position"; + public const string KEY_DASHBOX_BGCOLOR = "dash-box-bgcolor"; + public const string KEY_DASHBOX_OPACITY = "dash-box-opacity"; + public const string KEY_PROMPTBOX_COLOR_NORMAL = "prompt-box-color-normal"; + public const string KEY_PROMPTBOX_COLOR_ERROR = "prompt-box-color-error"; + public const string KEY_PROMPTBOX_ERROR_BG_OPACITY = "prompt-box-error-bg-opacity"; public static bool get_boolean (string key) { |
