All Projects → oleid → gnome-shell-teatime

oleid / gnome-shell-teatime

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
M4
1887 projects
Makefile
30231 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to gnome-shell-teatime

Clock
一个简单的计时器程序💡/A sample clock⏰
Stars: ✭ 15 (-55.88%)
Mutual labels:  timer
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-55.88%)
Mutual labels:  timer
pauseable.js
Create event emitters, intervals, and timeouts that can be paused and resumed.
Stars: ✭ 44 (+29.41%)
Mutual labels:  timer
GymWorkoutManager
💪A functional Gym workout timer ❤️
Stars: ✭ 16 (-52.94%)
Mutual labels:  timer
timezz
With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy.
Stars: ✭ 35 (+2.94%)
Mutual labels:  timer
gnome-shell-extension-scroll-panel
Gnome Shell extension that allows to switch between workspaces and applications by scrolling mouse wheel above the top panel.
Stars: ✭ 23 (-32.35%)
Mutual labels:  gnome-shell-extension
react-on-time
Renderless composable ⏰timers and ⏱intervals
Stars: ✭ 27 (-20.59%)
Mutual labels:  timer
tm
timers and timeline
Stars: ✭ 31 (-8.82%)
Mutual labels:  timer
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (+52.94%)
Mutual labels:  gnome-shell-extension
LiveSplitOne
A version of LiveSplit that works on a lot of platforms.
Stars: ✭ 172 (+405.88%)
Mutual labels:  timer
flowloop
A Pomodoro-like timer for hyper-productivity
Stars: ✭ 69 (+102.94%)
Mutual labels:  timer
timer-machine-android
⏲ A highly customizable interval timer app for Android
Stars: ✭ 32 (-5.88%)
Mutual labels:  timer
compiz-alike-magic-lamp-effect
Compiz alike magic lamp effect for GNOME Shell
Stars: ✭ 58 (+70.59%)
Mutual labels:  gnome-shell-extension
gnome-runcat
😼 The cat tells you the CPU usage by running speed
Stars: ✭ 194 (+470.59%)
Mutual labels:  gnome-shell-extension
asynchronous
A D port of Python's asyncio library
Stars: ✭ 35 (+2.94%)
Mutual labels:  timer
workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
Stars: ✭ 10,005 (+29326.47%)
Mutual labels:  timer
gnome-shell-extension-syncthing
No description or website provided.
Stars: ✭ 74 (+117.65%)
Mutual labels:  gnome-shell-extension
earth-view-wallpaper-gnome-extension
A beautiful satellite image from Google Earth as your GNOME desktop wallpaper.
Stars: ✭ 48 (+41.18%)
Mutual labels:  gnome-shell-extension
flipdown-timer-card
Flipdown Timer Card for Home Assistant Lovelace
Stars: ✭ 28 (-17.65%)
Mutual labels:  timer
alfred-timer-workflow
Alfred workflow to start a timer, which blinks when the time is up.
Stars: ✭ 39 (+14.71%)
Mutual labels:  timer

Premise

Before you do anything, please make sure, that you have the following packages installed:

  • libglib2.0-dev
  • intltool
  • gnome-common

The name of the package may vary from distribution to distributon. The first two packages provide m4-files needed for the generation of the configure script. The files in need are:

  • intltool.m4
  • gsettings.m4

They should be located somewhere in /usr/share/aclocal.

Installaton

If everything is in place, run

./autogen.sh

to generate the configure script. If everything worked well, do:

./configure --prefix=/usr && make

To install the extension to your home directory, run:

make local-install

Or to install it for all users you need administrator rights. Thus you've to use something like sudo or become root via su. Using sudo, simply run:

sudo make install

In case you can't find the applet in gnome-tweak-tool, restart gnome-shell (using Alt +F2, enter: r).

If you wish to translate TeaTime to your language, have a look at the directory po.

A handy zip file can be created using:

make zip   # This is the same you get via http://extensions.gnome.org

Thanks to Thomas Liebetraut for the new build system. Get the latest version from: https://github.com/tommie-lie/gnome-shell-extensions-template

Contribution

Patches are welcome. But please make sure the code you contribute is formated properly. Please run beautify-code.sh before sending pull requests. Therefore, you'll need to install the python tool js-beautify, e.g. via pip install jsbeautifier.

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].