Refreshing the status bar is now done using signals. --> fixed type, wrong signal symbol in comment.

This commit is contained in:
msinkec 2019-06-12 20:29:41 +02:00
parent 410e822a1c
commit 7fdaf37024

View File

@ -3,7 +3,7 @@
# This script sets the statusbar with the xsetroot command at the end. Have it
# started by ~/.xinitrc or ~/.xprofile.
# Handle SIGCONT signals sent by refbar to update the status bar immediately.
# Handle SIGTRAP signals sent by refbar to update the status bar immediately.
trap 'update' 5
# Set the deliminter character.