remove catppuccin window decorations
This commit is contained in:
parent
373f1b85cc
commit
f00a845f2c
3 changed files with 49 additions and 27 deletions
|
|
@ -15,6 +15,7 @@
|
|||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaBlue
|
||||
|
||||
(
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
|
|
@ -23,7 +24,13 @@
|
|||
accents = [
|
||||
"blue"
|
||||
];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -rf $out/share/aurorae
|
||||
'';
|
||||
})
|
||||
)
|
||||
|
||||
# steam gtk theming
|
||||
adwsteamgtk
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaPeach
|
||||
|
||||
(
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
|
|
@ -28,7 +29,13 @@
|
|||
accents = [
|
||||
"peach"
|
||||
];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -rf $out/share/aurorae
|
||||
'';
|
||||
})
|
||||
)
|
||||
];
|
||||
|
||||
programs.plasma = {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaGreen
|
||||
|
||||
(
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
|
|
@ -23,7 +24,14 @@
|
|||
accents = [
|
||||
"green"
|
||||
];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -rf $out/share/aurorae
|
||||
'';
|
||||
})
|
||||
)
|
||||
|
||||
];
|
||||
|
||||
programs.plasma = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue