aboutsummaryrefslogtreecommitdiff
path: root/code/sys
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-08 23:30:29 -0500
committerxero <x@xero.nu>2014-03-08 23:30:29 -0500
commit0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76 (patch)
treefabe2da78735ce558f83cfc1004c0a62c633d878 /code/sys
parentbd8faa15580fa212f589de7adca013b4a3f00098 (diff)
downloaddotfiles_ascii-0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76.tar.xz
dotfiles_ascii-0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76.zip
fix file locations
Diffstat (limited to '')
-rwxr-xr-xcode/sys/gfx-intel.sh2
-rwxr-xr-xcode/sys/gfx-off.sh2
-rwxr-xr-xcode/sys/gfx-on.sh2
-rwxr-xr-xcode/sys/gfx-radeon.sh2
-rwxr-xr-xcode/sys/gfx-status.sh2
5 files changed, 5 insertions, 5 deletions
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