65 Commits (12dc8a408437a85775adc3a4f15d006295951275)
 

Author SHA1 Message Date
Emiel Kollof 12dc8a4084 Add keyboard layout display 4 years ago
Emiel Kollof f49b0cb8fb Fix formatting 4 years ago
Emiel Kollof 4eef0b1bcd Add CPU temp and other tweaks 4 years ago
Emiel Kollof 59d5556a23 Remove notify crates 4 years ago
Emiel Kollof 62782eeae8 Remove notification server, it overruled dunst. 4 years ago
Emiel Kollof a7b3ca3174 Add seconds, update once every second 4 years ago
Pierre Chevalier ffaa777f47 Update aur submodule (fixed pkg) 6 years ago
Pierre Chevalier bcf8b4d0d8 Update aur submodule 6 years ago
Pierre Chevalier a7886fdade Update notify_rust 6 years ago
Pierre Chevalier 63225c98a7 Increase version 6 years ago
Pierre Chevalier c514f4bb74 Update systemstat 6 years ago
Pierre Chevalier d3cec3c431 Upgrade aur package 6 years ago
Pierre Chevalier 7d4e6c067b Bump version (better notifications handling) 6 years ago
Pierre Chevalier 4692864e51 Print notification body 6 years ago
Pierre Chevalier a8b2913c6e Limit notifications to one minute 6 years ago
Pierre Chevalier 5ec224f0f3 Update readme
Mostly to acknowledge rust-notify.
Also minor improvements.
6 years ago
Pierre Chevalier 8d695f3505 Update aur package to distribute small bugfix 6 years ago
Pierre Chevalier c64e5bfd77 Bump minor version for minor bug 6 years ago
Pierre Chevalier 70147c174c Fix minor delay on startup
We would skip the first status because it would be unchanged from its
initial state.
6 years ago
Pierre Chevalier 8cfab444af Update aur package 6 years ago
Pierre Chevalier 2b2870d5af Shorten sleep time
Now that we're only calling xsetroot when needed, most of the "work" we
still do is reading files.
Not much cpu power is needed.

Shorten sleep time so we can get notifications almost instantly.
6 years ago
Pierre Chevalier a777d56440 Only call xsetroot when needed
If the banner doesn't change, no need to pay for the cost of spawning a
process and running xsetroot.
6 years ago
Pierre Chevalier d5a7135228 Let xsetroot complete before moving on
If for some reason the command hung; we wouldn't want to keep issuing
other commands every fixed interval.
6 years ago
Pierre Chevalier 8737a445fe Implement support for notifications
Asynchronously listen for notifications and display their summary for
the appropriate time when they happen.
6 years ago
Pierre Chevalier 7bcba9e5b5 Formatting 6 years ago
Pierre Chevalier e2c0129c91 Hide any empty field 6 years ago
Pierre Chevalier 15df34b7b6 Update aur package 6 years ago
Pierre Chevalier 7e6fe0b067 Bump minor version: prettier on desktop 6 years ago
Pierre Chevalier 327afd1f9e Don't use format! where it isn't necessary 6 years ago
Pierre Chevalier 32d9b2d3de Don't print battery logo on desktop 6 years ago
Pierre Chevalier 7b5ea701c0 Update aur package 6 years ago
Pierre Chevalier dd8cad3ac1 Depend on systemstat 0.1.1
- Adds support for battery info on Linux
6 years ago
Pierre Chevalier f745a79622 Add aur repo as a submodule 6 years ago
Pierre Chevalier ca68596f46 Fix type in url 6 years ago
Pierre Chevalier 1b5eb36dd5 Update readme, including picture 6 years ago
Pierre Chevalier 2f53530388 use systemstat from github
In the version published on crates.io, the battery usage is not
supported for linux.
6 years ago
Pierre Chevalier 172be596e8 Make cargo config presentable 6 years ago
Pierre Chevalier b2ea7a7876 Don't panic
I sometimes get failures when using rust-dwm-status for long periods
of time. Try improving fault tolerance by ignoring failure to spawn
command. We run in a loop anyway so we should retry.
6 years ago
Pierre Chevalier 6408b8b427 CPU load average isn't a percentage, noob! 7 years ago
Pierre Chevalier f98a820a42 Add Readme 7 years ago
Pierre Chevalier daa3fbbbd7 Only refresh every 10 seconds
Make it easier on the file i/o.
7 years ago
Pierre Chevalier ea8cb22fcf Be explicit when interrupted
Give a clear visual clue to the user that none of the information
printed is up to date.
7 years ago
Pierre Chevalier b32236d325 Remove outdated comment 7 years ago
Pierre Chevalier 289ae8e4ca Reformat date. I know the year 7 years ago
Pierre Chevalier 95c02f8c0b Update systemstat (fix division by zero) 7 years ago
Pierre Chevalier fa94853afd Indicate wether we are plugged 7 years ago
Pierre Chevalier 730b4f5eea Add subtle unicode word separator 7 years ago
Pierre Chevalier 32824698a5 Unicode for Calendar and Clock. Remove '|' 7 years ago
Pierre Chevalier 6e2267fe67 Unicode for battery 7 years ago
Pierre Chevalier 9b3da8e364 Update systemstats 7 years ago