add kate and alien global menu

This commit is contained in:
Sean Kovacs 2025-11-07 18:42:22 -05:00
commit b1c83f4227
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 45 additions and 0 deletions

View file

@ -19,5 +19,40 @@
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
};
};
panels = [
# Alternative global menu to fit the modified taskbar
{
location = "bottom";
height = 40;
hiding = "dodgewindows";
lengthMode = "fit";
floating = true;
alignment = "right";
widgets = [
"org.kde.plasma.appmenu"
{
plasmusicToolbar = {
panelIcon = {
albumCover = {
useAsIcon = false;
radius = 8;
};
icon = "view-media-track";
};
playbackSource = "auto";
musicControls.showPlaybackControls = true;
songText = {
displayInSeparateLines = true;
maximumWidth = 640;
scrolling = {
behavior = "alwaysScroll";
speed = 3;
};
};
};
}
];
}
];
};
}

View file

@ -213,6 +213,16 @@
};
};
programs.kate = {
enable = true;
editor = {
font = {
family = "Noto Sans Mono";
pointSize = 10;
};
};
};
programs.plasma = {
enable = true;
overrideConfig = true;