aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-10-23Updated README.mdArchie Hilton (thytom)
2019-10-23Added copyright and license notice at the top of main filesArchie Hilton (thytom)
2019-10-23Moved LICENSE to COPYING in compliance with FSFArchie Hilton (thytom)
2019-10-23Merge pull request #1 from thytom/add-license-1Archie Hilton
Added LICENSE
2019-10-23Added better error checking in install and dwmbarArchie Hilton (thytom)
2019-10-23Made dwmbar only copy files when explicitly told.Archie Hilton (thytom)
2019-10-23Added LICENSEArchie Hilton
2019-10-23Updated TODO, fixed internet modulesArchie Hilton (thytom)
2019-10-23Added internet functionality (1)Manuel Palenzuela
2019-10-23Improved cpuload moduleArchie Hilton (thytom)