From 56dc407c91c333ca2a866cf5fc3ff0a3fdb237d2 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 6 Jul 2024 14:59:24 +0100 Subject: Removed ununsed lines --- .config/eww/scripts/workspace.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/eww/scripts/workspace.sh b/.config/eww/scripts/workspace.sh index 34af41f..bf0847f 100755 --- a/.config/eww/scripts/workspace.sh +++ b/.config/eww/scripts/workspace.sh @@ -2,13 +2,11 @@ active() { if [[ $arg = 0 && $(river-bedload -print outputs | jq -r '.[''] | select(.).name' | wc -l | xargs) -gt 1 ]] -# if [[ $arg = 0 ]] then arg=1 else arg=0 fi -# fi num=$(river-bedload -print outputs | jq -r '.['$arg'] | select(.).view_tags') num=$(echo $num | awk -F' ' '{print $1}') b=0 -- cgit v1.2.3