diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-24 15:13:38 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-24 15:13:38 +0100 |
commit | 63d1282294a6226e9dba2d5868c756376ca99ab2 (patch) | |
tree | 91075e74347360069a4f9200a2d524a3f153f0cd /bar.sh | |
parent | 2808138791d1859a692d1902df81ad9ffb25b6d1 (diff) |
Changed names of files part 2
Diffstat (limited to 'bar.sh')
-rwxr-xr-x | bar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -CONFIG_NAME="modulesrc" +CONFIG_NAME="config" DELAY=$(cat $CONFIG_NAME | grep -E "DELAY" | cut -d '"' -f2) MODULES_DIR="/home/$USER/.config/dwmbar/modules/" |