From bfea190a6696aa11eca3b196647d19d6322d3d7d Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 27 Oct 2025 21:49:19 +1100 Subject: [PATCH] sketchybar: remove wifi module --- stow/.config/sketchybar/plugins/wifi.sh | 8 -------- stow/.config/sketchybar/sketchybarrc | 8 -------- 2 files changed, 16 deletions(-) delete mode 100755 stow/.config/sketchybar/plugins/wifi.sh diff --git a/stow/.config/sketchybar/plugins/wifi.sh b/stow/.config/sketchybar/plugins/wifi.sh deleted file mode 100755 index 06bc0cc..0000000 --- a/stow/.config/sketchybar/plugins/wifi.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -ping -c 1 1.1.1.1 -t 15 &> /dev/null - -if [ "$?" = "0" ]; then - sketchybar --set $NAME icon=󰖩 drawing=false -else - sketchybar --set $NAME icon=󰖪 drawing=true -fi diff --git a/stow/.config/sketchybar/sketchybarrc b/stow/.config/sketchybar/sketchybarrc index 89c36ac..2e3f6f8 100755 --- a/stow/.config/sketchybar/sketchybarrc +++ b/stow/.config/sketchybar/sketchybarrc @@ -158,13 +158,5 @@ sketchybar --add item audio right \ script="$PLUGIN_DIR/volume.sh" \ --subscribe audio volume_change \ -# Wifi -sketchybar --add item wifi right \ - --set wifi script="$PLUGIN_DIR/wifi.sh" \ - update_freq=60 \ - background.padding_right=0 \ - background.padding_left=0 \ - label.padding_left=0 - ##### Force all scripts to run the first time (never do this in a script) ##### sketchybar --update