commit 70ee3fb2018e38e04b4255492332ca541afdafea parent 697e8fcf16ed9f9545d57c1966b27a344921c6e3 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 11 Jul 2020 20:50:49 +0200 Remove unused script Diffstat:
D | .local/bin/dwmstatus-refresh | | | 5 | ----- |
M | .local/bin/keyboard-layout-switch.sh | | | 4 | ---- |
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/.local/bin/dwmstatus-refresh b/.local/bin/dwmstatus-refresh @@ -1,5 +0,0 @@ -#!/bin/sh -# Modified from lukesmithxyz/voidrice - -pid="$(pstree -lp | sed -n 's/.*-dwmstatus(.*-sleep(\([0-9]\+\))/\1/p')" -[ -n "$pid" ] && kill "$pid" diff --git a/.local/bin/keyboard-layout-switch.sh b/.local/bin/keyboard-layout-switch.sh @@ -31,7 +31,3 @@ if [ "$currlang" = "$lang1" ]; then else set_language "$lang1" fi - -if type dwmstatus-refresh >/dev/null 2>&1; then - dwmstatus-refresh -fi