#!/bin/sh echo "  $(cat $HOME/.cache/layout) " case $BLOCK_BUTTON in 1) layouttoggle ;; 3) notify-send -a " Keyboard" "Click this widget to toggle the keyboard layout between french and english.";; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac