remove catppuccin window decorations
This commit is contained in:
parent
373f1b85cc
commit
f00a845f2c
3 changed files with 49 additions and 27 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue