mutlusun
9b5f524176
simplified regex in bat_freebsd
2017-01-25 15:37:46 +01:00
mutlusun
fe0d762f11
review changes #1 (argument escaping and removing goto)
2017-01-21 18:14:17 +01:00
mutlusun
0bea7ffac6
another small fix in thermal_freebsd.lua
2017-01-21 13:17:19 +01:00
mutlusun
568692b38d
added wifi and wifiiw widget
2017-01-21 13:09:27 +01:00
mutlusun
0a3af4168d
small improvements for freebsd
2017-01-21 13:05:06 +01:00
mutlusun
1f8793077b
Merge branch 'add_bsd_support' of https://github.com/mutlusun/vicious into add_bsd_support
2017-01-21 12:00:24 +01:00
mutlusun
e11b5b7333
Merge pull request #1 from psycorama/add_bsd_support
...
I merged your changes! Thanks a lot!
2017-01-21 11:57:25 +01:00
mutlusun
77aeb2cc10
changed volume_freebsd behaviour
2017-01-21 11:43:15 +01:00
mutlusun
98396f8eb7
add raid widget
2017-01-21 11:38:35 +01:00
mutlusun
e62a6b5e29
added os widget
2017-01-21 11:35:33 +01:00
mutlusun
6f54ecd633
fixed mysterious os bug (returned nil without require)
2017-01-21 11:33:37 +01:00
Andreas Geisenhainer
0be964ec03
Merge branch 'mutlusun/add_bsd_support' into add_bsd_support
...
* resolved conflicts
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-20 21:24:16 +01:00
Andreas Geisenhainer
d257f0e1cb
adds fanspeed widget information to README
...
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-20 21:15:11 +01:00
Andreas Geisenhainer
b08364bb12
fanspeed: change string match call to simpler tonumber() cast
...
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-20 21:13:25 +01:00
Andreas Geisenhainer
3d4cc4a089
updates README to reflect the change in battery widget
...
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-20 20:24:55 +01:00
Andreas Geisenhainer
438c58565e
battery: replace current bat_freebsd widget with acpitool based one
...
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-20 20:23:18 +01:00
Andreas Geisenhainer
8c56196c0c
bat_freebsd: adds wear-level between remaining_capacity and present_rate
...
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-20 20:19:11 +01:00
mutlusun
631c6e87ff
simplified wrequire
2017-01-20 19:15:56 +01:00
mutlusun
d942d1848c
added pkg widget
2017-01-20 17:24:59 +01:00
mutlusun
ab18abd5bc
add org widget
2017-01-20 17:12:30 +01:00
mutlusun
62dd92cb28
added hddtemp widget
2017-01-18 13:46:48 +01:00
mutlusun
8712bf1081
added dio widget
2017-01-18 13:34:04 +01:00
Andreas Geisenhainer
163aed7213
expands the memory widget to work on FreeBSD
...
* use sysctl vm.stats.vm and hw information to estimate the user memory
* only works for RAM, as of now
* retain the original return values and add FreeBSD specific ones
- active+inactive
- buffered+wired
see: https://wiki.freebsd.org/Memory for more information
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-08 13:50:25 +01:00
Andreas Geisenhainer
ce1901a86f
adds acpitool-based battery widget
...
* returns 4 values:
- current state
- capacity in percent
- remaining time
- currert dis-/charge rate
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-08 13:08:51 +01:00
Andreas Geisenhainer
fde31037b9
expands thermal_freebsd wigdet to handle multiple values
...
* takes a table of strings
* returns a table of values (one value for each entry)
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-08 12:56:14 +01:00
Andreas Geisenhainer
3ce5994e61
adds fanspeed widget for FreeBSD
...
* will read systemctl to get the fanspeed
* needs to be feed with a sysctl-string
Signed-off-by: Andreas Geisenhainer <psycorama@datenhalde.de>
2017-01-08 12:49:38 +01:00
mutlusun
d52a1dc3a6
add cpufreq and cpuinf widget (not tested for date like bug)
2017-01-05 10:48:25 +01:00
mutlusun
8e9c7b62ac
add simple widgets (not testet for date like bug)
2017-01-05 08:57:16 +01:00
mutlusun
25d13bac82
add gmail widget (not testet for date-like bug, but should work)
2017-01-04 13:06:58 +01:00
mutlusun
23c4e8de81
fixed wrong calculations in cpu_freebsd
2017-01-04 13:05:12 +01:00
mutlusun
6ef9a39702
added cpu widget (not affected by bug; usable)
2017-01-01 16:11:33 +01:00
mutlusun
fcfe274e46
add net widget; same bug as in date widget (not usable)
2017-01-01 16:01:50 +01:00
mutlusun
2b8cadcb34
add uptime widget; same bug as with date widget! (so not usable)
2016-12-29 07:58:26 +01:00
mutlusun
bbe9aaf846
Add thermal widget
2016-12-27 10:05:39 +01:00
mutlusun
47572e9334
update readme file
2016-12-22 20:56:10 +01:00
mutlusun
e28e2760c4
delete old readme file
2016-12-22 20:36:19 +01:00
mutlusun
5422733a85
add date, fs and volume widget
2016-12-22 10:11:50 +01:00
mutlusun
8a04217715
helpers.wrequire: replace error with assert
2016-12-21 23:19:35 +01:00
mutlusun
151b5f6196
assure that helpers.wrequire search widgets in order
2016-12-21 22:56:14 +01:00
mutlusun
6f5a6825a1
hide os specific code from user
2016-12-21 19:21:25 +01:00
mutlusun
82f9e8970d
restructured README.md
2016-12-21 16:04:35 +01:00
mutlusun
80cf499237
add freebsd battery widget
2016-12-20 16:46:52 +01:00
Mellich
b6c5a57f41
Added new wifi widget using iw ( #20 )
...
* added new wifi widget that uses iw
2016-10-22 23:19:00 +02:00
zhrtz
5fc0e2dae2
Added hwmon interface support, dropped the annoying floating .0 with math.floor
2016-08-18 07:22:22 +02:00
Keith Hughitt
e7ee21cc73
Updated base URL for weather widget
2016-08-18 07:22:22 +02:00
Julian Volodia
59841b30b4
README: missing bracket in `batwidget` example
...
Added missing bracket and remove one whitespace (it would be more consistent)
Signed-off-by: Julian Volodia <julianvolodia@gmail.com>
2016-08-18 07:22:22 +02:00
Shadowmourne G
99944631c7
contrib: add nvidia infomation widget type
2016-08-18 07:22:22 +02:00
Jörg Thalheim
a31d49b00b
helpers.lua: fix typo in comment
2016-08-18 07:22:22 +02:00
Jörg Thalheim
c760e43b98
widgets/gmail: shell escape feed variable
2016-08-18 07:22:22 +02:00
Jörg Thalheim
8c79e866e9
README.md: apply changes from REAMDE
2016-08-18 07:22:16 +02:00