NBonaparte
d9f75933f1
Merge pull request #170 from Ma27/keyboard-layout
...
Show current keyboard layout using libxkb
2018-01-01 17:43:31 -08:00
Maximilian Bosch
5aa1fb5eb5
Add indicator to show current indicator using libxkbcommon
...
The indicator is based on XCB-XKB and `libxkbcommon`. It can be tested
using the following configuration:
```
bar-list = ["bar"];
bar: {
position: "top";
block-list: ["ya_xkb"];
ya_xkb: {
exec: "YABAR_KEYBOARD_LAYOUT";
interval: 1;
};
}
```
The followinng new dependencies have been introduced:
- libxkbcommon-dev
- libxkbcommon-x11-dev
- libxcb-xkb-dev
Both work with libxcb and allow the usage of XKB through an XCB session.
In this case the session `ya.c` created by `src/ya_exec.c` can be used
for this indicator, so no extra X11 logic is needed.
2017-12-29 08:59:47 +01:00
Lesik
ce20fe75f7
Update information on Debian installation
2017-12-12 22:20:41 +01:00
Jack Henschel
7131c58088
Remove documentation from README and add links to man page and example config
2017-04-15 10:36:15 +02:00
Jack Henschel
a17d63448e
Add building instructions for documentation to README
2017-04-14 20:49:55 +02:00
NBonaparte
353dd2c687
Add Pango Markup Language link
2017-03-24 17:20:02 -07:00
NBonaparte
784fbec392
Add offset option to README
2017-03-23 22:07:21 -07:00
NBonaparte
fee2f86db7
add volume mapping option
2017-03-21 14:48:28 -07:00
Jack Henschel
a8cc9d07d4
Add missing Debian dependency to README
2017-03-20 17:13:02 +01:00
NBonaparte
8fbd9fb6ba
Add monitor fallback, auto reload on screen change ( #137 )
...
Fixes #73 .
2017-03-19 15:24:57 -07:00
Jack Henschel
5be5c292ce
Add wifi block documentation to README
2017-03-19 22:02:01 +01:00
Jack Henschel
6bb4e86080
Update dependencies for wifi block
2017-03-18 17:38:29 +01:00
Bernd Busse
3075cfc639
add env variables for click position in block ( #65 )
2017-02-23 23:26:17 -08:00
Jack
d606a5a81b
Add missing dependencies for Fedora in README.md
2017-02-05 14:47:44 +01:00
George Badawi
affbcc7c52
Merge pull request #113 from losynix/default-interface
...
Bandwidth blk : 'default' option1
2017-02-03 04:16:47 +02:00
losynix
99b5927e11
update dependencies in .travis.yml and README
2016-09-16 08:50:00 +02:00
losynix
c6a9e3d345
add volume internal block
2016-09-15 18:48:09 +02:00
losynix
9d34ec7fb8
Bandwidth blk : 'default' option1
...
This is done by reading /proc/net/route
2016-09-06 21:45:22 +02:00
George Badawi
0bcfc3ebbc
Merge pull request #102 from jacksgt/fix-typos
...
Fix minor spelling errors
2016-08-26 02:54:38 +03:00
Jack Henschel
c29359b23d
Add links to Debian / Ubuntu packages
...
Reformat 'Installation' into 'Packages' and 'From Source'
Add overview for packages in the AUR, Debian and Ubuntu
2016-08-15 20:54:56 +02:00
Jack Henschel
be42d2b5ee
Fix minor spelling errors
...
Fix minor spelling mistakes in README.md, doc/yabar.1 and
include/yabar.h
2016-08-06 22:06:53 +02:00
George Badawi
b08c80cbed
Merge pull request #91 from jacksgt/update-deps
...
Update dependencies and list AUR packages (partially fixes #89 )
2016-07-22 00:52:24 +03:00
Jack Henschel
c44e771f2e
Update dependencies and list AUR packages
...
Add `gdk-pixbuf2` as a dependency (introduced by 407992b
)
and list the AUR packages maintained by @geommer.
Reformat dependencies for Fedora and Debian/Ubuntu as a list
(better readability)
2016-07-06 09:15:22 +02:00
Fabio Iacovino
22c4020960
Update Readme
...
I think that the font icons of "YABAR_BANDWIDTH" are inverted
2016-06-17 12:14:14 +02:00
NBonaparte
d49de2cccc
Fixed internal options 2 and 3 for the internal temperature block, and
...
added examples to the README and config. Also removed whitespace in
README.
2016-05-16 15:48:27 -07:00
geommer
0d096c44f9
Add variable width for block support.
2016-04-24 07:45:44 +02:00
geommer
9f22bd72d1
Fix typo README
2016-04-17 23:06:59 +02:00
geommer
7d4069e534
Update README and man.
2016-04-15 19:08:06 +02:00
geommer
45443a72cf
Add change bar color when no active window in current desktop.
2016-04-14 22:14:48 +02:00
geommer
e404003c31
Merge branch 'master' of ssh://github.com/geommer/yabar
2016-04-12 16:42:40 +02:00
geommer
da8f8c5de7
Add icon support in README.
2016-04-12 16:41:09 +02:00
Felix Yan
50590c1615
Fix a typo: begining -> beginning
2016-04-12 13:38:14 +08:00
geommer
5019670ea5
Add xcb-ewmh to dependencies in README
2016-04-09 23:54:53 +02:00
geommer
217bdf1bb1
small update README.
2016-04-08 13:40:25 +02:00
geommer
8bc7faa167
Add internal blocks to README.
2016-04-08 13:38:27 +02:00
geommer
29731c3af8
Small update to README.
2016-04-04 23:23:02 +02:00
geommer
7472ef22fa
Update dynamic colors in README.
2016-04-04 23:17:05 +02:00
geommer
2bce819d9a
Update README.
2016-04-03 04:47:05 +02:00
geommer
84344d1aba
Add travis status img to README.
2016-04-03 04:33:54 +02:00
geommer
3427d9ea41
Fix README typo.
2016-04-03 03:40:12 +02:00
geommer
442534e3a5
Update README.
2016-03-29 13:20:52 +02:00
geommer
81de71fdde
Update README.
2016-03-29 13:07:49 +02:00
geommer
5e6e15eb9e
add inherit option. Fixes #25
2016-03-23 20:06:48 +02:00
geommer
0b177d080a
add text justify block-specific option
2016-03-23 10:57:09 +02:00
geommer
83bb839c56
Add borders to the bar. Fixes #28
2016-03-21 15:36:32 +02:00
geommer
c9aa3824be
Correct Ubuntu dependencies in README. Fixes #27
2016-03-21 06:52:01 +02:00
geommer
fe14a6d11d
fallback to depth=24 if no depth=32
2016-03-19 16:01:29 +02:00
geommer
53b001717e
slack readme fix #20
2016-03-19 13:26:21 +02:00
geommer
d804232df3
add env vars to readme
2016-03-18 15:54:59 +02:00
geommer
a14cd82264
update readme for randr
2016-03-18 15:01:35 +02:00