diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-09-04 12:22:08 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-09-04 12:22:08 +0200 |
commit | 80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15 (patch) | |
tree | d0b70cf060f52f3b54acd7027701282d00f7960f /Common/autorandr/postswitch.d | |
parent | e6df7072ab32493a561fc678eacc119b57981827 (diff) | |
download | dotfiles-80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15.tar.gz dotfiles-80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15.zip |
Add things
Diffstat (limited to 'Common/autorandr/postswitch.d')
-rwxr-xr-x | Common/autorandr/postswitch.d/notify.sh | 2 | ||||
l--------- | Common/autorandr/postswitch.d/wallpaper.sh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Common/autorandr/postswitch.d/notify.sh b/Common/autorandr/postswitch.d/notify.sh new file mode 100755 index 0000000..394c241 --- /dev/null +++ b/Common/autorandr/postswitch.d/notify.sh @@ -0,0 +1,2 @@ +#!/bin/bash +notify-send -i display "Display profile" "$AUTORANDR_CURRENT_PROFILE" diff --git a/Common/autorandr/postswitch.d/wallpaper.sh b/Common/autorandr/postswitch.d/wallpaper.sh new file mode 120000 index 0000000..9ea8654 --- /dev/null +++ b/Common/autorandr/postswitch.d/wallpaper.sh @@ -0,0 +1 @@ +../../../bin/wallpaper.sh
\ No newline at end of file |