Commit graph

1517 commits

Author SHA1 Message Date
tobi-wan-kenobi
0fca0bb4f9 [tests] fix unit tests - missing mock of default_separators 2020-05-01 15:37:53 +02:00
tobi-wan-kenobi
cc8b8a5c31 [theme] Draw default separators if specified in theme
fixes #605
2020-04-30 20:23:12 +02:00
tobi-wan-kenobi
e4604a8317 [modules/nvidiagpu] Automatically hide if deactivated
fixes #603
2020-04-28 20:03:30 +02:00
tobi-wan-kenobi
6f9abf616d [modules/nvidiagpu] Automatically hide if inactive
If no nvidia card is found, hide the widget

see #603
2020-04-26 16:10:04 +02:00
tobi-wan-kenobi
c3d2ef5f0b [modules/github] Use xdg-open by default
Use xdg-open to open the URL, and fall back to x-www-browser, if
xdg-open is not available.

fixes #600
2020-04-23 07:48:49 +02:00
tobi-wan-kenobi
833dc5dc4c
Merge pull request #598 from soykan/patch-1
Clickable Todo Module
2020-04-17 12:52:26 +02:00
Soykan Ertürk
8df4807e28
requirement 2020-04-16 23:11:25 +03:00
Soykan Ertürk
cc8adc6516
new requirements of todo module 2020-04-16 22:35:20 +03:00
Soykan Ertürk
8a604e4f24
left mouse click to open todo list 2020-04-16 22:29:18 +03:00
tobi-wan-kenobi
77287408e1 [README] bump module count 2020-04-11 13:41:23 +02:00
tobi-wan-kenobi
c77c5c9c0d
Merge pull request #597 from bendardenne/watson
Added module for watson
2020-04-11 13:40:52 +02:00
Benoît Dardenne
3b2b9bfc0c Added module watson 2020-04-11 11:48:05 +02:00
tobi-wan-kenobi
d57bbc28fe [modules/vpn] Add experimental wireguard support
fixes #595
2020-04-10 16:46:15 +02:00
tobi-wan-kenobi
3a376a4ad2
Merge pull request #596 from martindoublem/smartstatus
[smartstatus] Added support for nvme SSDs
2020-04-10 16:41:55 +02:00
Martin
cb3351f8a3 [smartstatus] Added support for nvme SSDs 2020-04-10 14:09:16 +02:00
tobi-wan-kenobi
079f87e046
Merge pull request #591 from soykan/patch-1
Fixing no internet crash (Sun Module)
2020-04-05 13:22:54 +02:00
Soykan Ertürk
62fac70309
Fixing no internet crash 2020-04-05 13:29:56 +03:00
tobi-wan-kenobi
efb67357cf
Merge pull request #590 from soykan/patch-1
arch-update module requirement
2020-04-05 10:43:18 +02:00
Soykan Ertürk
5d7af8fc80
Requirement of arch update 2020-04-05 10:28:39 +03:00
Soykan Ertürk
8ef0edc1cb
requirement comment 2020-04-05 10:18:49 +03:00
tobi-wan-kenobi
7a10b575a4 [modules/vpn] Add tk requirement to documentation
fixes #588
2020-04-04 07:37:42 +02:00
tobi-wan-kenobi
26d16958df
Merge pull request #586 from martindoublem/sensors
[module] sensors2 fixed a mistake in the include chip or fields or both
2020-03-30 20:54:45 +02:00
Martin
fe6970c7c2 [module] sensors2 fixed a mistake in the include chip or fields or both 2020-03-30 12:29:26 +02:00
tobi-wan-kenobi
e496e55c7e
Merge pull request #585 from martindoublem/smartstatus
[module] New module SMART status checker fo hdd/ssd
2020-03-29 13:35:09 +02:00
Martin
d109ceb800 [module] New module SMART status checker fo hdd/ssd
Smart status checker for hdd/ssd

Paramaters:
	* smartstatus.display: how to display (defaults to "combined", other choices: "seperate" or "singles")
        * smartstauts.drives: in the case of singles which drives to display, separated comma list value, multiple accepted (defaults to "sda", example:"sda,sdc")

requires: smartmontools

