aboutsummaryrefslogtreecommitdiff
path: root/bar.sh
AgeCommit message (Collapse)Author
2019-10-26Fix for internet module.Archie Hilton (thytom)
Internet module was not being loaded correctly. Also had spacing issues.
2019-10-25Quoted all variables, to avoid whitespace truncation.Archie Hilton (thytom)
2019-10-24Add condition to prevent module being run multiple times.Archie Hilton (thytom)
Parallelisation means that some modules are going to be slower than the delay time, and therefore will pile up.
2019-10-24RestructuringArchie Hilton (thytom)
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.
2019-10-24Just use the source command, and added left padding.Archie Hilton (thytom)
2019-10-24Implemented different config fileManuel Palenzuela
2019-10-24Changed names of files part 2Manuel Palenzuela
2019-10-24Changed names of filesManuel Palenzuela