Commit graph

1368 commits

Author SHA1 Message Date
Lonesome byte
4b73ff61fa Persistent history
History is now written to disk and loaded upon startup. This way old
articles aren't listed as new after restart/reboot of Linux or i3.
2019-08-19 19:15:24 +02:00
Lonesome byte
99f3bbefcc Time-based scrolling and refreshing
When you click on other modules, the ticker may scroll faster than once
a second. This has been resolved.
Refreshing the feeds was update-tick based. This has changed to actual time
based.
2019-08-19 16:06:34 +02:00
adario7
4208db6475 Add log out, suspend and hibernate options to module system 2019-08-19 13:20:11 +02:00
Lonesome byte
b7493e8519 Newspaper
Right-clicking will open a personalized newspaper with all articles
of your feeds
2019-08-19 08:27:44 +02:00
Lonesome byte
da99ab4af5 First version 2019-08-17 17:53:40 +02:00
Lonesome byte
5d1422adab First beta version 2019-08-16 18:06:30 +02:00
tobi-wan-kenobi
0c4326eb31
Merge pull request #420 from lonesomebyte537/rss
Initial version of RSS news ticker
2019-08-16 14:09:12 +02:00
tobi-wan-kenobi
577a9f6f0b
Merge pull request #421 from lonesomebyte537/bugfix_in_parameter_parser
Bugfix in parameter parser
2019-08-16 14:06:06 +02:00
Lonesome byte
ba7e7d258d Reworked code 2 2019-08-16 10:11:22 +02:00
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