From 0b921ed49b9f0c170bed444570d91e2d9901483b Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 21:21:48 -0600 Subject: fix /sbin/sh to /bin/sh --- cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu') diff --git a/cpu b/cpu index 283cd40..5bdfd6b 100755 --- a/cpu +++ b/cpu @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh case $BLOCK_BUTTON in 1) notify-send "CPU hogs" "$(ps axch -o comm,%cpu --sort=-%cpu | head)\\n(100% per core)" ;; -- cgit v1.2.3