mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:26:14 -05:00
bumped swayidle to make work again
This commit is contained in:
parent
eb44470e80
commit
adf9cb015d
2 changed files with 17 additions and 3 deletions
|
@ -123,7 +123,7 @@
|
||||||
(packages (append (map specification->package (list "sway"
|
(packages (append (map specification->package (list "sway"
|
||||||
;"hyprland"
|
;"hyprland"
|
||||||
"swaybg"
|
"swaybg"
|
||||||
"swayidle"
|
;"swayidle"
|
||||||
;"swaylock-effects"
|
;"swaylock-effects"
|
||||||
"fuzzel"
|
"fuzzel"
|
||||||
"foot"
|
"foot"
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
"wireplumber"
|
"wireplumber"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"zsh"))
|
"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 ))
|
%my-base-packages ))
|
||||||
|
|
||||||
;; Below is the list of system services. To search for available
|
;; Below is the list of system services. To search for available
|
||||||
|
|
|
@ -34,6 +34,20 @@
|
||||||
"0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
|
"0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
|
||||||
(inputs (modify-inputs (package-inputs swaylock-effects) (delete "linux-pam")))))
|
(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
|
(define-public waybar-new
|
||||||
(package
|
(package
|
||||||
(inherit waybar)
|
(inherit waybar)
|
||||||
|
@ -87,4 +101,4 @@
|
||||||
"13l95h5krmv7syidw9c4gn62ac5qcqg9pmfh6x8ydjws97h05jvz"))
|
"13l95h5krmv7syidw9c4gn62ac5qcqg9pmfh6x8ydjws97h05jvz"))
|
||||||
(patches (list hyprland-unbundle-wlroots-patch))))))
|
(patches (list hyprland-unbundle-wlroots-patch))))))
|
||||||
|
|
||||||
hyprland-temp
|
swayidle-new
|
||||||
|
|
Loading…
Reference in a new issue