diff options
| author | Robert Tari <robert@tari.in> | 2025-04-11 22:21:48 +0200 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2025-04-11 22:21:48 +0200 |
| commit | 4d103464841c06b53447bd95db7d7785a156af13 (patch) | |
| tree | 920acb84d041bdabd9470479e81af95027f1bb80 /src/settings.vala | |
| parent | 33ec57fe1d832db50c69a18b1119790d3f890027 (diff) | |
| download | arctica-greeter-4d103464841c06b53447bd95db7d7785a156af13.tar.gz arctica-greeter-4d103464841c06b53447bd95db7d7785a156af13.tar.bz2 arctica-greeter-4d103464841c06b53447bd95db7d7785a156af13.zip | |
Add logo positioning tweaks
Diffstat (limited to 'src/settings.vala')
| -rw-r--r-- | src/settings.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala index 3eb7662..b7d5f46 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -95,6 +95,9 @@ public class AGSettings : Object 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 const string KEY_LOGO_POSITION = "logo-position"; + public const string KEY_LOGO_OFFSET_HORIZONTAL = "logo-offset-horizontal"; + public const string KEY_LOGO_OFFSET_VERTICAL = "logo-offset-vertical"; public static bool get_boolean (string key) { |
