Compare commits
No commits in common. "77df840e1f21829b95f27c44656a98f31e182c4a" and "c4e846e91e876bc6301488b1bb04348928744903" have entirely different histories.
77df840e1f
...
c4e846e91e
1 changed files with 0 additions and 28 deletions
|
|
@ -83,20 +83,11 @@ in
|
|||
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
|
||||
gtk4.extraConfig.gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
home.packages = [(
|
||||
pkgs.catppuccin-kde.override {
|
||||
flavour = [ "mocha" ];
|
||||
accents = [ "mauve" ];
|
||||
winDecStyles = [ "classic" ];
|
||||
}
|
||||
)];
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
workspace = {
|
||||
clickItemTo = "select";
|
||||
cursorTheme = "Breeze_Snow";
|
||||
iconTheme = "breeze-dark";
|
||||
lookAndFeel = "Catppuccin-Mocha-Mauve";
|
||||
};
|
||||
kwin = {
|
||||
titlebarButtons = {
|
||||
|
|
@ -104,24 +95,6 @@ in
|
|||
right = [ "minimize" "maximize" "close" ];
|
||||
};
|
||||
};
|
||||
panels = [{
|
||||
location = "bottom";
|
||||
height = 44;
|
||||
widgets = [
|
||||
"org.kde.plasma.kickoff"
|
||||
"org.kde.plasma.pager"
|
||||
"org.kde.plasma.icontasks"
|
||||
"org.kde.plasma.marginsseparator"
|
||||
"org.kde.plasma.systemtray"
|
||||
"org.kde.plasma.digitalclock"
|
||||
"org.kde.plasma.showdesktop"
|
||||
];
|
||||
extraSettings = ''
|
||||
currentWidget = panelWidgets["org.kde.plasma.kickoff"]
|
||||
currentWidget.currentConfigGroup = ["General"]
|
||||
currentWidget.writeConfig("icon", "nix-snowflake-white")
|
||||
'';
|
||||
}];
|
||||
shortcuts = {
|
||||
"kwin" = {
|
||||
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
|
||||
|
|
@ -136,7 +109,6 @@ in
|
|||
};
|
||||
"TabBox"."LayoutName" = "thumbnail_grid";
|
||||
};
|
||||
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
|
||||
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue