feat(home): change plasma panel

This commit is contained in:
xezo360hye 2024-08-17 19:05:40 +03:00
parent 69af85a55e
commit 09829c1786

View File

@ -38,34 +38,52 @@
panels = [
{
screen = "all";
location = "bottom";
hiding = "dodgewindows";
widgets = [
{
floating = false;
height = 44;
widgets = let
kickoff = {
kickoff.icon = "nix-snowflake-white";
}
"org.kde.plasma.pager"
{
};
taskmanager = {
iconTasks.launchers = [
"applications:systemsettings.desktop"
"applications:org.kde.dolphin.desktop"
"applications:firefox.desktop"
"applications:org.kde.konsole.desktop"
];
}
"org.kde.plasma.marginseparator"
{
systemTray = {};
}
{
};
systray = {
systemTray.shown = [
"org.kde.plasma.battery"
];
};
digital-clock = {
digitalClock = {
date.format = "isoDate";
time.format = "24h";
time.showSeconds = "always";
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
];
}
];