Compare commits

..

2 commits

3 changed files with 18 additions and 3 deletions

View file

@ -123,7 +123,7 @@
(packages (append (map specification->package (list "sway"
;"hyprland"
"swaybg"
"swayidle"
;"swayidle"
;"swaylock-effects"
"fuzzel"
"foot"
@ -159,7 +159,7 @@
"wireplumber"
"wireshark"
"zsh"))
(list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan)
(list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new)
%my-base-packages ))
;; Below is the list of system services. To search for available

View file

@ -47,6 +47,7 @@
(format port "#!~a \n
export LD_LIBRARY_PATH=~a \n
export MOZ_ENABLE_WAYLAND=1 \n
export MOZ_USE_XINPUT2=1 \n
exec ~a $@\n"
(string-append bash "/bin/bash")
(string-append pipewire "/lib")

View file

@ -34,6 +34,20 @@
"0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
(inputs (modify-inputs (package-inputs swaylock-effects) (delete "linux-pam")))))
(define-public swayidle-new
(package
(inherit swayidle)
(version "1.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/swaywm/swayidle")
(commit version)))
(file-name (git-file-name "swayidle" version))
(sha256
(base32 "0y0qdqzx90kvk6l80darldvizr7p5g65bnblhxlq5a2rgvs9hkpx"))))))
(define-public waybar-new
(package
(inherit waybar)
@ -87,4 +101,4 @@
"13l95h5krmv7syidw9c4gn62ac5qcqg9pmfh6x8ydjws97h05jvz"))
(patches (list hyprland-unbundle-wlroots-patch))))))
hyprland-temp
swayidle-new