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 | 3e28c3be9b5fe7384bf42e63522365048ffa55cd (patch) | |
| tree | 9c3a6b9d774df2ce39b62e8376d58f3ab1beb00e /ar | |
| parent | 58cd531d8c985838eba718944b5fd053f0b66182 (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 |
