dotfiles/.config/polybar/scripts/system-nvidia-bbswitch.sh
2024-01-29 08:31:23 -06:00

8 lines
103 B
Bash

#!/bin/sh
if grep -q ON /proc/acpi/bbswitch; then
echo "# Active"
else
echo "# Inactive"
fi