Taskbar icon

Taskbar 1.4.5,2025,05

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.4.5,2025,05",
  "src": {
    "url": "https://lawand.io/wp-content/uploads/2025/05/taskbar-1.4.5.zip",
    "sha256": "87b76ece1c884be99e07367f0f6dfa1355034fc7a18911daf396cf20c2dea501"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Taskbar.app\" && cp -r \"Taskbar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Windows-style taskbar as a Dock replacement",
    "homepage": "https://lawand.io/taskbar/"
  }
}