[modules/apt] Add APT update checking module

This commit is contained in:
Piotr Piórkowski 2019-01-07 20:56:13 +01:00
parent 2fa3a0e250
commit 1860b7abb3
No known key found for this signature in database
GPG key ID: E5AC204C40D6D77B
17 changed files with 147 additions and 0 deletions

View file

@ -28,6 +28,12 @@
"bg": "#859900"
}
},
"apt": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
},
"battery": {
"charged": {
"fg": "#1d2021",