diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:47:52 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:48:21 +0200 |
| commit | 875b3add8f4e265eeabd125472fb6d5186d3f8d5 (patch) | |
| tree | 8dba6a51a060fecec8d58e0777925698624a704e /polybar/plat.sh | |
| parent | 8e40fea5c0e42dc1204d35292e350d660ee3ed95 (diff) | |
| download | dots-875b3add8f4e265eeabd125472fb6d5186d3f8d5.tar.gz | |
polybar: Add config
Diffstat (limited to 'polybar/plat.sh')
| -rwxr-xr-x | polybar/plat.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polybar/plat.sh b/polybar/plat.sh new file mode 100755 index 0000000..b8797f6 --- /dev/null +++ b/polybar/plat.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +PLAT=$(uname) +SCRIPT_DIR=$(dirname "$(readlink -f "$0")") + +"${SCRIPT_DIR}/${PLAT}-${1}.sh" |