user.chn.plasma.theme: do not set theme

This commit is contained in:
陈浩南 2024-06-01 09:25:35 +08:00
parent 5a52292a97
commit 0114927adf

View File

@ -4,20 +4,20 @@ inputs:
{
home-manager.users.chn.config.programs.plasma =
{
# TODO: use catppucin theme
workspace =
{
theme = "Fluent-round-light";
colorScheme = "FluentLight";
cursorTheme = "Breeze_Light";
lookAndFeel = "com.github.vinceliuice.Fluent-round-light";
# ~/.config/kdeglobals [Icons]
iconTheme = "Fluent";
};
# TODO: do not setup theme before clean these configs
# workspace =
# {
# theme = "Fluent-round-light";
# colorScheme = "FluentLight";
# cursorTheme = "Breeze_Light";
# lookAndFeel = "com.github.vinceliuice.Fluent-round-light";
# # ~/.config/kdeglobals [Icons]
# iconTheme = "Fluent";
# };
configFile =
{
kdeglobals.KDE.widgetStyle.value = "kvantum";
"Kvantum/kvantum.kvconfig".General.theme.value = "Fluent-round";
# kdeglobals.KDE.widgetStyle.value = "kvantum";
# "Kvantum/kvantum.kvconfig".General.theme.value = "Fluent-round";
kwinrc =
{
Effect-blur.BlurStrength.value = 10;