renderer: Update splash text properties to be configurable (#4707)
* Update splash text properties to be configurable The splash text's font and color properties have been updated to be configurable. This change includes adding new configuration values for the splash screen color and font. The rendering of the splash screen is also adjusted to use these new config values, allowing for easy customization of the splash text appearance. * Updated to use Hyprlang config manager
This commit is contained in:
parent
fc5ca391ad
commit
dad8ffd576
2 changed files with 11 additions and 3 deletions
|
|
@ -320,6 +320,8 @@ CConfigManager::CConfigManager() {
|
|||
|
||||
m_pConfig->addConfigValue("misc:disable_hyprland_logo", {0L});
|
||||
m_pConfig->addConfigValue("misc:disable_splash_rendering", {0L});
|
||||
m_pConfig->addConfigValue("misc:col.splash", {0xffffffffL});
|
||||
m_pConfig->addConfigValue("misc:splash_font_family", {"Sans"});
|
||||
m_pConfig->addConfigValue("misc:force_default_wallpaper", {-1L});
|
||||
m_pConfig->addConfigValue("misc:vfr", {1L});
|
||||
m_pConfig->addConfigValue("misc:vrr", {0L});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue