fix: vibetyper window rules

This commit is contained in:
m3tam3re
2026-06-20 10:56:01 +02:00
parent 96f5d7f378
commit b50dcf843b
+5
View File
@@ -2,6 +2,7 @@
appimageTools, appimageTools,
fetchurl, fetchurl,
lib, lib,
makeWrapper,
}: let }: let
pname = "vibetyper"; pname = "vibetyper";
version = "1.3.5"; version = "1.3.5";
@@ -14,6 +15,8 @@ in
appimageTools.wrapType2 { appimageTools.wrapType2 {
inherit pname version src; inherit pname version src;
nativeBuildInputs = [makeWrapper];
extraPkgs = pkgs: [pkgs.fuse2]; extraPkgs = pkgs: [pkgs.fuse2];
extraInstallCommands = '' extraInstallCommands = ''
@@ -22,6 +25,8 @@ in
--replace 'Exec=AppRun --no-sandbox' 'Exec=${pname}' --replace 'Exec=AppRun --no-sandbox' 'Exec=${pname}'
install -m 444 -D ${appimageContents}/vibe-typer.png \ install -m 444 -D ${appimageContents}/vibe-typer.png \
$out/share/icons/hicolor/512x512/apps/vibe-typer.png $out/share/icons/hicolor/512x512/apps/vibe-typer.png
wrapProgram $out/bin/${pname} \
--set VIBE_DISABLE_HYPRLAND_INDICATOR_NO_BLUR 1
''; '';
meta = { meta = {