diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 16:50:33 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 16:50:33 -0400 |
| commit | f93cd463a17ce73adeb1f56a57f211690a6c13b1 (patch) | |
| tree | 2c84b7197ccc2f6c7862653993c276c660946256 /.local/bin/i3cmds | |
| parent | f68f3119c1da3c6229c0c26e41b60f20ce7bc84a (diff) | |
| parent | bcbfd066cf90cd5aa83225d468680473b8f66ad6 (diff) | |
| download | eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.gz eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.zst eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.zip | |
Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-xdgify
Diffstat (limited to '.local/bin/i3cmds')
| -rwxr-xr-x | .local/bin/i3cmds/toggle-welcome | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/i3cmds/toggle-welcome b/.local/bin/i3cmds/toggle-welcome index 715db09..d8cc0ef 100755 --- a/.local/bin/i3cmds/toggle-welcome +++ b/.local/bin/i3cmds/toggle-welcome @@ -2,7 +2,7 @@ # Toggles the LARBS welcome message. -PIC="$HOME/.local/share/larbs/larbs.png" +PIC="$XDG_DATA_HOME/larbs/larbs.png" grep LARBSWELCOME "$HOME/.xprofile" && ( sed -i "/LARBSWELCOME/d" ~/.xprofile && notify-send -i "$PIC" "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || |
