diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index fa53ae9..34bc6b0 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -540,41 +540,6 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.") license:lgpl2.1+ license:mpl1.1)))) -(define-public swayfx-0.3.2 - (package - (inherit sway) - (name "swayfx") - (version "0.3.2") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/WillPower3309/swayfx") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv")))) - (build-system meson-build-system) - (inputs (list basu - cairo - gdk-pixbuf - json-c - libevdev - libinput-minimal - libxkbcommon - pango - pcre2 - swaybg - wayland - wlroots-0.16)) - (home-page "https://github.com/WillPower3309/swayfx") - (synopsis "Sway Fork with extra options and effects") - (description - "Fork of Sway, a Wayland compositor compatible with i3. SwayFX -adds extra options and effects to the original Sway, such as blur, rounded -corners, shadows, inactive window dimming, etc.") - (license license:expat))) - (define-public tomlplusplus ;; SENT to Guix (package (name "tomlplusplus")