All Projects → limpbrains → somebar

limpbrains / somebar

Licence: MIT License
Simple taskbar widget that displays color dot or custom icon

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to somebar

with anybar
A simple utility that updates anybar colors based on the status of a bash command
Stars: ✭ 20 (-78.02%)
Mutual labels:  anybar
maven-notifier
Desktop notifications for Maven 3.x.
Stars: ✭ 71 (-21.98%)
Mutual labels:  anybar
anybar-webpack
Webpack build status plugin for menubar status indicator applications
Stars: ✭ 62 (-31.87%)
Mutual labels:  anybar

SomeBar

Simple taskbar indicator for Unity inspired by AnyBar (basically it is a clone of AnyBar)

Tested on Ubuntu 20.20

Install

pip3 install somebar

Usage

to run somebar just execute in console

somebar

somebar is controlled via UDP port (1738 by default). Send it a message and it will change a color:

echo -n "black" | nc -4u -w0 localhost 1738

Following commands change color:

white red orange yellow green cyan blue purple black question exclamation

And one special command forces somebar to quit: quit

Running multiple instances

You can run several instances of somebar as long as they listen on different ports. Use -p or --port command line argument to change port:

somebar -p 1738
somebar -p 1739
somebar -p 1740

Custom images

somebar can use user-local images if you put them under ~/.somebar or ~/.AnyBar. E.g. if you have ~/.AnyBar/[email protected] present, send square to 1738 and it will be displayed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].