swayest-workstyle: init at 1.3.0

Add swayest-workstyle, a sway-enhanced workspace name iconifier.
This commit is contained in:
M. Ian Graham 2022-08-31 01:04:01 +09:00
parent f05c58665b
commit cc0f5950c2
No known key found for this signature in database
GPG key ID: E189648A55F59A9F
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{ lib
, rustPlatform
, fetchFromGitHub
}:
rustPlatform.buildRustPackage rec {
pname = "swayest-workstyle";
version = "1.3.0";
src = fetchFromGitHub {
owner = "Lyr-7D1h";
repo = "swayest_workstyle";
rev = version;
sha256 = "sha256-LciTrYbmJV0y0H6QH88vTBXbDdDSx6FQtO4J/CFLjtY=";
};
cargoSha256 = "sha256-34Ij3Hd1JI6d1vhv1XomFc9SFoB/6pbS39upLk+NeQM=";
doCheck = false; # No tests
meta = with lib; {
description = "Map sway workspace names to icons defined depending on the windows inside of the workspace";
homepage = "https://github.com/Lyr-7D1h/swayest_workstyle";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ miangraham ];
mainProgram = "sworkstyle";
};
}

View file

@ -28293,6 +28293,8 @@ with pkgs;
swaynag-battery = callPackage ../applications/misc/swaynag-battery {};
swayest-workstyle = callPackage ../applications/window-managers/sway/swayest-workstyle { };
tiramisu = callPackage ../applications/misc/tiramisu { };
rlaunch = callPackage ../applications/misc/rlaunch {