From 0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sat, 8 Mar 2014 23:30:29 -0500
Subject: fix file locations

---
 code/sys/gfx-intel.sh  | 2 +-
 code/sys/gfx-off.sh    | 2 +-
 code/sys/gfx-on.sh     | 2 +-
 code/sys/gfx-radeon.sh | 2 +-
 code/sys/gfx-status.sh | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

(limited to 'code')

diff --git a/code/sys/gfx-intel.sh b/code/sys/gfx-intel.sh
index c68b0c5..804de12 100755
--- a/code/sys/gfx-intel.sh
+++ b/code/sys/gfx-intel.sh
@@ -3,7 +3,7 @@
 integrated=$(echo IGD | sudo tee /sys/kernel/debug/vgaswitcheroo/switch)
 
 notify-send -t 5000 \
--i "/home/xero/.config/awesome/greyhash/gfx.png" \
+-i "/home/xero/.config/awesome/themes/ghost/gfx.png" \
 '   gfx status 
 ░░▒▒▓▓▓████▓▓▓▒▒░░' \
 " intel powered on"
\ No newline at end of file
diff --git a/code/sys/gfx-off.sh b/code/sys/gfx-off.sh
index 31f3eb9..aeb6daf 100755
--- a/code/sys/gfx-off.sh
+++ b/code/sys/gfx-off.sh
@@ -3,7 +3,7 @@
 integrated=$(echo OFF  | sudo tee /sys/kernel/debug/vgaswitcheroo/switch)
 
 notify-send -t 5000 \
--i "/home/xero/.config/awesome/greyhash/gfx.png" \
+-i "/home/xero/.config/awesome/themes/ghost/gfx.png" \
 '   gfx status 
 ░░▒▒▓▓▓████▓▓▓▒▒░░' \
 "unused powered off"
\ No newline at end of file
diff --git a/code/sys/gfx-on.sh b/code/sys/gfx-on.sh
index 44accdf..57d08d4 100755
--- a/code/sys/gfx-on.sh
+++ b/code/sys/gfx-on.sh
@@ -3,7 +3,7 @@
 integrated=$(echo ON  | sudo tee /sys/kernel/debug/vgaswitcheroo/switch)
 
 notify-send -t 5000 \
--i "/home/xero/.config/awesome/greyhash/gfx.png" \
+-i "/home/xero/.config/awesome/themes/ghost/gfx.png" \
 '   gfx status 
 ░░▒▒▓▓▓████▓▓▓▒▒░░' \
 " both powered on"
\ No newline at end of file
diff --git a/code/sys/gfx-radeon.sh b/code/sys/gfx-radeon.sh
index 070d161..a0db665 100755
--- a/code/sys/gfx-radeon.sh
+++ b/code/sys/gfx-radeon.sh
@@ -3,7 +3,7 @@
 integrated=$(echo DIS | sudo tee /sys/kernel/debug/vgaswitcheroo/switch)
 
 notify-send -t 5000 \
--i "/home/xero/.config/awesome/greyhash/gfx.png" \
+-i "/home/xero/.config/awesome/themes/ghost/gfx.png" \
 '   gfx status 
 ░░▒▒▓▓▓████▓▓▓▒▒░░' \
 "radeon powered on"
\ No newline at end of file
diff --git a/code/sys/gfx-status.sh b/code/sys/gfx-status.sh
index d8e621a..93d564a 100755
--- a/code/sys/gfx-status.sh
+++ b/code/sys/gfx-status.sh
@@ -32,7 +32,7 @@ discrete_condition="off"
 fi
 
 notify-send -t 5000 \
--i "/home/xero/.config/awesome/greyhash/gfx.png" \
+-i "/home/xero/.config/awesome/themes/ghost/gfx.png" \
 '  gfx status 
 ░░▒▒▓▓███▓▓▒▒░░' \
 " intel  = $integrated_condition 
-- 
cgit v1.2.1