summaryrefslogtreecommitdiffstats
path: root/.local/bin/i3cmds/toggle-welcome
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-11-17 16:44:07 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-11-17 16:44:07 -0500
commitc7e3d61753201d48835cdc819dcd6557bc2cffe7 (patch)
tree5700fb5d11bd49f7d8919baa8d53af1b13d2a07b /.local/bin/i3cmds/toggle-welcome
parent9df28899ded4ed4cd75c4fa05b8302f71ff8198d (diff)
downloadeibhear-c7e3d61753201d48835cdc819dcd6557bc2cffe7.tar.gz
eibhear-c7e3d61753201d48835cdc819dcd6557bc2cffe7.tar.zst
eibhear-c7e3d61753201d48835cdc819dcd6557bc2cffe7.zip
old script cleanout
Diffstat (limited to '.local/bin/i3cmds/toggle-welcome')
-rwxr-xr-x.local/bin/i3cmds/toggle-welcome10
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/i3cmds/toggle-welcome b/.local/bin/i3cmds/toggle-welcome
deleted file mode 100755
index d15ca14..0000000
--- a/.local/bin/i3cmds/toggle-welcome
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Toggles the LARBS welcome message.
-
-PIC="${XDG_DATA_HOME:-$HOME/.local/share}/larbs/larbs.png"
-
-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." )