aboutsummaryrefslogtreecommitdiff
path: root/sys/code/sys/gfx-off
diff options
context:
space:
mode:
Diffstat (limited to 'sys/code/sys/gfx-off')
-rwxr-xr-xsys/code/sys/gfx-off9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/code/sys/gfx-off b/sys/code/sys/gfx-off
new file mode 100755
index 0000000..aeb6daf
--- /dev/null
+++ b/sys/code/sys/gfx-off
@@ -0,0 +1,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" \ No newline at end of file