diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-07-06 14:59:24 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-07-06 14:59:24 +0100 |
commit | 56dc407c91c333ca2a866cf5fc3ff0a3fdb237d2 (patch) | |
tree | e9a044432f2bf07c27ba5d62efb6b73dd0295b44 /.config/eww | |
parent | 45098288dfa0f23b753d60c890932b8f6b3f1640 (diff) |
Removed ununsed lines
Diffstat (limited to '.config/eww')
-rwxr-xr-x | .config/eww/scripts/workspace.sh | 2 |
1 files changed, 0 insertions, 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 |