feat(home): change plasma panel
This commit is contained in:
parent
69af85a55e
commit
09829c1786
@ -38,34 +38,52 @@
|
|||||||
panels = [
|
panels = [
|
||||||
{
|
{
|
||||||
screen = "all";
|
screen = "all";
|
||||||
location = "bottom";
|
floating = false;
|
||||||
hiding = "dodgewindows";
|
height = 44;
|
||||||
widgets = [
|
|
||||||
{
|
widgets = let
|
||||||
|
kickoff = {
|
||||||
kickoff.icon = "nix-snowflake-white";
|
kickoff.icon = "nix-snowflake-white";
|
||||||
}
|
};
|
||||||
"org.kde.plasma.pager"
|
|
||||||
{
|
taskmanager = {
|
||||||
iconTasks.launchers = [
|
iconTasks.launchers = [
|
||||||
"applications:systemsettings.desktop"
|
"applications:systemsettings.desktop"
|
||||||
"applications:org.kde.dolphin.desktop"
|
"applications:org.kde.dolphin.desktop"
|
||||||
"applications:firefox.desktop"
|
"applications:firefox.desktop"
|
||||||
"applications:org.kde.konsole.desktop"
|
"applications:org.kde.konsole.desktop"
|
||||||
];
|
];
|
||||||
}
|
};
|
||||||
"org.kde.plasma.marginseparator"
|
|
||||||
{
|
systray = {
|
||||||
systemTray = {};
|
systemTray.shown = [
|
||||||
}
|
"org.kde.plasma.battery"
|
||||||
{
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
digital-clock = {
|
||||||
digitalClock = {
|
digitalClock = {
|
||||||
date.format = "isoDate";
|
date.format = "isoDate";
|
||||||
time.format = "24h";
|
time.format = "24h";
|
||||||
time.showSeconds = "always";
|
|
||||||
calendar.firstDayOfWeek = "monday";
|
calendar.firstDayOfWeek = "monday";
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
"org.kde.plasma.showdesktop"
|
|
||||||
|
workspaces = "org.kde.plasma.pager";
|
||||||
|
separator = "org.kde.plasma.marginseparator";
|
||||||
|
desktop = "org.kde.plasma.showdesktop";
|
||||||
|
in
|
||||||
|
[
|
||||||
|
kickoff
|
||||||
|
workspaces
|
||||||
|
taskmanager
|
||||||
|
|
||||||
|
separator
|
||||||
|
digital-clock
|
||||||
|
separator
|
||||||
|
|
||||||
|
systray
|
||||||
|
desktop
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user