add kate and alien global menu
This commit is contained in:
parent
34eb7fd06a
commit
b3934cfd7d
2 changed files with 45 additions and 0 deletions
|
|
@ -19,5 +19,40 @@
|
||||||
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
home/all.nix
10
home/all.nix
|
|
@ -213,6 +213,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.kate = {
|
||||||
|
enable = true;
|
||||||
|
editor = {
|
||||||
|
font = {
|
||||||
|
family = "Noto Sans Mono";
|
||||||
|
pointSize = 10;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue