xaizek / d2if (License: GPLv2+) (since 2018-12-07)
Simple dzen2 input formatter, which is supposed to not waste CPU time for nothing and provides a number of builtin "widgets" for displaying system information.
Commit 681f9361189e6ab04340122a9a5f161bdbf3ec8b

Update e-mail address
Author: xaizek
Author date (UTC): 2017-12-26 15:15
Committer name: xaizek
Committer date (UTC): 2017-12-26 15:15
Parent(s): 768bca650704bf260693c184533ea14c819a6049
Signing key: 99DC5E4DB05F6BE2
Tree: a1b8e387d55442298767d0d351e5a57032f59098
File Lines added Lines deleted
README.md 0 2
src/XKeyboard.cpp 1 1
File README.md changed (mode: 100644) (index 220af7d..fca2210)
1 1 dzen2 input formatter dzen2 input formatter
2 2 ===================== =====================
3 3
4 Copyright (C) 2012 xaizek <xaizek@openmailbox.org>
5
6 4 Licensed under GNU/GPL v2+. Licensed under GNU/GPL v2+.
7 5
8 6 Brief description Brief description
File src/XKeyboard.cpp changed (mode: 100644) (index f214250..7b5e395)
1 1 // xkeyboard.cpp // xkeyboard.cpp
2 2 // Implementation of a class to get keyboard layout information and change layouts // Implementation of a class to get keyboard layout information and change layouts
3 3 // Copyright (C) 2008 by Jay Bromley <jbromley@gmail.com> // Copyright (C) 2008 by Jay Bromley <jbromley@gmail.com>
4 // Copyright (C) 2012 by xaizek <xaize@openmailbox.org>
4 // Copyright (C) 2012 by xaizek <xaizek@posteo.net>
5 5 // //
6 6 // This program is free software; you can redistribute it and/or modify it // This program is free software; you can redistribute it and/or modify it
7 7 // under the terms of the GNU General Public License as published by the Free // under the terms of the GNU General Public License as published by the Free
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/d2if

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/d2if

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master