Compare commits

...

2 Commits

Author SHA1 Message Date
Flake Bot
ea27819a6b Bump flake.lock
Some checks are pending
Flake.lock / build (push) Waiting to run
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-07 10:58:13 +00:00
1ef7b83ec1 revert panel 2024-09-07 12:57:09 +02:00
2 changed files with 15 additions and 14 deletions

View File

@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725180166, "lastModified": 1725694918,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=", "narHash": "sha256-+HsjshXpqNiJHLaJaK0JnIicJ/a1NquKcfn4YZ3ILgg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb", "rev": "aaebdea769a5c10f1c6e50ebdf5924c1a13f0cda",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -74,17 +74,18 @@
} }
]; ];
} }
{ {
location = "top"; location = "bottom";
height = 26; floating = true;
widgets = [ alignment = "right";
"org.kde.plasma.kickerdash" height = 36;
"org.kde.plasma.appmenu" lengthMode = "fit";
"org.kde.plasma.panelspacer" hiding = "dodgewindows";
"org.kde.plasma.systemtray" widgets = [
"org.kde.plasma.digitalclock" "org.kde.plasma.systemtray"
]; "org.kde.plasma.digitalclock"
} ];
}
]; ];
}; };
} }