From 152f8ae7ddf38df13d5a847ddfdf949d059ef42c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 17:48:03 -0600 Subject: chore(dwm): remove unused dwmblocks statusbar scripts Delete 24 sb-* scripts in statusbar/ directory - dwmblocks is not installed or used. Also removes sublime-merge config (manual install, not in archsetup). Co-Authored-By: Claude Opus 4.5 --- dotfiles/dwm/.local/bin/statusbar/sb-iplocate | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 dotfiles/dwm/.local/bin/statusbar/sb-iplocate (limited to 'dotfiles/dwm/.local/bin/statusbar/sb-iplocate') diff --git a/dotfiles/dwm/.local/bin/statusbar/sb-iplocate b/dotfiles/dwm/.local/bin/statusbar/sb-iplocate deleted file mode 100755 index 02adab8..0000000 --- a/dotfiles/dwm/.local/bin/statusbar/sb-iplocate +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Gets your public ip address checks which country you are in and -# displays that information in the statusbar -# -# https://www.maketecheasier.com/ip-address-geolocation-lookups-linux/ - -ifinstalled "geoip" || exit -addr="$(curl ifconfig.me 2>/dev/null)" || exit -grep "flag: " "${XDG_DATA_HOME:-$HOME/.local/share}/larbs/emoji" | grep "$(geoiplookup "$addr" | sed 's/.*, //')" | sed "s/flag: //;s/;.*//" -- cgit v1.2.3