mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 12:02:46 +00:00
initial commit
This commit is contained in:
7
.config/i3blocks/configure
vendored
Executable file
7
.config/i3blocks/configure
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
PREFIX=$(echo $1 | cut -d= -f 2)
|
||||
if [ -n "$PREFIX" ]
|
||||
then
|
||||
sed -i "s;^PREFIX.*;PREFIX = $PREFIX;g" Makefile
|
||||
fi
|
Reference in New Issue
Block a user