Add plasma-manager module and configuration
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
e792137d5b
commit
d3773e4e4f
5 changed files with 229 additions and 0 deletions
42
home-manager/plasma/panels.nix
Normal file
42
home-manager/plasma/panels.nix
Normal file
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
location = "bottom";
|
||||
widgets = [
|
||||
{
|
||||
name = "org.kde.plasma.pager";
|
||||
config = {
|
||||
General.displayedText = "Name";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "org.kde.plasma.panelspacer";
|
||||
config = {
|
||||
General.length = "400";
|
||||
Generla.expanding = "false";
|
||||
};
|
||||
}
|
||||
"org.kde.plasma.kickoff"
|
||||
{
|
||||
name = "org.kde.plasma.icontasks";
|
||||
config = {
|
||||
# Unpin default apps
|
||||
General.launchers = [];
|
||||
General.middleClickAction = "None";
|
||||
General.groupingStrategy = "0";
|
||||
General.minimizeActiveTaskOnClick = "false";
|
||||
General.wheelEnabled = "false";
|
||||
};
|
||||
}
|
||||
"org.kde.plasma.panelspacer"
|
||||
"org.kde.plasma.systemtray"
|
||||
{
|
||||
name = "org.kde.plasma.digitalclock";
|
||||
config = {
|
||||
Appearance.showSeconds = "always";
|
||||
};
|
||||
}
|
||||
];
|
||||
height = 40;
|
||||
floating = false;
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue