diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-17 20:57:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-17 20:57:30 +0900 |
| commit | 61a99264b16146d7e55a7b4638794ab4a2b49da5 (patch) | |
| tree | c486890e1f24569c1645beb0cf7b1dfc55a1cd2d /ar | |
| parent | 7ecbb0413f6381fa179bd85e4adbe338b6aec186 (diff) | |
modified claude/settings.json, modified statusbar/sb-mpdup
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/claude/settings.json | 3 | ||||
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-mpdup | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ar/.config/claude/settings.json b/ar/.config/claude/settings.json index c887ac2..f1fbe6e 100644 --- a/ar/.config/claude/settings.json +++ b/ar/.config/claude/settings.json @@ -40,5 +40,8 @@ "statusLine": { "type": "command", "command": "$CLAUDE_CONFIG_DIR/statuslines/statusline.sh" + }, + "enabledPlugins": { + "typescript-lsp@claude-plugins-official": true } } diff --git a/ar/.local/bin/statusbar/sb-mpdup b/ar/.local/bin/statusbar/sb-mpdup index fa9b61b..0732c88 100755 --- a/ar/.local/bin/statusbar/sb-mpdup +++ b/ar/.local/bin/statusbar/sb-mpdup @@ -4,5 +4,6 @@ # music player's status. mpd must be running on X's start for this to work. while :; do - mpc idle >/dev/null && kill -55 "$(pidof "${STATUSBAR:-dwmblocks}")" || break + mpc idle >/dev/null || continue + kill -55 "$(pidof "${STATUSBAR:-dwmblocks}")" 2>/dev/null done |
