From afbb605f5774c180470ee8d2f5f53b1f0ba009ab Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 29 Sep 2024 07:51:32 -0300 Subject: [PATCH] home-environments: radio: Remove period from batsignal messages --- home-environments/radio.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index ce524c5..12420ed 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -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