tobi-wan-kenobi
0b9d51df08
Merge pull request #374 from tri2820/master
...
Clarify testjson.sh output, fix ascii.json and ionicons.json
2019-03-31 14:41:00 +02:00
Tri Nguyen
bf6b39adba
Clarify testjson.sh output, fix json files
2019-03-30 23:40:50 +07:00
Tobias Witek
0207e7fe16
[doc] Add note about One Dark Powerline theme
2019-03-29 19:26:17 +01:00
tobi-wan-kenobi
78d317e69a
Merge pull request #372 from dillasyx/master
...
Added onedark-powerline theme
2019-03-29 19:24:34 +01:00
Nico Dietz
4f308fffe0
Add onedark-powerline theme
...
inspired by the excellent One Dark syntax theme for the Atom text editor
2019-03-29 10:04:18 +01:00
Tobias Witek
ed4d1a7f4d
[doc] Add dunst screenshot
2019-03-27 20:22:10 +01:00
tobi-wan-kenobi
478dba1e68
Merge pull request #369 from eknoes/dunst-module
...
Add simple dunst module
2019-03-26 19:30:07 +01:00
Sönke
17caeca6a7
Add simple dunst module + icons
2019-03-24 20:39:29 +01:00
Tobias Witek
783a52427b
[modules/nic] remove invalid import from debug
...
never, ever commit debug code *rolls eyes*
2019-03-01 21:08:09 +01:00
Tobias Witek
1359f1000f
[engine] Nicer handling of module exceptions
...
Do not throw exceptions during exception handling, that causes really
hard-to-interpret error messages.
Instead, log a message and throw outside the exception handler (the code
could do with some cleanup, but is localized enough for now).
see #367
2019-03-01 21:02:51 +01:00
Tobias Witek
8db3435ddc
[modules/nic] Add log for missing modules
...
When modules cannot be imported, add a warning line to the log.
see #367
2019-03-01 15:13:34 +01:00
Tobias Witek
930c70e06a
[core] Allow mixing of parameter specs
...
Allow modules and parameters to be specified as either simple lists (-p
a b c d) or as multiple instances (-p a -p b -p c).
fixes #362
2019-02-15 18:01:06 +01:00
Tobias Witek
193305dc11
[modules/xrandr] Fix documentation bug
2019-02-14 20:12:41 +01:00
Tobias Witek
2522b428b6
[modules/prime] Minor fix for return type
...
Also, add module to doc
2019-02-14 20:09:41 +01:00
tobi-wan-kenobi
092da0b41e
Merge pull request #361 from jeffeb3/master
...
Added module for prime video cards (nvidia/intel hybrid computers).
2019-02-14 20:08:45 +01:00
Jeff Eberl
76940c8dbb
Added module for prime video cards (nvidia/intel hybrid computers).
2019-02-14 10:58:48 -07:00
Tobias Witek
451e3e48e5
[modules/weather] Fix location display for "auto"
...
When "auto" is used, the location was never shown.
Also, document the "showcity" parameter.
fixes #360
2019-02-11 20:07:10 +01:00
Tobias Witek
bb65c1cd68
[modules/location] Enable location switching
...
If multiple locations are provided as comma-separated list, left-click
and right-click can be used to circulate through them.
NOTE: Every click produced a new request to the weather reporting
service!
see #360
2019-02-09 13:10:35 +01:00
Tobias Witek
80892477f6
[modules/xrandr] Subscribe to i3 output events, if possible
...
If i3-py is available, use it to subscribe to output events to reload
the widget list whenever the outputs change.
fixes #359
2019-02-09 11:00:12 +01:00
Tobias Witek
a198b8d9e3
[modules/xrandr] Add refresh widget when autoupdate==False
...
If polling displays via xrandr is disabled, show an additional widget
that allows the user to manually refresh the widget list.
see #359
2019-02-08 20:11:48 +01:00
Tobias Witek
8511e57ed2
[modules/xrandr] Optionally disable polling
...
Add option to disable display polling via xrandr to work around kernel
issues that cause persistent lags.
see #359
2019-02-08 20:06:12 +01:00
tobi-wan-kenobi
1ede937f78
Merge pull request #358 from fredj/rm_hipchat
...
Remove hipchat module
2019-01-31 19:50:36 +01:00
Frederic Junod
9cb127ee21
Remove hipchat module
2019-01-31 15:44:31 +01:00
Tobias Witek
47eeac00a0
Revert "Merge branch 'partial-update-on-input'"
...
This reverts commit a2cc828e58
, reversing
changes made to 87f185e62b
.
2019-01-26 19:40:08 +01:00
Tobias Witek
a2cc828e58
Merge branch 'partial-update-on-input'
2019-01-23 20:06:17 +01:00
Tobias Witek
87f185e62b
[modules/git] Nicer formatting of stati
...
Add separate widgets for each state, so that each state can have a
custom icon *and* a custom coloring.
2019-01-23 19:56:16 +01:00
Tobias Witek
1698e4ad4c
[modules/git] Make CI (hopefully) run through
...
OK, so I cannot configure Travis to install pygit2, obviously. Instead,
I'll make the "git" module run though even if pygit2 is not installed.
Hope that satisfies you, Travis!
2019-01-20 19:27:04 +01:00
Tobias Witek
a48f4c41c8
[CI] more fixes
...
if this does not work, I really need to investigate up-front testing for
Travis.
2019-01-20 19:10:08 +01:00
Tobias Witek
e6aabe5605
[CI] More package crazyness
2019-01-20 18:45:47 +01:00
Tobias Witek
a2fda968c8
[CI] Update package name
2019-01-20 18:43:30 +01:00
Tobias Witek
7aa15bf8ba
[CI] Travis: Upgrade to Xenial and add pygit2
2019-01-20 18:40:55 +01:00
Tobias Witek
07ff027e8f
[CI] Travis: libgit2
2019-01-20 14:56:05 +01:00
Tobias Witek
c634895e85
[CI] Travis: more fixes
2019-01-20 14:52:21 +01:00
Tobias Witek
23d0873866
[CI] travis: add pygit2
2019-01-20 14:47:20 +01:00
Tobias Witek
8adc7c267f
[modules/git] Update screenshot and fix theme bug
2019-01-20 14:46:41 +01:00
Tobias Witek
5738aac1ce
[modules/git] Add some status icons
...
Add icons for:
* local modifications
* local delete
* local add
2019-01-20 14:43:27 +01:00
Tobias Witek
212966945c
[modules/git] Fix recursion error
...
Endless loop caused by stupid bug when trying to find the root git
repository.
2019-01-20 14:17:10 +01:00
Tobias Witek
503f4be67c
[doc] README: Update module counter
2019-01-20 14:13:02 +01:00
Tobias Witek
c3eea76143
[doc] Add git screenshot
2019-01-20 14:11:34 +01:00
Tobias Witek
580bc554ba
[modules] Add new module to display git information
...
This module uses xcwd to retrieve the directory of the currently focused
window and, if any of the parent directories is a git repository,
displays basic information about the repository.
Right now, only the current branch name is displayed.
2019-01-20 14:09:42 +01:00
Tobias Witek
aab259b826
[modules/pulseaudio] More exact enforcement of limits
...
If increasing would exceed the volume, set it to exactly the limit
instead. Also, if channels have different volumes, ensure that the
higher channel does not exceed the volume.
fixes #354
2019-01-20 09:09:11 +01:00
Tobias Witek
b377a93e49
[core] Add debug output for partial bar update
...
see #353
2019-01-20 07:34:27 +01:00
Tobias Witek
d9df96adcb
Merge branch 'master' into partial-update-on-input
...
To make sure that all conflicts are resolved and because the
autohide feature is so nice.
2019-01-19 14:56:25 +01:00
Tobias Witek
bff5322cff
[doc] Add note about --autohide to README
2019-01-19 14:54:37 +01:00
Tobias Witek
7b07ef538a
[core] Add "autohide" for distraction-free programming
...
Add a new parameter "-a|--autohide" that allows you to specify a
list of module names (or aliases) that will be hidden from the bar
*unless* their state is either warning or critical.
2019-01-19 14:51:48 +01:00
Tobias Witek
23be352ec3
[core/engine] Ensure that full updates still take place regularly
...
Ensure that a full update still happens, even if continuous scrolling
triggers new events (and therefore, partial updates) all the time.
see #353
2019-01-19 14:18:48 +01:00
Tobias Witek
2b91ce5861
[core/output] Refactor full/partial refresh
...
Creating the "raw", cached widget data out of the widget object was done
two places now.
see #353
2019-01-19 14:12:32 +01:00
Tobias Witek
3d9279c444
[core] Update only affected widgets on input event
...
When receiving an input event, only update affected widgets, identified by
their instance ID.
see #353
2019-01-19 14:07:17 +01:00
Tobias Witek
44a50c0b36
[modules/pulseaudio] Fix failing test case (wrong types)
2019-01-19 07:47:21 +01:00
Tobias Witek
3d9e170da3
[modules/pulseaudio] Add optional upper limit for volume
...
Add a new parameter "limit" that, if set, specifies an upper limit for
the volume.
Note: This is only enforced at the time of *setting* the volume, so you
can still use other applications, such as pavucontrol, to exceed that
limit and bumblebee-status will simply *display* the new value, not
reset to the limit.
fixes #354
2019-01-19 07:42:11 +01:00