Commit graph

121 commits

Author SHA1 Message Date
Tobias Witek
a5cfc802ff [doc] Bump module count (hddtemp) 2019-12-25 13:30:13 +01:00
Marvin Steadfast
3b8c9ee0ac Adds dracula-powerline theme 2019-11-27 09:01:53 +01:00
rrhuffy
87f8f33a0b [modules/shell] Add shell module: Execute command in shell and print result 2019-10-27 17:41:58 +01:00
Tobias Witek
bf783f5496 [doc] Bump module count (battery-upower) 2019-10-20 14:29:24 +02:00
Tobias Witek
80b76e991c [doc] Bump module count (deezer) 2019-10-11 20:36:44 +02:00
William Wagner Moraes Artero
ac08843386 [module] deezer 2019-10-11 15:10:25 -03:00
Tobias Witek
43194a8244 [README] bump module# 2019-09-27 19:33:36 +02:00
adario
92e568c467 module system: use i3exit, add more options 2019-08-20 13:27:12 +02:00
adario7
4208db6475 Add log out, suspend and hibernate options to module system 2019-08-19 13:20:11 +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
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
93606315e3 [doc] README: Bump module count (twmn) 2019-08-01 20:31:35 +02:00
Tobias Witek
39700c58d3 [README] bump module count (system) 2019-07-31 19:53:41 +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
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
7d1a3f7532 [doc] Add vault count and attribution of the idea to bbernhard 2019-07-06 20:32:18 +02:00
iamroo_t
b16433ab60 changed epoll to poll, updated README for FreeBSD 2019-06-23 11:38:39 +02:00
Tobias Witek
70efe82d72 [doc] bump module count (vpn) 2019-06-14 20:09:29 +02:00
Tobias Witek
249ea71046 [doc] Update module count 2019-06-04 20:32:50 +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
Tobias Witek
c34ec25523 [doc] bump module count 2019-05-14 20:21:54 +02:00
Tobias Witek
621e442efc [doc] README: Add iceberg dark powerline note 2019-04-24 20:05:04 +02:00
Tobias Witek
b4a66fd8be [doc] bump module count 2019-04-07 13:48:34 +02:00
Tobias Witek
0207e7fe16 [doc] Add note about One Dark Powerline theme 2019-03-29 19:26:17 +01:00
Tobias Witek
ed4d1a7f4d [doc] Add dunst screenshot 2019-03-27 20:22:10 +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
Frederic Junod
9cb127ee21 Remove hipchat module 2019-01-31 15:44:31 +01:00
Tobias Witek
503f4be67c [doc] README: Update module counter 2019-01-20 14:13:02 +01:00
Tobias Witek
bff5322cff [doc] Add note about --autohide to README 2019-01-19 14:54:37 +01:00
Tobias Witek
d0619dd7f2 [README] bump module count (apt) 2019-01-07 21:42:33 +01:00
tobi-wan-kenobi
2fa3a0e250
README: small formatting fix 2018-12-21 19:02:32 +01:00
tobi-wan-kenobi
935f0eae02
Add font awesome install notes
Added install notes for awesome font, for Arch Linux. Will add other distros as soon as I know how that works.
2018-12-21 19:01:42 +01:00
tobi-wan-kenobi
3794355564
Update README.md
Add a "note" on font awesome usage.
2018-12-20 19:58:15 +01:00
Tobias Witek
37faef033e [doc] README: Add note reg. module parameters
Add a note that "-l modules" also shows module parameters.

fixes #333
2018-12-02 10:09:38 +01:00
Tobias Witek
e4a97eca10 [modules/battery_all] Remove showdevice parameter
Showing the device name doesn't add anything for the battery_all module,
as it combines all batteries.
2018-11-17 18:26:19 +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
a579f32879 [modules/docker] Return n/a when docker is not available
When the docker python module is not available, return n/a
instead of error'ing out.
2018-10-18 19:35:48 +02:00
Jorge Lopez
e767f9b393 [modules/docker] Add basic docker list module 2018-10-18 12:14:06 +02:00
Tobias Witek
4a75d9e143 [doc] README: fix syntax of i3 sample config
fixes #301
2018-10-17 18:51:24 +02:00
Tobias Witek
bb9c0d61d2 [doc] README: Add sample usage right in the beginning 2018-10-13 15:44:08 +02:00
Tobias Witek
8fb0c2fa70 [doc] Add greyish-powerline attribution
Forgot that earlier, sorry
2018-10-05 19:07:38 +02:00
Tobias Witek
3e904233d2 [doc] Update module counter (spaceapi) 2018-10-05 19:01:52 +02:00
Tobias Witek
8863ce1c5b [doc] Add iceberg-rainbow screenshot 2018-09-19 18:11:37 +02:00
Tobias Witek
8bb1d14ddf [doc] Add iceberg theme (+ example) 2018-09-13 20:19:56 +02:00
Tobias Witek
6c1b7d4e52 [doc] Update README to include xkcd module 2018-09-11 19:57:52 +02:00
Tobias Witek
c3684af3a0 [doc] Add attribution for iceberg-powerline
forgot that in the previous commit, d'oh
2018-09-10 18:16:47 +02:00
Tobias Witek
02c4406a31 [doc] Add iceberg-powerline to README 2018-09-10 18:15:55 +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