fully remove flavor and accent-specific catppuccin configs
This commit is contained in:
parent
930b13700a
commit
4ca5cebbb6
15 changed files with 276 additions and 364 deletions
|
|
@ -8,23 +8,6 @@
|
|||
|
||||
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"
|
||||
];
|
||||
})
|
||||
|
||||
# steam gtk theming
|
||||
adwsteamgtk
|
||||
|
||||
|
|
@ -33,25 +16,7 @@
|
|||
_2ship2harkinian
|
||||
];
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "catppuccin-mocha-blue-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaBlue;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
workspace = {
|
||||
colorScheme = "CatppuccinMochaBlue";
|
||||
cursor.theme = "catppuccin-mocha-blue-cursors";
|
||||
splashScreen.theme = "Catpppuccin-Mocha-Blue";
|
||||
};
|
||||
|
||||
configFile = {
|
||||
kdeglobals.KDE = {
|
||||
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Blue";
|
||||
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
|
||||
};
|
||||
};
|
||||
panels = [
|
||||
# Alternative global menu to fit the modified taskbar
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue