Taskbar icon

Taskbar 1.2.5,2024,09

Windows-style taskbar as a Dock replacement

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    taskbar # Taskbar
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    taskbar # Taskbar
  ];
}

Package Definition

{
  "pname": "taskbar",
  "version": "1.2.5,2024,09",
  "src": {
    "url": "https://lawand.io/wp-content/uploads/2024/09/taskbar-1.2.5.zip",
    "sha256": "b372de00cfbfaebafdc7efd13d0d1ec25f01a1f296bdbe207f17f57e8e17d916"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Taskbar.app\" \"$out/Applications/Taskbar.app\""
  ],
  "meta": {
    "description": "Windows-style taskbar as a Dock replacement",
    "homepage": "https://lawand.io/taskbar/"
  }
}