Compare commits
2 commits
f836354767
...
dad79e9b40
| Author | SHA1 | Date | |
|---|---|---|---|
| dad79e9b40 | |||
| d686b4f0b5 |
1 changed files with 7 additions and 4 deletions
|
|
@ -116,18 +116,21 @@ in {
|
||||||
{
|
{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
height = 44;
|
height = 44;
|
||||||
|
floating = true;
|
||||||
widgets = [
|
widgets = [
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.kickoff";
|
kickoff = {
|
||||||
config.General.icon = "nix-snowflake-white";
|
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"
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.digitalclock";
|
digitalClock = {
|
||||||
config.Appearance.showSeconds = "true";
|
time.showSeconds = "always";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
"org.kde.plasma.showdesktop"
|
"org.kde.plasma.showdesktop"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue