fix: display "Desktop" instead of nothing when no client

This commit is contained in:
2025-12-06 13:47:06 -08:00
parent 11c257e4b3
commit d8b4e953c5
2 changed files with 1 additions and 16 deletions

View File

@@ -34,21 +34,6 @@
];
in
{
# packages.${system} = {
# status-bar = ags.lib.bundle {
# inherit pkgs;
# src = ./.;
# name = "status-bar";
# entry = "app.ts";
#
# extraPackages =
# with pkgs;
# extraPkgs
# ++ [
# libgtop
# ];
# };
# };
packages.${system}.default = pkgs.stdenv.mkDerivation rec {
pname = "status-bar";
name = "status-bar";