tobi-wan-kenobi
cbd989309d
[contrib/progress] allow hiding of inactive state
...
Add a new "hide-able" state "mayhide" that can be utilized by modules
without warning state. This state indicates that the module *may* be
hidden by autohide, if the user configures it like this.
see #835
2021-11-05 14:00:34 +01:00
tobi-wan-kenobi
f0ab3ef03a
[core/config] fix autohide parameter from configuration file
...
Need to parse the config parameter "autohide" into a list and actually
check whether the current module is in the list.
see #835
2021-11-05 13:57:05 +01:00
tobi-wan-kenobi
c7f58ae2a4
[doc] fix typo (autohid vs. autohide)
...
see #835
2021-11-05 08:43:33 +01:00
tobi-wan-kenobi
4bbe25d195
Merge pull request #830 from kushagraa-j/nord-theme-colorful
...
added new theme nord-colorful
2021-11-03 20:36:14 +01:00
tobi-wan-kenobi
d94d12897d
Merge pull request #832 from cambid/solaar-module
...
new module solaar.py for logitech's unifying devices
2021-10-26 22:16:19 +02:00
Jan Fader
2cb72fcc30
add tests for solaar.py
2021-10-26 21:52:15 +02:00
Jan Fader
dced20bf89
refactor code to decrease cognitive complexity in update
2021-10-26 19:52:42 +02:00
Jan Fader
fdc9b78967
add new solaar.py for logitech's unifying devices
2021-10-26 19:27:02 +02:00
Kushagra Jain
d8216a5e2c
added new theme
2021-10-26 13:54:35 +05:30
tobi-wan-kenobi
0fe89e13a0
Merge pull request #829 from izn/fix/codeclimate-coverage-report
...
fix: generate coverage xml before cc report
2021-10-23 16:10:50 +02:00
Thaynã Moretti
7542a47dbc
fix: generate coverage xml before cc report
2021-10-23 11:02:46 -03:00
tobi-wan-kenobi
d89c6b1bc1
Merge pull request #828 from izn/docs/fix-travis-ci-url
...
docs: update travisci url
2021-10-23 15:30:29 +02:00
Thaynã Moretti
99bb5e99aa
Fix Travis CI build URL
2021-10-23 10:24:02 -03:00
tobi-wan-kenobi
876774ce40
[travis] removing python 3.4 and 3.5
...
Since 3.4 and 3.5 are both not supported anymore, do not do unit tests
for them.
2021-10-23 13:43:08 +02:00
tobi-wan-kenobi
e6bb787e01
Merge pull request #826 from alexcoder04/main
...
[modules/sensors] use util.format.asbool()
2021-10-22 18:26:21 +02:00
alexcoder04
6b31cdb698
[modules/sensors] use util.format.asbool() + auto-check only if no path is specified
2021-10-21 14:43:15 +02:00
tobi-wan-kenobi
9106ec9c8f
Merge pull request #825 from alexcoder04/main
...
[modules/sensors] auto-determine the correct thermal zone
2021-10-21 14:07:42 +02:00
alexcoder04
0dc6a95ac2
[modules/sensors] auto-determine the correct thermal zone
2021-10-21 13:45:40 +02:00
tobi-wan-kenobi
618a22c122
Merge pull request #824 from izn/chore/add-libvirtvms-tests
...
Create libvirtvms tests
2021-10-12 17:06:04 +02:00
Thaynã Moretti
4007517e45
chore: create libvirtvms tests
2021-10-12 11:34:20 -03:00
tobi-wan-kenobi
d67232d8cf
Merge pull request #823 from izn/chore/add-dunst-tests
...
Create dunst tests
2021-10-12 03:22:32 +02:00
Thaynã Moretti
1580951474
chore: create missing dunstctl tests
2021-10-11 19:17:55 -03:00
Thaynã Moretti
40de07ba2e
chore: create dunst tests
2021-10-11 19:16:37 -03:00
Thaynã Moretti
b5395fe764
chore: public toggle method
2021-10-11 19:16:14 -03:00
tobi-wan-kenobi
c96d119b0e
[core/config] add autohide to configuration file
...
make it possible to configure a list of automatically hidden modules in
the configuration file (+ add documentation for it).
fixes #822
2021-10-07 15:39:29 +02:00
tobi-wan-kenobi
ed5a4e61e4
[modules/bluetooth] Add more error checking
...
Do not kill the bar when the dbus-send command fails.
see #818
2021-09-10 12:45:11 +02:00
tobi-wan-kenobi
9c463fc2b7
Merge pull request #813 from tomsaleeba/tomsaleeba/nvidiagpu-additions-2
...
fix: correct mem usage to be mem *io* usage
2021-08-16 07:36:36 +02:00
Tom Saleeba
d4339f6e43
fix: correct mem usage to be mem *io* usage
2021-08-15 22:27:44 -06:00
tobi-wan-kenobi
27194a92c8
Merge pull request #812 from soykan/patch-1
...
Small bug fix on todo module.
2021-08-14 19:28:08 +02:00
Soykan Ertürk
05f76c0d9a
Update todo.py
2021-08-14 20:16:45 +03:00
Soykan Ertürk
5a1addec7f
Fixing a small bug on todo module
...
todo counts new lines (blank lines) as todo and increments todo count. After my fix todo doesn't counts blank lines.
2021-08-14 20:14:54 +03:00
tobi-wan-kenobi
439b140916
Merge pull request #811 from soykan/patch-2
...
system module requirement
2021-08-12 22:16:42 +02:00
Soykan Ertürk
8be9f1a05c
system module requirement
...
added tkinter as requirement
2021-08-12 23:15:09 +03:00
tobi-wan-kenobi
b00c0ae47c
Merge pull request #810 from soykan/patch-1
...
Improving docs
2021-08-12 22:01:24 +02:00
Soykan Ertürk
473d2fbd14
Improving docs
...
I added tkinter as dependency in requirements.
2021-08-12 22:54:34 +03:00
tobi-wan-kenobi
5c65a8fef4
Merge pull request #807 from soykan/patch-2
...
Dependency for powerline themes
2021-08-10 19:28:22 +02:00
Soykan Ertürk
f98053371e
Dependency for powerline themes
2021-08-10 20:19:30 +03:00
tobi-wan-kenobi
f6dd17b383
Merge pull request #806 from tomsaleeba/tomsaleeba/nvidiagpu-additions
...
feat: add GPU usage % and GPU memory usage % to nvidiagpu
2021-07-25 06:54:52 +02:00
Tom Saleeba
98c92bb78f
feat: add GPU usage % and GPU memory usage % to nvidiagpu
2021-07-24 15:18:04 -06:00
tobi-wan-kenobi
4d422ffc84
Merge pull request #801 from nepoz/NetworkTestFix
...
Removed dependency on pytest-socket for the Network module's unit tests.
2021-07-09 08:28:16 +02:00
nepoz
5a2dfc226b
Removed dependency on pytest-socket for the Network module's unit tests.
2021-07-09 00:58:09 -05:00
tobi-wan-kenobi
a678241a70
Merge pull request #800 from nepoz/network
...
Network
2021-07-09 07:32:59 +02:00
nepoz
5d80a5a1a0
Slight refactoring to try and break apart networkmethod
2021-07-09 00:28:00 -05:00
nepoz
48501fa534
Updated docstring
2021-07-08 23:00:57 -05:00
nepoz
f9017c3a38
Added more tests and exception handling
2021-07-08 22:55:23 -05:00
nepoz
2100a7cfdb
Set up initial testing framework for network module
2021-07-08 12:10:46 -05:00
nepoz
3f524ab371
Refactoring, making use of netifaces
2021-07-08 09:04:40 -05:00
nepoz
911230c659
first complete implementation of the network module
2021-07-05 13:54:28 -05:00
nepoz
c7df1926dc
Formatting fixes, fixed state management and added some icons
2021-07-05 13:09:17 -05:00
nepoz
448ab6de83
Functional display for wireless connection
2021-07-05 12:34:42 -05:00