diff options
author | Malfurious <m@lfurio.us> | 2025-03-03 03:48:49 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-03-03 03:48:49 -0500 |
commit | 9338a3acbf7ea8b7b7459f0b0abe7b1d7abfe753 (patch) | |
tree | 4c17bc7cc7fe8632e5777270904df0cd70c55703 | |
parent | 209a3308a8fdf53cf9fc4821618009799d34e6b9 (diff) | |
download | rice-raspberrypi.tar.gz rice-raspberrypi.zip |
Remove acpiraspberrypi
Unsupported on platform
-rw-r--r-- | .xinitrc | 2 | ||||
-rwxr-xr-x | rice/install_pkgs.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ statusbar() { - acpi -b | awk '{print $4}' | sed 's/,//;/100/d' + #acpi -b | awk '{print $4}' | sed 's/,//;/100/d' date '+%F | %R' } diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh index 232159a..5152ac0 100755 --- a/rice/install_pkgs.sh +++ b/rice/install_pkgs.sh @@ -7,7 +7,7 @@ sed '1,/^exit$/d;/^#/d' -- "$0" | xargs -tP1 $installcmd exit # user -acpi +#acpi alsa-utils curl feh |