improve home-manager catppuccin
This commit is contained in:
parent
a56d72e589
commit
4d57655744
4 changed files with 52 additions and 19 deletions
12
home/all.nix
12
home/all.nix
|
|
@ -37,21 +37,11 @@
|
|||
kdePackages.partitionmanager
|
||||
|
||||
colloid-icon-theme
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"peach"
|
||||
"blue"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
cursors.enable = true;
|
||||
cursors.enable = false;
|
||||
cache.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,26 @@
|
|||
flavor = "mocha";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
catppuccin-cursors.latteDark
|
||||
catppuccin-cursors.latteLight
|
||||
catppuccin-cursors.latteBlue
|
||||
catppuccin-cursors.mochaDark
|
||||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaBlue
|
||||
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"blue"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
programs.plasma = {
|
||||
workspace = {
|
||||
colorScheme = "CatppuccinMochaBlue";
|
||||
|
|
|
|||
|
|
@ -1,18 +1,36 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
asahi-nvram
|
||||
asahi-bless
|
||||
asahi-btsync
|
||||
asahi-wifisync
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
accent = "peach";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
asahi-nvram
|
||||
asahi-bless
|
||||
asahi-btsync
|
||||
asahi-wifisync
|
||||
|
||||
catppuccin-cursors.latteDark
|
||||
catppuccin-cursors.latteLight
|
||||
catppuccin-cursors.lattePeach
|
||||
catppuccin-cursors.mochaDark
|
||||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaPeach
|
||||
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"peach"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
programs.plasma = {
|
||||
|
||||
input.touchpads = [
|
||||
|
|
|
|||
|
|
@ -169,7 +169,11 @@
|
|||
};
|
||||
|
||||
configFile = {
|
||||
# KDE has an automatic light-dark that CURRENTLY
|
||||
# isn't supported by plasma-manager.
|
||||
# kdeglobals.KDE.AutomaticLookAndFeel = true;
|
||||
# DefaultDarkLookAndFeel = "Catppuccin-Flavor-Accent";
|
||||
# DefaultLightLookAndFeel = "Catppuccin-Flavor-Accent";
|
||||
kwinrc.Round-Corners.ActiveOutlinePalette = 2;
|
||||
kwinrc.Round-Corners.ActiveOutlineUseCustom = false;
|
||||
kwinrc.Round-Corners.ActiveOutlineUsePalette = true;
|
||||
|
|
@ -184,7 +188,7 @@
|
|||
kwinrc.Round-Corners.InactiveSecondOutlineUsePalette = true;
|
||||
plasmaparc.General.AudioFeedback = false;
|
||||
kdeglobals.Sounds.Enable = false;
|
||||
kwinrc.Plugins.forceblurEnabled = true;
|
||||
kwinrc.Plugins.forceblurEnabled = false;
|
||||
kwinrc.Effect-blurplus.BlurDecorations = true;
|
||||
kwinrc.Effect-blurplus.BlurMatching = false;
|
||||
kwinrc.Effect-blurplus.BlurMenus = true;
|
||||
|
|
@ -193,6 +197,7 @@
|
|||
kwinrc.Effect-blurplus.BottomCornerRadius = 10;
|
||||
kwinrc.Effect-blurplus.NoiseStrength = 6;
|
||||
kwinrc.Effect-blurplus.RefractionStrength = 10;
|
||||
ksplashrc.KSplash.Engine = "KSplashQML";
|
||||
};
|
||||
|
||||
panels = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue