Commit graph

1088 commits

Author SHA1 Message Date
Aaron Moser
a8580bb42d Add iceberg-powerline theme
Added a theme similar to the iceberg theme for VIM by cocopon
(https://github.com/cocopon/iceberg.vim).
2018-09-10 14:49:34 +02:00
Tobias Witek
330bd3f34b [doc] Update module counter (arch-update) 2018-09-09 08:18:50 +02:00
tobi-wan-kenobi
440b5379dd
Merge pull request #291 from lucassouto/master
Add module arch-update
2018-09-09 08:11:09 +02:00
lucassouto
2b8dbf6bc6 Add pacman-contrib in required modules 2018-09-08 19:06:28 -03:00
lucassouto
63bb771df2 Fix for previous versions of python 2018-09-08 18:59:55 -03:00
Tobias Witek
0c8146623c [doc] Update module counter 2018-09-08 09:12:28 +02:00
tobi-wan-kenobi
4ed1e8b647
Merge pull request #290 from remi-dupre/master
[modules] add progress module
2018-09-08 09:01:13 +02:00
Lucas Souto
edee95b57a Fix code for lint 2018-09-07 22:38:15 -03:00
Lucas Souto
39233e5a75 Fix icon arch-update 2018-09-07 22:29:51 -03:00
Lucas Souto
17131c5bdc Merge branch 'master' of git://github.com/tobi-wan-kenobi/bumblebee-status 2018-09-07 22:22:07 -03:00
Lucas Souto
c617a478bf Add module arch-update 2018-09-07 22:21:57 -03:00
Rémi Dupré
6d271fc745
Module progress: added dependancy in README.md 2018-09-07 17:31:47 +02:00
Rémi Dupré
384f23c34f
Module progress: added states 2018-09-07 17:14:40 +02:00
Rémi Dupré
56426ee0a6
Added parameters to module "progress" to change bar design, changed
format keys
2018-09-07 16:48:03 +02:00
Rémi Dupré
870d4d75d5
Using progress's speed measures 2018-09-07 16:36:09 +02:00
Rémi Dupré
090306d37c
Added module progress 2018-09-07 16:17:09 +02:00
tobi-wan-kenobi
ab41a24ee2
Merge pull request #289 from donfranio/master
extra tests for util.which
2018-09-04 14:10:35 +02:00
Frank Scherrer
a6eb5a43a5
fix code for flake8 linter 2018-09-04 10:04:18 +02:00
Frank Scherrer
a52c3e8e12
add further tests for which
* test which for always present binary "ls"
* test which for garbage input
2018-09-04 09:58:52 +02:00
tobi-wan-kenobi
5bd7b619d3
Merge pull request #288 from WORD559/master
Added parameter to pulseaudio module
2018-09-01 20:21:37 +02:00
WORD559
a969fc0b75 Added parameter to pulseaudio module that allows users to specify the percentage change of the volume when scrolling on the module. 2018-09-01 14:40:18 +01:00
tobi-wan-kenobi
7a4f3a98e3
Merge pull request #287 from donfranio/master
add test for util.which
2018-08-28 15:11:47 +02:00
Frank Scherrer
872c2047e5
add test for util.which
* and make runtests.sh dash-compatible for debian-like OS
2018-08-28 14:52:17 +02:00
tobi-wan-kenobi
e7e786b65e
Merge pull request #286 from donfranio/add-which-function
add 'which' function to utils and use for 'iwgetid'
2018-08-24 12:06:13 +02:00
Frank Scherrer
62150b3030
trying to remove codeclimate complain
* Sorry, I don't have codeclimate
* did little refactoring, hope it helps.
2018-08-24 10:44:42 +02:00
Frank Scherrer
8c12daa407
add 'which' function to utils and use for 'iwgetid' 2018-08-24 10:22:28 +02:00
tobi-wan-kenobi
feabc7ad98
Merge pull request #284 from abdoulayeYATERA/master
docs: fix notmuch_count module doc english errors
2018-08-21 17:15:35 +02:00
abdoulaye
2461621b56 docs: fix notmuch_count module doc english errors 2018-08-21 14:21:40 +02:00
Tobias Witek
3270e3edd8 [doc] Update module count in readme 2018-08-21 13:27:31 +02:00
tobi-wan-kenobi
f9cc524b0b
Merge pull request #283 from abdoulayeYATERA/master
feat: add notmuch count module
2018-08-21 13:20:18 +02:00
abdoulaye
797230da94 feat: add notmuch count module
Displays the result of a notmuch count query
default : unread emails wich path do not contained "Trash" (notmuch count "tag:unread AND NOT path:/.*Trash.*/")

Parameters:
    notmuch_count.query: notmuch count query to show result

Errors:
    if the notmuch query failed, the shown value is  -1

Dependencies:
    notmuch (https://notmuchmail.org/)
2018-08-21 11:56:09 +02:00
tobi-wan-kenobi
159e9e20c0
Merge pull request #282 from WORD559/master
Added playback status indicator to spotify module
2018-08-20 19:40:12 +02:00
WORD559
59bca44267 Added playback status indicator to spotify module 2018-08-20 17:44:49 +01:00
tobi-wan-kenobi
5239e3ecf7
Merge pull request #278 from WORD559/master
New media player module and Spotify module enhancement
2018-08-08 15:43:57 +02:00
WORD559
2f76df51e2 Added the media control rebinding parameters to the spotify module 2018-08-08 14:12:42 +01:00
WORD559
bffa7028d0 Added three additional parameters to deadbeef module so that the media controls can be rebound with parameters. 2018-08-08 14:08:48 +01:00
WORD559
1a272b50dd Created a module to display current playing song in DeaDBeeF media player and to allow basic media controls 2018-08-08 13:54:53 +01:00
tobi-wan-kenobi
3fc9530ada
Merge pull request #277 from mijoharas/fix-pulseaudio-bug
Respect autostart parameter.
2018-08-08 09:58:41 +02:00
Michael Hauser-Raspe
37929d4903 Respect autostart parameter. 2018-08-08 00:05:09 +01:00
tobi-wan-kenobi
b2bf7c7aaa
Merge pull request #276 from eknoes/master
[modules/sensors] Prefer sensors command if available, solves #275
2018-07-30 20:11:42 +02:00
soenke
9ef3da8b88 [modules/sensors] Prefer sensors command if available, solves #275 2018-07-30 18:25:37 +02:00
tobi-wan-kenobi
66e9608b32
Merge pull request #274 from abdoulayeYATERA/fixTodoModulePathExpansion
fix todo module path expansion
2018-07-01 05:44:51 +02:00
abdoulaye
f4b7f90c2a fix todo module path expansion 2018-06-30 15:56:38 +02:00
tobi-wan-kenobi
01f248cdcd
Merge pull request #270 from susmus/master
[module/amixer] Add on/off mute check
2018-06-10 10:32:54 +02:00
susmus
e8970f1bd4 [module/amixer] Add on/off mute check 2018-06-09 22:22:16 +02:00
tobi-wan-kenobi
30b542906c
Merge pull request #267 from fredj/coding_style
Minor coding style fixes
2018-06-04 20:24:01 +02:00
Frederic Junod
841f6e131d Remove unnecessary parens 2018-06-04 15:03:39 +02:00
Frederic Junod
62f79beb90 Use 'is False' instead of '== False' 2018-06-04 14:53:01 +02:00
Frederic Junod
f46671a85f Use 'is None' instead of '== None' 2018-06-04 14:50:51 +02:00
Tobias Witek
dd98c1ec51 [doc] Simplify templates a bit 2018-05-31 19:44:56 +02:00