diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-24 17:27:20 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-24 17:27:20 +0100 |
commit | 64300140a1a59b30dabc577eea7e26ffc8f3b4a8 (patch) | |
tree | 984a7711631281b9ae20a0da087322c3c038a062 /config | |
parent | b4fb27fd60a64c608319c97826ec2f09f5c26732 (diff) |
Restructuring
Moved bar.sh to /usr/share/dwmbar.
Modules are now only in /usr/share/dwmbar.
Custom modules folder is now in .config/dwmbar.
This will allow for paralellised modules down the line.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ #!/bin/bash -MODULES_DIR="/home/$USER/.config/dwmbar/modules/" - # What modules, in what order MODULES="mpd weather volumebar wifi internet cpuload temperature date time" |