From 7a0c4fe6b43d87b069f7ac218374227778f564bb Mon Sep 17 00:00:00 2001
From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Date: Thu, 10 Apr 2025 19:06:50 +1000
Subject: sidebar: dashboard current desktop -> date
Put date instead of current desktop on dashboard
Date is more useful imo (especially for vertical bar)
---
src/modules/sidebar/dashboard.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'src/modules/sidebar')
diff --git a/src/modules/sidebar/dashboard.tsx b/src/modules/sidebar/dashboard.tsx
index e445029..df7be2b 100644
--- a/src/modules/sidebar/dashboard.tsx
+++ b/src/modules/sidebar/dashboard.tsx
@@ -1,5 +1,5 @@
import Players from "@/services/players";
-import { osIcon, osId } from "@/utils/system";
+import { bindCurrentTime, osIcon } from "@/utils/system";
import Slider from "@/widgets/slider";
import { bind, GLib, monitorFile, Variable } from "astal";
import { Gtk } from "astal/gtk3";
@@ -52,9 +52,9 @@ const User = () => {
{bind(hasFace).as(h => (h ? : ))}
-
-
-
);
--
cgit v1.2.3-freya