Compare commits

..

No commits in common. "dad79e9b402886cac51ef7bf010dbb48b2ae60ee" and "f836354767a9a60d613658e1734c8639befa6436" have entirely different histories.

View file

@ -116,21 +116,18 @@ in {
{ {
location = "bottom"; location = "bottom";
height = 44; height = 44;
floating = true;
widgets = [ widgets = [
{ {
kickoff = { name = "org.kde.plasma.kickoff";
icon = "nix-snowflake-white"; config.General.icon = "nix-snowflake-white";
};
} }
"org.kde.plasma.pager" "org.kde.plasma.pager"
"org.kde.plasma.icontasks" "org.kde.plasma.icontasks"
"org.kde.plasma.marginsseparator" "org.kde.plasma.marginsseparator"
"org.kde.plasma.systemtray" "org.kde.plasma.systemtray"
{ {
digitalClock = { name = "org.kde.plasma.digitalclock";
time.showSeconds = "always"; config.Appearance.showSeconds = "true";
};
} }
"org.kde.plasma.showdesktop" "org.kde.plasma.showdesktop"
]; ];