clean up scripts
This commit is contained in:
7
.config/polybar/scripts/system-nvidia-bbswitch.sh
Normal file
7
.config/polybar/scripts/system-nvidia-bbswitch.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if grep -q ON /proc/acpi/bbswitch; then
|
||||
echo "# Active"
|
||||
else
|
||||
echo "# Inactive"
|
||||
fi
|
||||
Reference in New Issue
Block a user