mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
Changed names of files part 2
This commit is contained in:
parent
2808138791
commit
63d1282294
1 changed files with 1 additions and 1 deletions
2
bar.sh
2
bar.sh
|
@ -15,7 +15,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# 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)
|
DELAY=$(cat $CONFIG_NAME | grep -E "DELAY" | cut -d '"' -f2)
|
||||||
MODULES_DIR="/home/$USER/.config/dwmbar/modules/"
|
MODULES_DIR="/home/$USER/.config/dwmbar/modules/"
|
||||||
|
|
Loading…
Reference in a new issue