all repos — tint2 @ c31a2856f9299adb213114852d0f81eb49960fce

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Release 0.12.4
o9000 mrovi9000@gmail.com
commit

c31a2856f9299adb213114852d0f81eb49960fce

parent

eef3d6a85a7580c64fbaa5caa65778d883322ad5

2 files changed, 26 insertions(+), 15 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,4 +1,4 @@

-2016-01-10 master +2016-01-23 0.12.4 - Enhancements: - Support for NETWM viewports (as used by Compiz or Unity) (issue #94) - The default desktop font (Gtk/FontName from XSettings) is used when a font is not specified in the config file

@@ -29,6 +29,7 @@ ascending or descending (affected GTK icons, which sometimes set their name late after creating the icon)

- Tint2conf no longer copies sample themes to ~/.config - New optional dependencies: - libexecinfo on the *BSDs (only if the cmake flag ENABLE_BACKTRACE is set) + 2015-11-12 0.12.3 - Enhancements: - Battery: Multiple batteries are now supported under Linux (issue #139;

@@ -48,12 +49,14 @@ - Fixes:

- Updated French translation - The correct icon is now used in tint2.desktop (issue #523) - The font setting for the desktop name is no longer lost on tint2 restart + 2015-08-11 0.12.2 - Fixes: - Systray: do not move empty icons to the side, as it breaks GTK2 StatusIcon blinking (issue #515) - tint2conf: Fix read of panel_monitor (issue #520) - Fix command line argument processing (issue #516) - Fix battery option parsing + 2015-08-01 0.12.1 - Fixes: - Config:

@@ -70,6 +73,7 @@ - tint2conf:

- Bad read of option panel_margin - New config options: - Battery mouse actions and clock middle click and wheel actions (thanks to Jeff Blake) + 2015-07-12 0.12 - Note: the changes listed here are based on the previous release tint2 0.11, however some distributions (e.g. Debian) offered packages using newer commits and/or patches; thus from the user's perspective some of these features are
M README.mdREADME.md

@@ -1,5 +1,5 @@

-### New stable release: 0.12.3 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.3/ChangeLog +# New stable release: 0.12.4 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.4/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/Configure

@@ -7,7 +7,7 @@ Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):

``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.3 +git checkout 0.12.4 mkdir build cd build cmake ..

@@ -25,11 +25,11 @@ Please report any problems to https://gitlab.com/o9000/tint2/issues. Your feedback is much appreciated.

P.S. GitLab is now the official location of the tint2 project, migrated from Google Code, which is shutting down. In case you are wondering why not GitHub, BitBucket etc., we chose GitLab because it is open source, it is mature and works well, looks cool and has a very nice team. -### What is tint2? +# What is tint2? tint2 is a simple panel/taskbar made for modern X window managers. It was specifically made for Openbox but it should also work with other window managers (GNOME, KDE, XFCE etc.). It is based on ttm http://code.google.com/p/ttm/. -### Features +# Features * Panel with taskbar, system tray, clock and launcher icons; * Easy to customize: color/transparency on fonts, icons, borders and backgrounds;

@@ -37,17 +37,17 @@ * Pager like capability: move tasks between workspaces (virtual desktops), switch between workspaces;

* Multi-monitor capability: create one panel per monitor, showing only the tasks from the current monitor; * Customizable mouse events. -### Goals +# Goals * Be unintrusive and light (in terms of memory, CPU and aesthetic); * Follow the freedesktop.org specifications; * Make certain workflows, such as multi-desktop and multi-monitor, easy to use. -### I want it! +# I want it! * [Install tint2](https://gitlab.com/o9000/tint2/wikis/Install) -### How do I ... +# How do I ... * [Install](https://gitlab.com/o9000/tint2/wikis/Install) * [Configure](https://gitlab.com/o9000/tint2/wikis/Configure)

@@ -55,20 +55,27 @@ * [Add applet not supported by tint2](https://gitlab.com/o9000/tint2/wikis/ThirdPartyApplets)

* [Other frequently asked questions](https://gitlab.com/o9000/tint2/wikis/FAQ) * [Obtain a stack trace when tint2 crashes](https://gitlab.com/o9000/tint2/wikis/Debug) -### How can I help out? +# How can I help out? * Report bugs and ask questions on the [issue tracker](https://gitlab.com/o9000/tint2/issues); * Contribute to the development by helping us fix bugs and suggesting new features. -### Links +# Links * Home page: https://gitlab.com/o9000/tint2 * Git repository: https://gitlab.com/o9000/tint2.git * Documentation: https://gitlab.com/o9000/tint2/wikis/home * Downloads: https://gitlab.com/o9000/tint2-archive/tree/master or https://code.google.com/p/tint2/downloads/list * Old project location (inactive): https://code.google.com/p/tint2 -### Releases - * Latest stable release: tint2 0.12.3 (November 2015) +# Releases + * Latest stable release: tint2 0.12.4 (January 2016) + +# Screenshots + +## Default config of the latest release: + +![Screenshot_2016-01-23_14-42-57](https://gitlab.com/o9000/tint2/uploads/948fa74eca60864352a033580350b4c3/Screenshot_2016-01-23_14-42-57.png) -### Screenshots -![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)+## Various configurations: + +![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)