blob: 44accdfc6f91a9cdc2aeb8d580133efc8a216bc4 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
integrated=$(echo ON | sudo tee /sys/kernel/debug/vgaswitcheroo/switch)
notify-send -t 5000 \
-i "/home/xero/.config/awesome/greyhash/gfx.png" \
' gfx status
░░▒▒▓▓▓████▓▓▓▒▒░░' \
" both powered on"
|