From 8cb605c1b1bf8c2cc1d1a619ea8e9b18a12dec46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hiram=20Mu=C3=B1oz?= Date: Wed, 21 Feb 2024 22:42:31 +0000 Subject: [PATCH] Update configuration variables in documentation (#488) * Update configuration variables in documentation The configuration variables in the Variables.md file were updated. Two new variables, 'col.splash' and 'splash_font_family', were added. Intended for hyprwm/Hyprland#4707 * Undid formatting changes to the table. --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index b521a28..a77d778 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -319,6 +319,8 @@ _Subcategory `group:groupbar:`_ |---|---|---|---| | disable_hyprland_logo | disables the random hyprland logo / anime girl background. :( | bool | false | | disable_splash_rendering | disables the hyprland splash rendering. (requires a monitor reload to take effect) | bool | false | +| col.splash | Changes the color of the splash text (requires a monitor reload to take effect). | color | 0xffffffff | +| splash_font_family | Changes the font used to render the splash text, selected from system fonts (requires a monitor reload to take effect). | string | Sans | | force_default_wallpaper | Enforce any of the 3 default wallpapers. Setting this to `0` disables the anime background. `-1` means "random" [-1 - 3] | int | -1 | | vfr | controls the VFR status of hyprland. Heavily recommended to leave on true to conserve resources. | bool | true | | vrr | controls the VRR (Adaptive Sync) of your monitors. 0 - off, 1 - on, 2 - fullscreen only [0/1/2] | int | 0 |