From fcad9101790eaf65cbc20b043cf658d4b7d99e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 13 Jan 2024 17:19:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20(home/wayland/eww)=20remove=20sh?= =?UTF-8?q?ebang=20from=20`get-active-workspace`=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/wayland/eww/config/scripts/get-active-workspace | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/wayland/eww/config/scripts/get-active-workspace b/home/wayland/eww/config/scripts/get-active-workspace index c2c42c5..1e7f45d 100755 --- a/home/wayland/eww/config/scripts/get-active-workspace +++ b/home/wayland/eww/config/scripts/get-active-workspace @@ -1,5 +1,3 @@ -#!/usr/bin/env bash - # print current active workspace id hyprctl monitors -j | jaq '.[] | select(.focused) | .activeWorkspace.id'