Von Random
|
8e1cea8a01
|
conf: some comment clarification, get rid of removed plugin; cmd: fix variable name leftovers from when it was just pacman plugin
|
3 years ago |
Von Random
|
94502d2d61
|
batt: add default title; load: change default title
|
3 years ago |
Von Random
|
b03a588182
|
plugins: allow disabling of title field; pacman: rename to cmd; cmd: use first line of output as value, not line count
|
3 years ago |
Von Random
|
d824345ba1
|
plugins: improve readability, move to str().format() in many places
|
4 years ago |
Von Random
|
bd549b0cc9
|
plugins, vdstatus: massive plugin overhaul, conf: some formatting
|
4 years ago |
Von Random
|
9902696f1f
|
vdstatus: replace deprecated yaml.load() with yaml.safe_load() call
|
4 years ago |
Von Random
|
c3700821af
|
gitignore: ignore plugins/custom*.py, because some stuff has to be hard coded
|
4 years ago |
Von Random
|
5e6519a51e
|
filecat plugin: a simple plugin to read file contents
|
4 years ago |
Von Random
|
151c94c5f3
|
vdstatus, plugins: some refactoring and better usage of dict() methods; rename fga to fortune and make uri configurable
|
4 years ago |
Von Random
|
7459d29c68
|
pacman plugin: not so much pacman anymore, but line counter; still defaults to pacman though
|
4 years ago |
Von Random
|
de6888a5d2
|
load plugin: get rid of list comprehension altogether
|
4 years ago |
Von Random
|
0e0466d16e
|
vdstatus: proper utf-8 output in json
|
4 years ago |
Von Random
|
579e0d0069
|
mem plugin: update formatting as well
|
4 years ago |
Von Random
|
dac9efdd42
|
load plugin: formatting update, less frequent queries
|
4 years ago |
Von Random
|
26313c0564
|
completely remove global hide_ok to avoid ambiguity
|
4 years ago |
Von Random
|
261847493e
|
add dependencies to the readme
|
4 years ago |
Von Random
|
e783b5c86e
|
remove todo for fga, add support for hide_ok in mem
|
4 years ago |
Von Random
|
b163eb516e
|
some cleanup
|
4 years ago |
Von Random
|
c70a4549cb
|
some more sensible defaults, get rid of todo
|
4 years ago |
Von Random
|
46f3d778af
|
move config to yaml, json is atrocious
|
4 years ago |
Von Random
|
ba862efad9
|
fix pacman plugin to properly parse command output
|
4 years ago |
Von Random
|
e33bf61a30
|
fix and simplify pacman.py
|
4 years ago |
Von Random
|
6fc4d3176d
|
replace an ugly hack with a proper subprocess.Popen() in the pacman plugin
|
4 years ago |
Von Random
|
27160d61bd
|
reverse retry condition
|
4 years ago |
Von Random
|
c6a995caee
|
retry for fga plugin
|
4 years ago |
Von Random
|
05f83d818b
|
fucking-great-advice added
|
4 years ago |
Von Random
|
412f2de6b7
|
there is no need to explicitly pass sys.argv to argparse... embarrassing
|
5 years ago |
Von Random
|
9cd7b68967
|
a bit of refactoring, now batt and pacman plugins have more options
|
5 years ago |
Von Random
|
5e17aca8e2
|
use json instead of ini: less readable, easier to work with
|
5 years ago |
Von Random
|
f5c49008ec
|
add pytz to the mix, so that we can display time for specific time zones (totally optional dependency)
|
5 years ago |
Von Random
|
e84936b3f8
|
a quick and very ugly fix for pacman -Qu
|
6 years ago |
Von Random
|
4834c25da4
|
add hide_ok option support both globally (precedence) and per plugin, true by default
|
6 years ago |
Von Random
|
31ece2995a
|
use a proper tool to check for updates
|
6 years ago |
Von Random
|
d921f17f1c
|
update notification should be urgent
|
6 years ago |
Von Random
|
47d9cf14dc
|
remove unused modules
|
6 years ago |
Von Random
|
c39132ab59
|
add pacman plugin to monitor the number of available updates
|
6 years ago |
Von Random
|
5616f4d575
|
move plugins.common only class into plugins module
|
6 years ago |
Von Random
|
0495bc2d79
|
get rid of thread_id and useless logic it used
|
6 years ago |
Von Random
|
bb9658d053
|
yay, found out about Thread.daemon lol, also more oop and less code duplication
|
6 years ago |
Von Random
|
240fff91ee
|
a bit more OOP
|
6 years ago |
Von Random
|
49d14d410a
|
some primitive exit handling, still have to do something about waiting till the longest freq value is reached
|
6 years ago |
Von Random
|
9db9a935d4
|
hiding load average in ok status is now optional
|
6 years ago |
Von Random
|
d2ded008d2
|
enable unbuffered print instead of using shebang
(requires python 3.3+)
|
6 years ago |
Von Random
|
75beff2610
|
fix battery status staying urgent after being charged
|
6 years ago |
Von Random
|
9e971469b4
|
load average as well
|
6 years ago |
Von Random
|
cc402b0e23
|
disk check to auto hide as well
|
6 years ago |
Von Random
|
68f268d7c2
|
replace colors with urgency status + add means to hide unimportant measures; TODO: configurabilty of hiding
|
6 years ago |
Von Random
|
16706a5d5f
|
oops, fix one symbol missing
|
6 years ago |
Von Random
|
24d9df968e
|
style fix + TODO list
|
6 years ago |
Von Random
|
b1d44b5582
|
fix config.get -> config.getint
|
6 years ago |