summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-24 14:36:45 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-24 14:36:45 (EDT)
commit3d7e450164e9072bb0448129e883b44c95cada3a (patch)
tree9c158a4831937a83c02cf16933f5dd6501005f12
parent45cb034cc66b0763bab333ebbe24934e0a5e533f (diff)
downloadfluxbox-3d7e450164e9072bb0448129e883b44c95cada3a.zip
fluxbox-3d7e450164e9072bb0448129e883b44c95cada3a.tar.gz
fluxbox-3d7e450164e9072bb0448129e883b44c95cada3a.tar.bz2
lib/panel/dtmon: Replace "DT" with brackets
-rwxr-xr-xlib/panel/dtmon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/panel/dtmon b/lib/panel/dtmon
index ca2472d..64662ab 100755
--- a/lib/panel/dtmon
+++ b/lib/panel/dtmon
@@ -4,7 +4,7 @@ main()
{
dt="$(wmctrl -d | sed -n 's/ * \* .*$//p')"
: $((dt += 1))
- printf 'DT%d\n' ${dt}
+ printf '[%d]\n' ${dt}
}
main "${@}"