mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Remove period from batsignal messages
parent
a95d079684
commit
afbb605f57
|
@ -33,7 +33,7 @@
|
|||
#|Radix|#
|
||||
#|C|# #:use-module (radix combinators)
|
||||
#|U|# #:use-module (radix utils)
|
||||
|
||||
|
||||
#|Radix packages|#
|
||||
#|F|# #:use-module (radix packages fish-xyz)
|
||||
|
||||
|
@ -372,7 +372,7 @@
|
|||
(full-level 90)
|
||||
(warning-level 70)
|
||||
(critical-level 30)
|
||||
(full-message "Unplug the cable.")
|
||||
(warning-message "You may want to plug the cable.")
|
||||
(critical-message "Plug the cable.")))))))
|
||||
(full-message "Unplug the cable")
|
||||
(warning-message "You may want to plug the cable")
|
||||
(critical-message "Plug the cable")))))))
|
||||
home-environment
|
||||
|
|
Loading…
Reference in New Issue