diff options
author | Matt Hunter <m@lfurio.us> | 2025-07-22 05:33:30 -0400 |
---|---|---|
committer | Matt Hunter <m@lfurio.us> | 2025-07-22 05:33:30 -0400 |
commit | 859ddf34f109795dd94fb6a23417e4ee280363a8 (patch) | |
tree | a7e937987e5a0c44553b102e77fe3dc1366000fa | |
parent | ec2991946fff859c95dc01bf310a6560d568d0f2 (diff) | |
download | rice-raspberrypi.tar.gz rice-raspberrypi.zip |
Remove acpiraspberrypi
Unsupported on platform
Diffstat (limited to '')
-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 |