remove catppuccin window decorations

This commit is contained in:
Sean Kovacs 2025-12-03 16:46:55 -05:00
commit f00a845f2c
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 49 additions and 27 deletions

View file

@ -15,15 +15,22 @@
catppuccin-cursors.mochaLight catppuccin-cursors.mochaLight
catppuccin-cursors.mochaBlue catppuccin-cursors.mochaBlue
(catppuccin-kde.override { (
flavour = [ (catppuccin-kde.override {
"latte" flavour = [
"mocha" "latte"
]; "mocha"
accents = [ ];
"blue" accents = [
]; "blue"
}) ];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
})
)
# steam gtk theming # steam gtk theming
adwsteamgtk adwsteamgtk

View file

@ -20,15 +20,22 @@
catppuccin-cursors.mochaLight catppuccin-cursors.mochaLight
catppuccin-cursors.mochaPeach catppuccin-cursors.mochaPeach
(catppuccin-kde.override { (
flavour = [ (catppuccin-kde.override {
"latte" flavour = [
"mocha" "latte"
]; "mocha"
accents = [ ];
"peach" accents = [
]; "peach"
}) ];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
})
)
]; ];
programs.plasma = { programs.plasma = {

View file

@ -15,15 +15,23 @@
catppuccin-cursors.mochaLight catppuccin-cursors.mochaLight
catppuccin-cursors.mochaGreen catppuccin-cursors.mochaGreen
(catppuccin-kde.override { (
flavour = [ (catppuccin-kde.override {
"latte" flavour = [
"mocha" "latte"
]; "mocha"
accents = [ ];
"green" accents = [
]; "green"
}) ];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
})
)
]; ];
programs.plasma = { programs.plasma = {