diff --git a/dconf/cpu.sh b/dconf/cpu.sh deleted file mode 100644 index 19359cc..0000000 --- a/dconf/cpu.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# This script monitors CPU usage - - # Get the current usage of CPU - cpuUsage=$(top -bn1 | awk '/Cpu/ { print $2}') - - # Print the usage - echo "CPU: $cpuUsage%"