diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-02 15:04:36 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-02 15:04:36 -0400 |
| commit | a818e2d9dbff39c5ac0ff5b0f036921360b099ce (patch) | |
| tree | 1caec2ae3735b84ad8584f478e2009db40cb9901 /.local | |
| parent | 50baa1a44f74206f6848fb55009439800e9b8965 (diff) | |
| parent | 632d35ebaeba8464eccf159e4f2b704c28e617d6 (diff) | |
| download | eibhear-a818e2d9dbff39c5ac0ff5b0f036921360b099ce.tar.gz eibhear-a818e2d9dbff39c5ac0ff5b0f036921360b099ce.tar.zst eibhear-a818e2d9dbff39c5ac0ff5b0f036921360b099ce.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/i3cmds/toggle-welcome | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/i3cmds/toggle-welcome b/.local/bin/i3cmds/toggle-welcome index 517c301..d15ca14 100755 --- a/.local/bin/i3cmds/toggle-welcome +++ b/.local/bin/i3cmds/toggle-welcome @@ -4,7 +4,7 @@ PIC="${XDG_DATA_HOME:-$HOME/.local/share}/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." ) || - ( echo "notify-send -i \"$PIC\" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && +grep LARBSWELCOME "$XDG_CONFIG_HOME/xprofile" && + ( sed -i "/LARBSWELCOME/d" "$XDG_CONFIG_HOME/xprofile" && notify-send -i "$PIC" "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || + ( echo "notify-send -i \"$PIC\" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> "$XDG_CONFIG_HOME/xprofile" && notify-send -i "$PIC" "LARBS welcome message" "Welcome message re-enabled." ) |
