feat(waybar): tooltips

This commit is contained in:
Pihkaal
2024-08-15 17:52:01 +02:00
parent 0046e5dd82
commit c5c2eda76c
13 changed files with 172 additions and 35 deletions

View File

@@ -22,11 +22,11 @@ const AppRoot = () => {
<main className="h-screen w-screen overflow-hidden bg-[url(/wallpaper.jpg)] bg-cover">
{loggedIn ? (
<div className="h-full flex-col">
<div className="px-2 py-2">
<div className="relative z-10 px-2 py-2">
<Waybar />
</div>
<div className="flex h-[calc(100%-50px)] w-full flex-col">
<div className="relative flex h-[calc(100%-50px)] w-full flex-col">
<Kitty className="w-full flex-1 pb-1 pl-2 pr-2 pt-1">
<Nvim />
</Kitty>