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,6 +15,7 @@
catppuccin-cursors.mochaLight catppuccin-cursors.mochaLight
catppuccin-cursors.mochaBlue catppuccin-cursors.mochaBlue
(
(catppuccin-kde.override { (catppuccin-kde.override {
flavour = [ flavour = [
"latte" "latte"
@ -23,7 +24,13 @@
accents = [ accents = [
"blue" "blue"
]; ];
}).overrideAttrs
(oldAttrs: {
postInstall = ''
rm -rf $out/share/aurorae
'';
}) })
)
# steam gtk theming # steam gtk theming
adwsteamgtk adwsteamgtk

View file

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

View file

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