diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-30 19:41:24 +0100 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-31 00:42:19 +0100 |
commit | edecb040d826daee023b382ac7aecff88fd8a8cf (patch) | |
tree | 4c87dda3eaf30477236278e27be0e1f2d17f2916 /.local/bin/barpos | |
parent | 13aa86e8d1080c24afdeac51fbb8235990c8a001 (diff) |
minor
Diffstat (limited to '.local/bin/barpos')
-rwxr-xr-x | .local/bin/barpos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/barpos b/.local/bin/barpos index 29e2512..16626a3 100755 --- a/.local/bin/barpos +++ b/.local/bin/barpos @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh BAR_CFG=$XDG_CONFIG_HOME/polybar/config.ini |