tobi-wan-kenobi
5ff6263986
[travis] forgotten in previous commit
2020-12-04 18:55:21 +01:00
tobi-wan-kenobi
3937e73e7d
[travis] hopefully fixed test build
...
locally tested with a xenial image, and this should work.
Unfortunately, cannot get the pygit2 to build against the provided
libgit2-dev, so using the packaged version instead.
2020-12-04 18:55:03 +01:00
tobi-wan-kenobi
e0fc98bfb0
[travis] temporarily exclude dbus and libvirt from requirements
...
since they cause issues in the automated tests, do not install the dbus
and libvirt python libraries.
2020-12-03 20:48:06 +01:00
tobi-wan-kenobi
47a640e610
Merge pull request #744 from jayvdb/travis-pip-install
...
.travis.yml: Install declared PyPI dependencies
2020-12-03 07:15:49 +01:00
John Vandenberg
a58454de97
.travis.yml: Allow building dbus-python
2020-12-03 12:54:44 +07:00
John Vandenberg
21268d7d86
Use dbus-python PyPI package
2020-12-03 10:55:23 +07:00
John Vandenberg
071a69b2d8
.travis.yml: Install declared PyPI dependencies
2020-12-03 08:02:41 +07:00
John Vandenberg
659a0147da
system.txt: Replace tk with Pillow
...
Related to https://github.com/tobi-wan-kenobi/bumblebee-status/issues/741
2020-12-03 08:02:12 +07:00
John Vandenberg
38c4b46351
libvirtvms.txt: Fix PyPI dependency name
...
Related to https://github.com/tobi-wan-kenobi/bumblebee-status/issues/741
2020-12-03 07:56:36 +07:00
tobi-wan-kenobi
cd851340e2
[pip] updated/fixed dependencies
...
many thanks to @jayvdb for pointing those out!
fixes #741
2020-12-02 21:21:34 +01:00
tobi-wan-kenobi
1d8b261057
Merge pull request #742 from cdbrkfxrpt/main
...
Add TiB to disk units, add SI unit option for disk space
2020-12-02 21:14:18 +01:00
tobi-wan-kenobi
efebc8d049
[travis] add sudo (accidentially removed)
2020-12-02 20:53:43 +01:00
Florian Eich
3c08eafa4a
Add TiB to disk units, add SI unit option for disk space
2020-12-02 19:08:45 +01:00
tobi-wan-kenobi
2de39be731
[travis/code climate] update to new reporter + small fixes
2020-12-02 11:07:19 +01:00
tobi-wan-kenobi
a8d1254e06
[modules/nic] Make regex for SSID a raw string
2020-12-01 15:58:55 +01:00
tobi-wan-kenobi
5fb19b66da
Merge pull request #740 from cdbrkfxrpt/main
...
Change iw call in module nic from link to info
2020-12-01 03:32:10 +01:00
Florian Eich
de01d96b91
Change iw call in module nic from link to info
2020-12-01 00:19:17 +01:00
tobi-wan-kenobi
f5e6bc12db
[doc] update doc
2020-11-30 17:22:42 +01:00
tobi-wan-kenobi
d0ee1b06e4
[modules/nic] make exclude list regular expression capable
...
Allow the usage of regexps in the exclude list, but keep the "this is a
prefix" logic for backwards compatibility.
should address (see #738 )
2020-11-30 17:21:17 +01:00
tobi-wan-kenobi
a8b28cd0bf
Merge pull request #739 from eumiro/py39
...
add python 3.9 support
2020-11-30 07:06:27 +01:00
Miroslav Šedivý
681bba4f12
add python 3.9 support
2020-11-29 22:14:33 +01:00
tobi-wan-kenobi
6c08336154
Merge pull request #736 from jebaum/main
...
add rofication module
2020-11-24 07:03:56 +01:00
James Baumgarten
02465ea0c2
add rofication module
2020-11-23 20:44:17 -08:00
Tobias Witek
08ef42834e
[modules/nic] update documentation to include iwgetid
...
fixes #734
2020-11-13 14:56:31 +01:00
tobi-wan-kenobi
0fc1782e0b
Merge pull request #733 from martindoublem/main
...
[module] Improved smartstatus with combined_singles
2020-11-06 12:36:33 +01:00
Martin Morlot
a811c9c886
[module] Improved smartstatus with combined_singles
...
Added combined_singles as way to detect the drives that are permanently inside your machine and not plugged via USB.
As USB flash drives without smartstatus sometime caused the module to crash.
2020-11-06 12:14:56 +01:00
tobi-wan-kenobi
c5f13746b3
Merge pull request #730 from donfranio/fix-for-missing-python2
...
update python name in shebang to respect PEP-0394
2020-10-26 09:03:51 +01:00
Frank Scherrer
5e96b63c60
update python name in shebang to respect PEP-0394
2020-10-26 08:28:55 +01:00
tobi-wan-kenobi
d1e9e7e8bb
Merge pull request #729 from spxtr/patch-1
...
Fix arch-updates off-by-one.
2020-10-26 03:08:30 +01:00
Joe Finney
9b82e736a0
Fix arch-updates off-by-one.
...
There's a newline in the output so this overcounts by one.
2020-10-25 17:29:00 -07:00
tobi-wan-kenobi
45125f39af
Merge pull request #728 from joachimmathes/module_dunstctl
...
Provide alternative dunstctl implementation
2020-10-18 22:06:35 +02:00
Joachim Mathes
3c0499ba56
Provide alternative dunstctl implementation
2020-10-18 21:53:47 +02:00
tobi-wan-kenobi
68bd6f8ef8
Merge pull request #727 from w1kl4s/master
...
Fix Python 3.9 compatibility
2020-10-14 18:30:56 +02:00
w1kl4s
1a7ae9ecc6
Fix Python 3.9 compatibility
...
Replaced threading.Thread.isAlive() with threading.Thread.is_alive()
2020-10-14 18:07:29 +02:00
tobi-wan-kenobi
49edf97b89
Merge pull request #723 from martindoublem/main
...
[Bluetooth2] fixed the execution of the toggle state
2020-10-09 11:14:59 +02:00
Martin Morlot
1912f3053d
[Bluetooth2] fixed the execution of the toggle state
2020-10-09 10:59:59 +02:00
tobi-wan-kenobi
bfbd94232d
Merge pull request #722 from izn/add-layout-xkbswitch-tests
...
Create layout-xkbswitch tests
2020-10-08 04:58:16 +02:00
Thaynã Moretti
04a2ea438b
Create layout-xkbswitch tests
2020-10-07 17:37:04 -03:00
tobi-wan-kenobi
270b3e13bf
Merge pull request #721 from izn/add-dunstctl-tests
...
Create dunstctl tests
2020-10-06 06:37:26 +02:00
Thaynã Moretti
180a87e0c3
Create dunstctl tests
2020-10-05 20:10:01 -03:00
tobi-wan-kenobi
f7feb3e674
Merge pull request #720 from izn/add-arch-update-tests
...
Add arch-update tests
2020-10-04 21:06:18 +02:00
Thaynã Moretti
0a7a4150e0
Create arch-update tests
2020-10-04 15:35:13 -03:00
tobi-wan-kenobi
1751e4afa2
Merge pull request #718 from joshbarrass/spotify
...
Add "concise controls" to Spotify module
2020-10-04 16:54:42 +02:00
tobi-wan-kenobi
284ef6b260
Merge pull request #717 from joshbarrass/main
...
Add org-mode TODO module
2020-10-04 16:52:11 +02:00
Joshua Barrass
fbe5764313
Add "concise controls" to spotify module
2020-10-04 15:41:15 +01:00
Joshua Barrass
823a57d261
Add org-mode TODO module
2020-10-04 14:44:27 +01:00
tobi-wan-kenobi
5ec4b04a64
Merge pull request #716 from Niladri29/main
...
Some minor
2020-10-02 21:27:44 +02:00
Niladri Bhattacharjee
130bfc0f0b
Some minor
2020-10-03 00:53:04 +05:30
tobi-wan-kenobi
f2153b95a5
[doc] add scrolling parameters
...
see #710
2020-10-02 09:34:53 +02:00
tobi-wan-kenobi
57f669a5e7
Merge pull request #714 from izn/create-symbolic-links
...
Create symbolic links
2020-10-02 08:09:05 +02:00