From ba84bd1e7344ab5363dfda94d6b602a2eb09174a Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 6 Nov 2022 13:25:11 +0200 Subject: [PATCH] Add scaling for plymouth in Moria --- root/etc/plymouth/plymouthd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/etc/plymouth/plymouthd.conf b/root/etc/plymouth/plymouthd.conf index 328ce5b..7765710 100644 --- a/root/etc/plymouth/plymouthd.conf +++ b/root/etc/plymouth/plymouthd.conf @@ -2,3 +2,6 @@ Theme=arch-logo-gnomish ShowDelay=0 DeviceTimeout=8 +{%@@ if profile == "Moria" @@%} +DeviceScale=2 +{%@@ endif @@%}