aboutsummaryrefslogtreecommitdiff
path: root/leds
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-23 18:58:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-23 18:58:51 -0300
commit01833321390de009909a6ab50bab8692b64f5799 (patch)
tree9c5f7fd5ca5ea2acd08be4af69ee46348b0f4993 /leds
parentd129d5b3d25f0d17a0312de2c033eb46a026bb5a (diff)
downloadscripts-01833321390de009909a6ab50bab8692b64f5799.tar.gz
scripts-01833321390de009909a6ab50bab8692b64f5799.tar.bz2
Add a trailing space with the capslock indication
Diffstat (limited to 'leds')
-rwxr-xr-xleds4
1 files changed, 2 insertions, 2 deletions
diff --git a/leds b/leds
index 89c46c6..22ff769 100755
--- a/leds
+++ b/leds
@@ -8,7 +8,7 @@ ledstate="`xset q 2>/dev/null | grep LED`"
ledstate="`echo $ledstate | sed s/[^1-9]//g`"
case "$ledstate" in
'1')
- echo "[CapsLock]"
+ echo "[CapsLock] "
;;
'2')
# Right now we're not interested on NumLock status
@@ -18,7 +18,7 @@ case "$ledstate" in
'3')
# Right now we're not interested on NumLock status
#echo "[CapsLock][NumLock]"
- echo "[CapsLock]"
+ echo "[CapsLock] "
;;
*)
echo ""