diff options
author | xero <x@xero.nu> | 2014-03-08 23:30:29 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-03-08 23:30:29 -0500 |
commit | 0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76 (patch) | |
tree | fabe2da78735ce558f83cfc1004c0a62c633d878 /code | |
parent | bd8faa15580fa212f589de7adca013b4a3f00098 (diff) | |
download | dotfiles_ascii-0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76.tar.xz dotfiles_ascii-0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76.zip |
fix file locations
Diffstat (limited to 'code')
-rwxr-xr-x | code/sys/gfx-intel.sh | 2 | ||||
-rwxr-xr-x | code/sys/gfx-off.sh | 2 | ||||
-rwxr-xr-x | code/sys/gfx-on.sh | 2 | ||||
-rwxr-xr-x | code/sys/gfx-radeon.sh | 2 | ||||
-rwxr-xr-x | code/sys/gfx-status.sh | 2 |
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 |