smartcl should be given sudo access with no password for this to work
(per example adding: %wheel ALL=(ALL) NOPASSWD: /usr/bin/smartctl)
2020-03-28 21:12:45 +01:00
tobi-wan-kenobi
1156b428d0
Merge pull request #583 from martindoublem/sensors
Spell fix and documentation upgrade
2020-03-27 21:30:33 +01:00
Martin
49e6c33a9f Spell fix and documentation upgrade 2020-03-27 15:40:48 +01:00
tobi-wan-kenobi
e3bca53ca2
Merge pull request #582 from martindoublem/sensors
[module] sensors2 made selective
2020-03-27 13:31:31 +01:00
tobi-wan-kenobi
733e182b31
Merge pull request #580 from soykan/patch-1
Requirements of sun module
2020-03-27 13:29:22 +01:00
tobi-wan-kenobi
46d568b5b1
Merge pull request #581 from soykan/patch-2
Requirements of sun module
2020-03-27 13:29:04 +01:00
Martin
4e74b165e0 [module] sensors2 made selective
made the module sensors2 selective by adding the following parameters and their handling:

    * sensors2.chip_include: Comma-separated list of chip to include (defaults to "" will include all by default, example: "coretemp,bat")
    * sensors2.chip_exlude:Comma separated list of chip to exclude (defaults to "" will include none by default)
    * sensors2.field_include: Comma separated list of chip to include (defaults to "" will include all by default, example: "temp,fan")
    * sensors2.field_exlude: Comma separated list of chip to exclude (defaults to "" will exclude none by default)
    * sensors2.chip_field_exclude: Comma separated list of chip field to exclude (defaults to "" will exclude none by default, example: "coretemp-isa-0000.temp1,coretemp-isa-0000.fan1")
    * sensors2.chip_field_include: Comma-separated list of adaper field to include (defaults to "" will include all by default)

The chip, field are findable by using sensors -u
2020-03-26 23:01:28 +01:00
Soykan Ertürk
ba42e819b7
Requirements of sun module 2020-03-27 00:22:52 +03:00
Soykan Ertürk
4e36f29351
Requirements of sun module 2020-03-27 00:22:46 +03:00
tobi-wan-kenobi
7adc1df088
Merge pull request #578 from TheEdgeOfRage/master
[module/cmus] Add server and passwd parameters
2020-03-23 12:41:55 +01:00
Pavle Portic
09c0e741c3
[module/cmus] Add server and passwd parameters 2020-03-21 15:28:44 +01:00
Tobias Witek
be1aff1041 [doc] Update module count 2020-03-20 13:18:36 +01:00
tobi-wan-kenobi
42d62581a7
Merge pull request #575 from martindoublem/bluetooth
[module] New module bluetooth2
2020-03-20 13:17:17 +01:00
Martin
8fe444aeca [module] New module bluetooth2
I was unhappy with how the module bluetooth functioned so I decided to write a new one

This is the result. The module tries to find adapters ON with bluetoothctl list initally
if none are there, then it assumes it is off and check if any adapters are present with rfkill list

State were added

as well as the number of devices

I also made it so that the toggle works

I was initally going to push this as bluetooth but decided it was so different so to push it as a different module.

python-dbus is a dependency
2020-03-19 00:59:20 +01:00
tobi-wan-kenobi
d90af8c257
Merge pull request #573 from martindoublem/docker
[module] improvement of docker_ps by adding states
2020-03-18 12:56:23 +01:00
Martin
1e2f1243f0 [module] improvement of docker_ps by adding states
Added state to the module to indicate when no containers are running, vs daemon off, container running
2020-03-17 23:06:43 +01:00
Tobias Witek
929f4751c3 [modules/battery_all] Set default capacity
If capacity cannot be read -> set it to -1

fixes #572
2020-03-11 21:24:27 +01:00
Tobias Witek
bb2c92732e [tests/traffic] Fix tests for module traffic 2020-03-06 07:03:18 +01:00
tobi-wan-kenobi
afa1645e60
Merge pull request #570 from somospocos/sync-raw
Sync _raw and full_text
2020-03-06 07:01:32 +01:00
tobi-wan-kenobi
14032393b8
Merge pull request #569 from somospocos/remove-debug-print
modules/traffic] Remove debug print()
2020-03-06 07:01:19 +01:00
me
0269bf1433 [core/output] sync _raw with full_text minwidth-wise 2020-03-06 00:19:25 +02:00
me
7187228d07 modules/traffic] Remove debug print() 2020-03-05 23:27:38 +02:00
Tobias Witek
6171c792e3 [modules/traffic] Fix format string width calculation 2020-03-05 21:08:29 +01:00
tobi-wan-kenobi
fc6aa3ca15
Merge pull request #568 from RomainGehrig/master
[modules/pomodoro] Fix bug arising when the refresh interval is greater than 1s
2020-03-04 20:56:16 +01:00
Romain Gehrig
d59b0161a3 [modules/pomodoro] Fix bug arising when the refresh interval is greater than 1s 2020-03-04 16:27:31 +01:00
Tobias Witek
a7d22edcda [core/output] Add prefix/suffix metadata
see #561
2020-02-29 20:57:00 +01:00