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