Nikolay Polyarniy
6f492ff406
gpu_mem: GPU memory module (nvidia-smi only)
2015-12-10 01:30:04 +03:00
Holden Salomon
3b82e8de1e
Added previous song support, activated by scrolling down while over the module
2015-12-05 13:37:32 -05:00
Fabian Tobias Rajter
1376f5f6be
Changed cosmetical things Travis CI was complaining about.
2015-12-05 18:31:45 +01:00
Fabian Tobias Rajter
2abaab1769
Implemented optional volume display/setting as in AlsaMixer.
2015-12-05 18:12:44 +01:00
Lukáš Mandák
24239403eb
Merge branch 'misc_settings' of github.com:richese/i3pystatus into misc_settings
2015-11-28 20:37:24 +01:00
Lukáš Mandák
6d211f823c
Added options to change logfile and internet check server.
2015-11-28 15:42:26 +01:00
Lukáš Mandák
97c2f292f7
Added options to change logfile and internet check server.
2015-11-26 21:14:18 +01:00
facetoe
32067112c7
Add IINet module
2015-11-08 15:36:06 +08:00
facetoe
b9cc06e310
Refactor reddit module to be more efficient.
2015-11-08 10:38:20 +08:00
enkore
9a96b92f68
Merge pull request #270 from janoliver/patch-1
...
Update desktop.py
2015-10-25 21:11:51 +01:00
Jan Oliver Oelerich
e78501a0cc
Update desktop.py
...
Fixed syntax error.
2015-10-25 20:41:42 +01:00
enkore
4d24b17e2b
Fix crash on import with desktop notifications when python-gobject is available, but no notification daemon is running.
2015-10-25 20:30:36 +01:00
enkore
8bd6fb45e3
Merge pull request #268 from drwahl/plexstatus
...
plexstatus: initial commit
2015-10-23 16:29:30 +02:00
David Wahlstrom
c714ae7ef2
plexstatus: cleanup catchall except
...
Cleanup a bare try/except that is supposed to be catching just an
attribute error.
2015-10-17 08:22:51 -07:00
enkore
d36211e853
Wording and such
2015-10-17 11:42:21 +02:00
enkore
88d437d72d
Add docs for xkblayout
2015-10-17 11:39:00 +02:00
David Wahlstrom
a6c88c9890
plexstatus: initial commit
...
The plexstatus plugin provides the user with a notification when there
is media being streamed from their Plex Media Server (https://plex.tv/ ).
The user must provide their API key, which can be found by following the
instructions provided by plex for developers
(https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account
-token-X-Plex-Token).
2015-10-16 23:42:06 -07:00
enkore
33e6d38a95
Update changelog
2015-10-16 16:56:59 +02:00
enkore
c5caec8b09
Merge pull request #264 from richese/fix_263
...
MDP: Fix for #263 .
2015-10-16 16:28:58 +02:00
enkore
ec14973fbd
Merge branches 'rscholer-online_module', 'schroeji-yaourt', 'richese-bg_commands', 'facetoe-praw_warning' and 'NiclasEriksen-master' into master
2015-10-16 16:25:53 +02:00
enkore
1a8e77f06a
Merge branch 'bg_commands' of https://github.com/richese/i3pystatus into richese-bg_commands
2015-10-16 16:24:04 +02:00
Niclas Eriksen
f696cb5989
Can now fetch link and comment karma of user
...
Link and comment karma of user can be fetched with {link_karma} and {comment_karma} if username is set.
2015-10-15 12:13:34 +02:00
Lukáš Mandák
2b73cc4a55
MDP: Fix for #263 .
2015-10-11 10:31:35 +02:00
Lukáš Mandák
b0e914d4e9
Module: Updated docstring for on_click
method.
2015-10-03 11:20:16 +02:00
Lukáš Mandák
081bd329f9
Changed checks for command
attribute in run_through_shell
and execute
.
2015-10-03 10:14:29 +02:00
Raphael Scholer
cd50c9a453
Add online to module overview
2015-10-03 01:50:30 +02:00
Raphael Scholer
1210f01edd
Add simple module to show internet connection
2015-10-03 01:42:51 +02:00
Lukáš Mandák
2ef74ded79
Replace regular 'split' to 'shlex.split'.
2015-09-29 12:47:32 +02:00
schroeji
e70a199d69
Removed indentation in docstring.
2015-09-25 23:06:38 +02:00
schroeji
18062dd416
Moved the docstring and added usage examples.
2015-09-25 20:22:26 +02:00
Lukáš Mandák
68d11b2f81
Module: Log first then let bad things happen. :)
2015-09-25 19:37:53 +02:00
Lukáš Mandák
6b22ec25e4
Docs: Rewritten Callbacks section of user documentation.
2015-09-25 19:16:04 +02:00
Lukáš Mandák
6d3c7eddc8
Module: More detailed logs for clickevents as suggested by @teto in #231 .
2015-09-25 19:12:05 +02:00
Lukáš Mandák
4aa6b2a73c
Docs: Updated docstring of run_through_shell
.
2015-09-25 18:47:54 +02:00
Lukáš Mandák
30b73fe6d6
SettingsBase: Fixed logging for modules outside of i3pystatus directory i.e. modules defined directly in the config file.
2015-09-25 18:17:54 +02:00
Lukáš Mandák
d07168beb7
Module: Allow passing of arguments to callable callbacks.
2015-09-25 13:58:08 +02:00
Lukáš Mandák
32ab77c203
Module: External programs are launched in detached mode.
2015-09-25 13:57:09 +02:00
Lukáš Mandák
97e2ad7bba
Fixed detached mode of execute
and updated its docstring.
2015-09-25 13:55:56 +02:00
schroeji
e9835070e2
Fix for Travis CI
2015-09-25 11:15:56 +02:00
schroeji
675ddd8d08
Merge branch 'master' of https://github.com/enkore/i3pystatus into yaourt
2015-09-25 10:47:23 +02:00
Lukáš Mandák
b1341741cc
Docs: Added missing rule for members of i3pystatus.core.command
module.
...
Docs: Sorted core package modules alphabetically.
2015-09-24 19:08:41 +02:00
facetoe
84d5fc8efc
Remove PRAW deprecation warning.
2015-09-23 22:05:09 +08:00
enkore
4e8dd82792
Merge pull request #247 from gutodisse1/gutodisse1-patch-1
...
Update cpu_usage.py
2015-09-23 12:55:28 +02:00
enkore
a6e3aec2ee
Merge pull request #253 from schroeji/master
...
Fixed a race condition which sometimes caused an empty output.
2015-09-23 12:54:23 +02:00
enkore
333a6dcdff
Update moon.py
2015-09-23 12:53:59 +02:00
enkore
94ef50044e
Merge pull request #245 from Elder-of-Ozone/master
...
Added moon phase module
2015-09-23 12:53:23 +02:00
enkore
90d9f79f43
Merge pull request #248 from gutodisse1/patch-2
...
Update README.rst
2015-09-23 12:53:08 +02:00
enkore
dd87e5ee1c
Merge pull request #250 from t3zla/spotify_improvements
...
I totally rewrote the spotify module as it needed work. Details inside
2015-09-23 12:51:43 +02:00
enkore
c70808ca1f
mpd: don't change default error handling
2015-09-23 12:51:11 +02:00
enkore
e1944a1cd9
Merge pull request #251 from sebpot/mpd-dev
...
Hide status information when MPD is not running
2015-09-23 12:50:30 +02:00