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