Compare commits
3 commits
c4e846e91e
...
77df840e1f
| Author | SHA1 | Date | |
|---|---|---|---|
| 77df840e1f | |||
| 07b2ee00eb | |||
| 604d4b253a |
1 changed files with 28 additions and 0 deletions
|
|
@ -83,11 +83,20 @@ in
|
||||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
|
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
|
||||||
gtk4.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 = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace = {
|
workspace = {
|
||||||
clickItemTo = "select";
|
clickItemTo = "select";
|
||||||
cursorTheme = "Breeze_Snow";
|
cursorTheme = "Breeze_Snow";
|
||||||
|
iconTheme = "breeze-dark";
|
||||||
|
lookAndFeel = "Catppuccin-Mocha-Mauve";
|
||||||
};
|
};
|
||||||
kwin = {
|
kwin = {
|
||||||
titlebarButtons = {
|
titlebarButtons = {
|
||||||
|
|
@ -95,6 +104,24 @@ in
|
||||||
right = [ "minimize" "maximize" "close" ];
|
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 = {
|
shortcuts = {
|
||||||
"kwin" = {
|
"kwin" = {
|
||||||
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
|
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
|
||||||
|
|
@ -109,6 +136,7 @@ in
|
||||||
};
|
};
|
||||||
"TabBox"."LayoutName" = "thumbnail_grid";
|
"TabBox"."LayoutName" = "thumbnail_grid";
|
||||||
};
|
};
|
||||||
|
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
|
||||||
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
|
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue