Lonesome byte
cf482c56c8
Bugfix in parameter parser
...
This bug prevented equal signs from being used in parameter values, e.g.
-p url="http://www.foo.org/?a=5 "
2019-08-16 08:42:57 +02:00
Lonesome byte
d1fc0f2575
Reworked code
2019-08-15 11:58:10 +02:00
Lonesome byte
76d3b4878c
Initial version of RSS news ticker
2019-08-15 10:34:14 +02:00
Tobias Witek
0657653872
[doc] Bump module count
2019-08-12 20:23:09 +02:00
tobi-wan-kenobi
2b1c6bf172
Merge pull request #419 from lonesomebyte537/sun-module
...
Sun module
2019-08-12 20:21:04 +02:00
Lonesome byte
c13a611b4b
Lowering cyclomatic complexity
2019-08-12 17:36:13 +02:00
Lonesome byte
da33d295d3
Sun module
...
Module that shows the sunrise and sunset time for your location.
http://ipinfo.io is used if parameter lat (latitude) or lon (longitude)
is not provided,
2019-08-12 16:40:31 +02:00
Tobias Witek
a1a339bcb7
[modules/weather] Fix exception if requests is not installed
...
fixes #418
2019-08-11 07:17:22 +02:00
tobi-wan-kenobi
af2e45a7b3
Merge pull request #417 from izn/fix/network-traffic-directions
...
[module: network_traffic] Fix traffic icon directions
2019-08-08 19:06:47 +02:00
Thaynã B. Moretti
88d0bf0776
Fix traffic icon directions
2019-08-07 22:30:55 -03:00
Tobias Witek
eb72d59ed1
[core] Each module can now access theme data
...
Add a method "theme()" to the generic module to have access to the theme
information.
Specifically, "theme().get(widget, attribute, default_value)" can be
used to retrieve theming for a widget with an arbitrary attribute.
This is in response to #412 - thanks to @bbernhard for the suggestion!
2019-08-01 20:41:13 +02:00
Tobias Witek
93606315e3
[doc] README: Bump module count (twmn)
2019-08-01 20:31:35 +02:00
tobi-wan-kenobi
bba7ddfcef
Merge pull request #414 from Pseudonick47/master
...
TWMN Module
2019-08-01 20:31:07 +02:00
Milos Miljanic
f8cdb18861
Merge branch 'master' of github.com:tobi-wan-kenobi/bumblebee-status
2019-07-31 23:28:47 +02:00
Tobias Witek
49903bd646
[CI] travis: remove python 3.3 as this seems broken
2019-07-31 19:53:58 +02:00
Tobias Witek
39700c58d3
[README] bump module count (system)
2019-07-31 19:53:41 +02:00
tobi-wan-kenobi
9095345058
Merge pull request #413 from 927589452/patch-2
...
Update README.md
2019-07-31 19:52:13 +02:00
tobi-wan-kenobi
ebd97a9495
Merge pull request #412 from bbernhard/system
...
system module
2019-07-31 19:51:34 +02:00
Milos Miljanic
1853723eb1
Add twmn module for switching notifications on and off
2019-07-30 19:48:08 +02:00
927589452
b4acd7de6d
Update README.md
...
Add line breaks in statuscommand example
(this is officially supported in i3:
https://i3wm.org/docs/userguide.html 4.31. )
this adds a great deal of readability to the config
2019-07-30 08:26:31 +02:00
Bernhard B
7f8e08a832
fixed small bug in system module
...
* only destroy root window if it was created
2019-07-28 18:19:49 +02:00
Bernhard B
1598275b25
fix indentation in system module
2019-07-28 18:17:29 +02:00
Bernhard B
940172aab1
added new system module
...
* allows to shutdown/reboot the system
2019-07-28 18:14:46 +02:00
Tobias Witek
44bc1ab287
[doc] Add screenshot for module http_status
2019-07-24 14:42:06 +02:00
tobi-wan-kenobi
7636470537
Merge pull request #411 from valkheim/http_status
...
Add http status module
2019-07-24 14:39:51 +02:00
tobi-wan-kenobi
7285ce2e95
Merge branch 'master' into http_status
2019-07-24 14:39:41 +02:00
Tobias Witek
5ee612da2d
[doc] Add screenshot for network_traffic
...
Add http status module
fix
chore: update modules number
2019-07-24 12:37:59 +02:00
Tobias Witek
996a564e4c
[doc] Add screenshot for network_traffic
2019-07-11 20:09:53 +02:00
tobi-wan-kenobi
286ae7a41f
Merge pull request #408 from izn/feature/basic-network-traffic-module
...
[module] Basic alternate network traffic module
2019-07-11 20:08:23 +02:00
Thaynã B. Moretti
92a7d95fd7
Fix comment typo
2019-07-09 22:29:34 -03:00
Thaynã B. Moretti
21e2f46564
Add network traffic icons & minor refactor
2019-07-09 22:27:59 -03:00
Tobias Witek
7d1a3f7532
[doc] Add vault count and attribution of the idea to bbernhard
2019-07-06 20:32:18 +02:00
Tobias Witek
451de4544c
[modules/vault] Add a new password vault module ("pass")
...
Add a new module that can be used to copy passwords from a password
store into the clipboard.
Currently, only "pass" is supported.
As long as only bumblebee is used, it will also show which password is
currently in the clipboard and how long it will still stay there.
2019-07-06 20:28:21 +02:00
Tobias Witek
6deb80edda
[core/popup_v2] Destroy menu on leave
...
When mouse leaves the menu, destroy it.
2019-07-03 18:52:12 +02:00
Tobias Witek
682d2f47dd
[core/theme] State == "" causes backtraces
...
Empty states ("" rather than None) caused a backtrace in the theme
engine. Fix that by being a bit more robust, and add a test that checks
for regressions.
fixes #406
2019-07-02 20:19:26 +02:00
tobi-wan-kenobi
7ab15f33f0
Merge pull request #407 from strider/master
...
Remove Microsoft Carriage Return and Line Feed.
2019-07-02 20:10:48 +02:00
Gael Chamoulaud
49f32f9a49
Remove Microsoft Carriage Return and Line Feed.
...
This patch get rid of the Microsoft CR and LF in the following modules:
- pihole.py
- vpn.py
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-07-02 11:55:19 +02:00
tobi-wan-kenobi
16a308a534
Merge pull request #404 from kockahonza/arch-update_addformat
...
[modules/arch-update] add format parameter
2019-07-01 20:12:36 +02:00
Tobias Witek
6a90b0addb
[arch] Update PKGBUILD
...
keep in sync with what's in the AUR
fixes #405 (?)
2019-07-01 20:10:47 +02:00
Jan Kočka
01c2bb6cbc
[modules/arch-update] add format parameter
2019-06-30 22:49:23 +02:00
Tobias Witek
5f3530d258
[modules/battery] Use theme.exclude to not show suffix
...
If battery module should be "undecorated", do not show the suffix.
fixes #401
2019-06-27 20:22:40 +02:00
Tobias Witek
53462d1f0b
[core/theme] Add a way to exclude themeing for widget
...
Allow a widget to set "theme.exclude" to extend any part of a theme
(e.g. the suffix). Note that this can later, on demand, be extended to
allow a list of elements to be passed in.
see #401
2019-06-27 20:21:53 +02:00
Tobias Witek
138bd01b76
[modules/battery] Allow hiding of icons
...
Use the parameter battery.decorate=False to hide icons such as the AC
indicator and the charging symbol.
warning and critical states are still propagated.
fixes #401
2019-06-26 20:36:04 +02:00
Tobias Witek
928c37a972
[core+tests] Improved poll handling
...
- mock poll instead of epoll
- increase timeout for poll (1ms is a lot of system load for nothing)
2019-06-23 16:51:28 +02:00
tobi-wan-kenobi
ff82604036
Merge pull request #400 from Crupsp/freebsd-support
...
changed epoll to poll, updated README for FreeBSD
2019-06-23 16:49:59 +02:00
iamroo_t
b16433ab60
changed epoll to poll, updated README for FreeBSD
2019-06-23 11:38:39 +02:00
Thaynã B. Moretti
55478e2e8d
Remove useless __new__
2019-06-21 13:14:49 -03:00
Thaynã B. Moretti
5dec1adc97
Suppress errors when no gateways are found
2019-06-21 13:10:04 -03:00
mw
7b08777d77
Add support for switching dpms
2019-06-19 22:26:48 +02:00
tobi-wan-kenobi
4db9c714bb
Merge pull request #398 from donfranio/mod-brightness-consider-brightnessctl
...
Mod brightness consider brightnessctl
2019-06-14 20:14:07 +02:00