From 8a4baa5e022584bf12a0482fe5893b5a877cd66b Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 4 Mar 2021 08:35:17 +0700 Subject: [PATCH] + Added gamemode status --- .local/bin/dwmbar/gamemodeStatus | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/dwmbar/gamemodeStatus diff --git a/.local/bin/dwmbar/gamemodeStatus b/.local/bin/dwmbar/gamemodeStatus new file mode 100755 index 0000000..3ae2947 --- /dev/null +++ b/.local/bin/dwmbar/gamemodeStatus @@ -0,0 +1,3 @@ +#!/bin/sh + +printf " %s\n" "$(gamemoded -s | sed 's/.*is //')"