mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Refreshing the status bar is now done using signals. --> fixed type, wrong signal symbol in comment.
This commit is contained in:
parent
410e822a1c
commit
7fdaf37024
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user