From af0e8907774e415ece3cbb6004b170dad8e5708b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 16 Dec 2024 19:16:41 +0000 Subject: Convert battery.sh converted from bash to sh. --- .config/eww/scripts/battery.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.config') diff --git a/.config/eww/scripts/battery.sh b/.config/eww/scripts/battery.sh index a984346..1312df2 100755 --- a/.config/eww/scripts/battery.sh +++ b/.config/eww/scripts/battery.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # Send a notification if battery is low, change status in info file accordingly notify_low () { @@ -49,5 +49,3 @@ case $1 in printf "%s%s%d%%\n" "$charging_icon" "$capacity_icon" "$capacity" ;; esac - - -- cgit v1.2.3