aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-06Added new weather module, fixed archupdates spacing and tweaked bar.shArchie Hilton (thytom)
2019-11-06Merge pull request #12 from thytom/delaysBaitinq
Added delays to the updates modules
2019-11-06Added delays to the updates modulesManuel Palenzuela
2019-11-05Added todo itemManuel Palenzuela
2019-11-04Better fix that doesn't mess with spacingArchie Hilton (thytom)
2019-11-04New change to bar.sh bodged some spacing problemsArchie Hilton (thytom)
2019-11-04Internet is off on startup. Cleaned up bar.sh and configArchie Hilton (thytom)
2019-11-01Removed debugging messagesArchie Hilton (thytom)
2019-11-01Merge branch 'curlisbloat'Archie Hilton (thytom)
2019-11-01Fixed CPU issue and made internet workArchie Hilton (thytom)
Bash backgrounding is bloat
2019-10-31Merge branch 'master' of github.com:thytom/dwmbarArchie Hilton (thytom)
2019-10-31Fixed + symbol in temperatureArchie Hilton (thytom)
2019-10-30Added todo itemManuel Palenzuela
2019-10-28Improved the spacing in volArchie Hilton (thytom)
2019-10-26Merge pull request #6 from thytom/spacingfixedArchie Hilton
Spacing fixed in many modules.
2019-10-26Merge pull request #7 from thytom/internet_fixArchie Hilton
Fix for internet module.
2019-10-26Fix for internet module.Archie Hilton (thytom)
Internet module was not being loaded correctly. Also had spacing issues.
2019-10-26Changed battery icon spacingArchie Hilton (thytom)
Spacing is only inserted if charging or warning icon shows.
2019-10-26Fixed networkup/down bug (crazy num)Manuel Palenzuela
2019-10-25Improved spacing in cpuload moduleArchie Hilton (thytom)
2019-10-25Improve spacing in battery module.Archie Hilton (thytom)
2019-10-25Fixed networkup/down but new bug nowManuel Palenzuela
2019-10-25Merge pull request #5 from thytom/hostnameBaitinq
Hostname module
2019-10-25Fix whitespace issues with mpd module.Archie Hilton (thytom)
2019-10-25Added hostname moduleManuel Palenzuela
2019-10-25Merge pull request #4 from thytom/battery-module-fixArchie Hilton
Battery module fix
2019-10-25Added hostname moduleManuel Palenzuela
2019-10-25Merge pull request #3 from thytom/parallelArchie Hilton
Parallel stuff + New modules
2019-10-25Added todo itemManuel Palenzuela
2019-10-25Changed units in networkup/down modulesManuel Palenzuela
2019-10-25Added todo itemManuel Palenzuela
2019-10-25Quoted all variables, to avoid whitespace truncation.Archie Hilton (thytom)
2019-10-25Fix percentage text inside battery icon.Archie Hilton (thytom)
2019-10-25Re-wrote battery script to be faster and more efficient.Archie Hilton (thytom)
2019-10-24Merge remote-tracking branch 'origin/parallel' into parallelArchie 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-24Added a delta var for the network up and down modulesManuel Palenzuela
2019-10-24Added networkup and networkdown modulesManuel Palenzuela
2019-10-24Moved the internet module to cManuel Palenzuela
2019-10-24Updated todo listManuel Palenzuela
2019-10-24Merge pull request #2 from thytom/sepconfigArchie Hilton
Complete Restructure
2019-10-24Updated version numberArchie Hilton (thytom)
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-24Fixed the configArchie 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
2019-10-24Added different config fileManuel Palenzuela
2019-10-24Added todo item (Archupdates delay)Baitinq