diff options
Diffstat (limited to '')
-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 |