feat(home): change plasma panel
This commit is contained in:
parent
69af85a55e
commit
09829c1786
@ -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
|
||||
];
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user