added cliphist script

This commit is contained in:
Tomas Rivera
2026-02-26 18:30:55 +01:00
parent 0fb41b8041
commit 321fe30583
6 changed files with 56 additions and 3 deletions
-1
View File
@@ -44,7 +44,6 @@ writeShellApplication {
while true; do
get_info
state="$status-$percentage"
if [[ "$status" == "Discharging" && "$percentage" -le "$CRITICAL" ]]; then
notify critical "Battery Critically Low" "$percentage% suspending."