aboutsummaryrefslogtreecommitdiff
path: root/xalarm
diff options
context:
space:
mode:
Diffstat (limited to 'xalarm')
-rwxr-xr-xxalarm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xalarm b/xalarm
index dd54183..8fbf482 100755
--- 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