tobi-wan-kenobi
c77c5c9c0d
Merge pull request #597 from bendardenne/watson
...
Added module for watson
2020-04-11 13:40:52 +02:00
Benoît Dardenne
3b2b9bfc0c
Added module watson
2020-04-11 11:48:05 +02:00
Martin
d109ceb800
[module] New module SMART status checker fo hdd/ssd
...
Smart status checker for hdd/ssd
Paramaters:
* smartstatus.display: how to display (defaults to "combined", other choices: "seperate" or "singles")
* smartstauts.drives: in the case of singles which drives to display, separated comma list value, multiple accepted (defaults to "sda", example:"sda,sdc")
requires: smartmontools
smartcl should be given sudo access with no password for this to work
(per example adding: %wheel ALL=(ALL) NOPASSWD: /usr/bin/smartctl)
2020-03-28 21:12:45 +01:00
Martin
8fe444aeca
[module] New module bluetooth2
...
I was unhappy with how the module bluetooth functioned so I decided to write a new one
This is the result. The module tries to find adapters ON with bluetoothctl list initally
if none are there, then it assumes it is off and check if any adapters are present with rfkill list
State were added
as well as the number of devices
I also made it so that the toggle works
I was initally going to push this as bluetooth but decided it was so different so to push it as a different module.
python-dbus is a dependency
2020-03-19 00:59:20 +01:00
me
d0418446e1
[theme/nord-powerline] add palette colors
2020-02-20 01:10:28 +02:00
Tobias Witek
0751b7c084
[core/theme] Add inline named color support
...
Add named colors that can be specified directly in the "colors" array
within a theme.
fixes #556
2020-02-19 21:39:44 +01:00
John Young
56a482001e
Add nord-powerline theme
2020-02-08 11:23:53 +00:00
me
7b7e925525
[modules/cpu2] fix fan icon
...
By mistake, I have added a NerdFont fan icon in previous version.
2020-01-06 23:18:32 +02:00
me
31801dfdca
[module/cpu2] add module
2020-01-06 21:50:30 +02:00
me
0a07de933a
layout-xkbswitch module
2019-12-30 10:15:46 +02:00
user
d4946f2c13
hddtemp module
2019-12-25 03:12:06 +02:00
Pi-Yueh Chuang
f96844b906
add icons to battery-upower
...
The icons are the same set used by the module *battery*.
2019-12-18 23:34:30 -05:00
Marvin Steadfast
3b8c9ee0ac
Adds dracula-powerline theme
2019-11-27 09:01:53 +01:00
William Wagner Moraes Artero
ac08843386
[module] deezer
2019-10-11 15:10:25 -03:00
Karthik Chikmagalur
c4ba2195b3
Changed Pomodoro icons, made the work/break periods variables
2019-09-29 13:57:46 -07:00
Karthik Chikmagalur
d6072d0eb7
Spruced up the pomodoro module.
...
Added icons/colors to the pomodoro module and shortened the display text.
2019-09-28 16:27:26 -07:00
Frank Scherrer
a8b1386010
add firefox-dark-powerline Theme
2019-09-06 17:37:15 +02:00
Lonesome byte
76d3b4878c
Initial version of RSS news ticker
2019-08-15 10:34:14 +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
Milos Miljanic
f8cdb18861
Merge branch 'master' of github.com:tobi-wan-kenobi/bumblebee-status
2019-07-31 23:28:47 +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
Bernhard B
940172aab1
added new system module
...
* allows to shutdown/reboot the system
2019-07-28 18:14:46 +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
21e2f46564
Add network traffic icons & minor refactor
2019-07-09 22:27:59 -03:00
tobi-wan-kenobi
bf57496093
Merge pull request #397 from bbernhard/vpn
...
vpn module
2019-06-14 20:07:10 +02:00
Bernhard B
a7a1da6b5d
added vpn module
...
* shows current VPN connection
* allows to establish a VPN connection
2019-06-10 20:05:32 +02:00
Frank Zhao
68cb2e1c79
Add datetimetz module for timezone information in date display
...
Allow multiple comma seperated timezones
Handle click to cycle through configured timezones
Example:
```
bumblebee-status -m datetimetz -p \
datetimetz.timezone=\
"Australia/Sydney,Pacific/Auckland,America/Los_Angeles"
```
Added dependencies to travis config
2019-06-04 17:51:46 +10:00
Bernhard B
c7f979a735
added new pi-hole module
...
* allows to enable/disable pi-hole
* shows today's blocked ads
2019-05-12 20:45:08 +02:00
gkeep
1a48943c93
Fix color step in iceberg-dark-powerline
2019-04-23 20:52:10 +03:00
gkeep
accf50704f
Add iceberg-dark-powerline theme
2019-04-23 17:33:20 +03:00
Tri Nguyen
bf6b39adba
Clarify testjson.sh output, fix json files
2019-03-30 23:40:50 +07: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
Sönke
17caeca6a7
Add simple dunst module + icons
2019-03-24 20:39:29 +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
Frederic Junod
9cb127ee21
Remove hipchat module
2019-01-31 15:44:31 +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
e6aabe5605
[CI] More package crazyness
2019-01-20 18:45:47 +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
Piotr Piórkowski
1860b7abb3
[modules/apt] Add APT update checking module
2019-01-07 20:56:13 +01:00
Tobias Witek
c2454b8f4c
[themes] Add themeing for battery_all
2018-11-17 18:32:52 +01:00
Tobias Witek
0d9b3113f4
[modules/sensors2] Alternate sensor module
...
Show all sensor data reported by sensors -u and color widget with
warning/critical if sensor limits are exceeded.
fixes #326
2018-11-17 13:38:35 +01:00
Tobias Witek
2994d0efa0
[modules/battery] Better display for "unknown" charge status
...
Some laptops, such as Dells, may display an unknown charge state when
the battery is attached to a docking station, but discharging (because
of configuration settings for longevity of the battery).
Show that nicer.
2018-11-09 18:19:05 +01:00
Travis Cole
e011deefd2
Switch download cloud glyph for arch-update
...
I couldn't make the previous one work on Arch Linux with either
the ttf-awesomefont package or the ttf-awesomefont-4 AUR.
The former sorta worked, but then showed two other broken glyph
on either side of the cloud. The latter only has a broken glyph.
This one comes from nerd-font and seems to work for me.
I hope this still meets the intention of the previous one.
2018-11-07 16:20:16 -08:00
Jorge Lopez
e767f9b393
[modules/docker] Add basic docker list module
2018-10-18 12:14:06 +02:00
Aaron Moser
b9092bcfcc
Readd iceberg-rainbow theme
2018-09-19 17:07:08 +02:00
Aaron Moser
a09d621838
Rework iceberg-powerline theme
2018-09-12 14:12:52 +02:00
Aaron Moser
58b4868154
Add iceberg.json
2018-09-12 08:35:22 +02:00
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