fix(vesktop): Make vesktop splash colors static

This commit is contained in:
2025-12-21 00:51:33 +01:00
parent e8c5df1a80
commit f670c0720c

View File

@@ -1,6 +1,4 @@
{config, ...}: let {
inherit (config.lib.stylix) colors;
in {
wayland.windowManager.hyprland.settings.windowrulev2 = wayland.windowManager.hyprland.settings.windowrulev2 =
[ [
"workspace 4, class:^(vesktop)$" "workspace 4, class:^(vesktop)$"
@@ -20,8 +18,8 @@ in {
discordBranch = "stable"; discordBranch = "stable";
minimizeToTray = false; minimizeToTray = false;
arRPC = true; arRPC = true;
splashColor = "#${colors.base0E}"; splashColor = "#cba6f7";
splashBackground = "#${colors.base00}"; splashBackground = "#1e1e2e";
}; };
vencord = { vencord = {