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";
|
||||
height = 44;
|
||||
floating = true;
|
||||
widgets = [
|
||||
{
|
||||
name = "org.kde.plasma.kickoff";
|
||||
config.General.icon = "nix-snowflake-white";
|
||||
kickoff = {
|
||||
icon = "nix-snowflake-white";
|
||||
};
|
||||
}
|
||||
"org.kde.plasma.pager"
|
||||
"org.kde.plasma.icontasks"
|
||||
"org.kde.plasma.marginsseparator"
|
||||
"org.kde.plasma.systemtray"
|
||||
{
|
||||
name = "org.kde.plasma.digitalclock";
|
||||
config.Appearance.showSeconds = "true";
|
||||
digitalClock = {
|
||||
time.showSeconds = "always";
|
||||
};
|
||||
}
|
||||
"org.kde.plasma.showdesktop"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue