summaryrefslogtreecommitdiff
path: root/.config/login.d/00_quota.sh
blob: afe7211bafd40e8860516cfe866d97258e2b06b6 (plain)
1
2
3
4
#!/hint/sh
if { ! quota -s; } && [ -n "$DISPLAY" ]; then
	xmessage -center "$(quota -s)" &
fi