diff options
| author | Matt Hunter <m@lfurio.us> | 2025-07-22 05:33:30 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-18 01:15:26 -0500 |
| commit | 22bc6e81f2199fc3654f320b5ad736a888f840d2 (patch) | |
| tree | 133e532efeb320dc2780acf7a9a55a34790b18c8 | |
| parent | 06a8f3775af59fa1e84a0c53efa34e6b80e8bdac (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 e112816..336326d 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 |
