fully remove flavor and accent-specific catppuccin configs

This commit is contained in:
Sean Kovacs 2025-12-13 22:49:47 -05:00
commit 362df45987
Signed by: sckova
GPG key ID: 00F325187C68651A
15 changed files with 276 additions and 364 deletions

View file

@ -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
{

View file

@ -3,7 +3,7 @@
{
catppuccin = {
accent = "peach";
flavor = "mocha";
flavor = "macchiato";
};
home.packages = with pkgs; [
@ -13,34 +13,10 @@
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"
];
})
moonlight-qt
];
gtk.cursorTheme = {
name = "catppuccin-mocha-peach-cursors";
package = pkgs.catppuccin-cursors.mochaPeach;
size = 24;
};
programs.plasma = {
input.touchpads = [
{
name = "Apple MTP multi-touch";
@ -54,32 +30,8 @@
}
];
workspace = {
colorScheme = "CatppuccinMochaPeach";
cursor.theme = "catppuccin-mocha-peach-cursors";
splashScreen.theme = "Catpppuccin-Mocha-Peach";
};
configFile = {
kdeglobals.KDE = {
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Peach";
DefaultLightLookAndFeel = "Catppuccin-Latte-Peach";
};
};
shortcuts = {
# # my volume down key broke as hell boy
# kmix.decrease_volume = [
# "Volume Mute"
# "Volume Down"
# ];
# kmix.decrease_volume_small = [
# "Shift+Volume Mute"
# "Shift+Volume Down"
# ];
# kmix.increase_volume = "Volume Up";
# kmix.increase_volume_small = "Shift+Volume Up";
# kmix.mute = "Sleep";
# this is really annoying on asahi laptops
org_kde_powerdevil.Sleep = [ ];
};

View file

@ -6,77 +6,9 @@
flavor = "mocha";
};
home.packages = with pkgs; [
# catppuccin-cursors.latteDark
# catppuccin-cursors.latteLight
# catppuccin-cursors.latteGreen
# catppuccin-cursors.mochaDark
# catppuccin-cursors.mochaLight
catppuccin-cursors.mochaGreen
(catppuccin-kde.override {
flavour = [
"latte"
"mocha"
];
accents = [
"green"
];
})
];
gtk.cursorTheme = {
name = "catppuccin-mocha-green-cursors";
package = pkgs.catppuccin-cursors.mochaGreen;
size = 24;
};
home.packages = with pkgs; [ ];
programs.plasma = {
input.touchpads = [
{
name = "Apple MTP multi-touch";
vendorId = "05ac";
productId = "0352";
disableWhileTyping = false;
enable = true;
tapToClick = false;
naturalScroll = true;
accelerationProfile = "default";
}
];
workspace = {
colorScheme = "CatppuccinMochaGreen";
cursor.theme = "catppuccin-mocha-green-cursors";
splashScreen.theme = "Catpppuccin-Mocha-Green";
};
configFile = {
kdeglobals.KDE = {
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Green";
DefaultLightLookAndFeel = "Catppuccin-Latte-Green";
};
};
shortcuts = {
# # my volume down key broke as hell boy
# kmix.decrease_volume = [
# "Volume Mute"
# "Volume Down"
# ];
# kmix.decrease_volume_small = [
# "Shift+Volume Mute"
# "Shift+Volume Down"
# ];
# kmix.increase_volume = "Volume Up";
# kmix.increase_volume_small = "Shift+Volume Up";
# kmix.mute = "Sleep";
org_kde_powerdevil.Sleep = [ ];
};
panels = [
# Application name, Global menu and Song information and playback controls at the top
{