]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Xalarm: sm colors
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 May 2018 12:28:34 +0000 (09:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 May 2018 12:28:34 +0000 (09:28 -0300)
xalarm

diff --git a/xalarm b/xalarm
index dd541836696deede21bce05589cb9d0c9f38f83b..8fbf48247b46693edd301a24f62bbd6c92e90ed1 100755 (executable)
--- a/xalarm
+++ b/xalarm
@@ -31,7 +31,7 @@ function xalarm_set {
   # Sleep implementation
   sleep $DELAY
   if which sm 2> /dev/null; then
-    sm $MESSAGE
+    sm -f '#ffffff' -b '#1c1c1c' $MESSAGE
   else
     xmessage $MESSAGE
   fi