- Arch Linux
- #1 2011-10-13 12:54:32
- CLI alarm clock
- #2 2011-10-13 20:39:52
- Re: CLI alarm clock
- #3 2011-10-13 21:44:24
- Re: CLI alarm clock
- #4 2011-10-13 22:02:51
- Re: CLI alarm clock
- #5 2011-10-14 07:14:52
- Re: CLI alarm clock
- #6 2011-10-14 08:31:41
- Re: CLI alarm clock
- #7 2011-10-14 11:46:14
- Re: CLI alarm clock
- #8 2011-10-14 14:26:23
- Re: CLI alarm clock
- Arch Linux User Repository
- Search Criteria
- Package Details: alarm-clock-applet 1.0.1-5
- Package Actions
- Dependencies (12)
- Required by (0)
- Sources (1)
- Latest Comments
- LeSnake commented on 2021-07-27 13:07
- LeSnake commented on 2021-07-26 18:03
- linuxergr commented on 2021-07-26 14:49
- mrpg commented on 2021-07-26 12:46
- LeSnake commented on 2021-07-21 22:11
- linuxergr commented on 2021-04-12 10:44
- LeSnake commented on 2021-04-12 08:26
- linuxergr commented on 2020-12-16 11:49
- mrpg commented on 2020-12-16 08:32
- mrpg commented on 2020-12-16 08:24
- Handy alarm applets
- alarm-clock-applet [Ubuntu]
- alarm clock [Arch Linux]
- Alarm Clock
- Latest activity
- Features
- Easy to use
- Notifications
- Snooze
- Powerful
- Downloads
- Installation
- Application indicators
- Bugs & suggestions
Arch Linux
You are not logged in.
#1 2011-10-13 12:54:32
CLI alarm clock
I would like to use an alarm clock with a command line interface.
I looked into a combination of «at» and notifications but I think it does not fit. For example atq shows little info about scheduled «alarms».
Remind seems nice, if only there was a way to get notifications for passed alarms. Most calendar applications will show passed alarms when the computer is turned on.
Last edited by Markus00000 (2011-10-13 13:12:42)
#2 2011-10-13 20:39:52
Re: CLI alarm clock
This is what I use since years:
There is no information about already scheduled alarms as yet. This should be easily implemented by writing the effective alarm command to some log file.
To know or not to know .
. the questions remain forever.
#3 2011-10-13 21:44:24
Re: CLI alarm clock
I use this totally unsophisticated alias in /etc/profile.bash
Last edited by rwd (2011-10-13 21:48:16)
#4 2011-10-13 22:02:51
Re: CLI alarm clock
Ages ago I made this script for an alarm
there’s probably a better way to check the time then the sleep function.
You’re just jealous because the voices only talk to me.
#5 2011-10-14 07:14:52
Re: CLI alarm clock
Thanks for all the suggestions. I think I will have to content myself with a GUI calendar application to get editable alarms and see alarms that passed while the computer was off. (Or use my phone.)
#6 2011-10-14 08:31:41
Re: CLI alarm clock
In remind you can see alarms that have passed if you use it to display a calendar. I believe you can also run it with a false date. If so you could get it to display old alarms — say run it once with yesterday’s date at start-up, then re-run it as normal. It might mean some jiggery pokery, but should be possible based on use cases.
Also, it might be worth looking at wyrd, the curses front end to remind. That might enable missed alarms to be seen.
«. one cannot be angry when one looks at a penguin.» — John Ruskin
«Life in general is a bit shit, and so too is the internet. And that’s all there is.» — scepticisle
#7 2011-10-14 11:46:14
Re: CLI alarm clock
have you tried looking at the files where at stores its stuff? maybe it’s easy to write a better «scheduled alarms» viewer
and he works prolifically
4 8 15 16 23 42
#8 2011-10-14 14:26:23
Re: CLI alarm clock
While I appreciate your suggestion, I do not currently have the time to write that. Maybe one day.
Источник
Arch Linux User Repository
Search Criteria
Package Details: alarm-clock-applet 1.0.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/alarm-clock-applet.git (read-only, click to copy) |
---|---|
Package Base: | alarm-clock-applet |
Description: | A fully-featured alarm clock for GTK panel |
Upstream URL: | http://alarm-clock.pseudoberries.com |
Keywords: | alarm applet clock desktops for gtk |
Licenses: | GPL2 |
Submitter: | gwash |
Maintainer: | linuxergr |
Last Packager: | linuxergr |
Votes: | 99 |
Popularity: | 0.24 |
First Submitted: | 2008-08-23 19:27 |
Last Updated: | 2020-12-16 11:55 |
Dependencies (12)
- autoconf (autoconf-git)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14)
- gnome-common (gnome-common-git)
- gnome-icon-theme (gnome2-icon-theme)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr)
- libnotify>=0.4.1 (libnotify-gtk2, libnotify-id-git, libnotify-id)
- gstreamer>=1.0 (gstreamer-git)
- libunique>=1.0
- gconf>=2.0 (gconf-gtk2)
- intltool(make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
- gnome-control-center (gnome-control-center-git, gnome-control-center-nocheese, gnome-control-center-oldstable, gnome-control-center-x11-scaling, gnome-control-center-system76) (optional)
Required by (0)
Sources (1)
Latest Comments
LeSnake commented on 2021-07-27 13:07
Fixed libunique, now it should work
LeSnake commented on 2021-07-26 18:03
Just realised what went wrong. Gonna fix it asap (currently traveling, give me 1-3 days)
linuxergr commented on 2021-07-26 14:49
Add the libunique from the repo indicated below, there is no need to build it from AUR.
If the problem still persists, let me know.
mrpg commented on 2021-07-26 12:46
This is completely broken due to an error in libunique’s pkgrel. In fact, /var/lib/pacman/local/libunique-1.1.6-9/files does not contain anything ( ls /usr/lib/libunique* doesn’t find anything either). That’s why alarm-clock-applet doesn’t build. More info here: https://aur.archlinux.org/packages/libunique/
Build libunique manually and install the pkgrel 8 one, which is strangely also built. Then everything works.
LeSnake commented on 2021-07-21 22:11
added libunique back to aur linking from artixlinux archive, but build cannot find it for some reason
linuxergr commented on 2021-04-12 10:44
LeSnake commented on 2021-04-12 08:26
libunique was removed from AUR :/ There is a libunique3 but also the code wants libunique, so just fixing the pkgbuild doesnt work
linuxergr commented on 2020-12-16 11:49
Added as an optional dependency, because not all users use those sounds.
mrpg commented on 2020-12-16 08:32
I figured it out. gnome-control-center provides the sounds and should be added as a (maybe optional) dependency.
mrpg commented on 2020-12-16 08:24
Thanks for this wonderful application!
One quick question though: After I reinstalled my system, I no longer have access to the sounds (such as the bark, etc.). Which package provides these sounds, and could this package be added as a dependency? Thanks.
Copyright © 2004-2021 aurweb Development Team.
AUR packages are user produced content. Any use of the provided files is at your own risk.
Источник
Handy alarm applets
In one of our earlier articles I shared a hack to set quick reminders on Ubuntu. In this article we will explore 2 GUI indicator applets to set alarms and reminders. We picked one each for Ubuntu and Arch Linux.
alarm-clock-applet [Ubuntu]
Light and cute looking indicator applet. However, it needs the user to set the kind of notification he needs on alarm fire.
Features
- supports alarm and timer
- shows time remaining as countdown
- play a sound or start an application or run a command on alarm expiry
- you can use notfy-send or zenity if you are looking for notifications bubbles
- start automatically at login
Installation
To install on Ubuntu, run:
alarm clock [Arch Linux]
alarm clock is available on AUR. It has more features than the applet for Ubuntu.
Features
- has both alarm and counter
- shows notification bubbles
- supports birthday reminders
- supports templates
- notification bubbles, sound, dialog window, command or standard action on alarm expiry
- extensive scheduling options
- start automatically at login
Installation
Download the PKGBUILD snapshot from AUR and run:
Источник
Alarm Clock
Alarm Clock is a fully-featured alarm clock for your GNOME panel or equivalent. It’s easy to use yet powerful with support for multiple repeatable alarms, as well as snoozing and a flexible notification system.
Unfortunately, this project is no longer maintained. If you’re interested in maintaining Alarm Clock, please get in touch: joh@pseudoberri es.com
Alarm Clock has officially moved to GitHub: https:/ /github. com/joh/ alarm-clock
All bugs have been migrated as well: https:/ /github. com/joh/ alarm-clock/ issues
Blueprints have not yet been moved. Selected ones may be moved to the wiki in the future.
The Launchpad project is still used for translations.
Launchpad has been configured to automatically import changes from GitHub.
This is a bug fix release:
Bugs fixed:
1122500 — Don’t cancel the next alarm if alarm triggers a day late
1137453 — Port to GStreamer 1.0
Please see the ChangeLog for more details.
This release includes minor improvements and various bug fixes:
* Set app indicator title
Bugs fixed:
290733 — Automatically detect daylight savings time
800635 — Let the WM decide the initial position of the list window
823585 — Check that media player was created successfully
908636 — Don’t show notifications when alarms are stopped/snoozed
885059 — Update timestamp when type is changed for active alarms
977110 — Use segment seeks to prevent playback delays when looping
824337 — Enable alarm when closing the Edit alarm dialog
Please see the ChangeLog for more details.
Your favorite alarm clock receives good reviews from Linux Insider: http:// www.linuxinside r.com/story/ 72116.html
This release adds support for application indicators and includes various bug fixes:
* Add support for application indicators
* Countdown label for application indicator
* New status icon indicating triggered alarms
Bugs fixed:
565302 — Add countdown label (for application indicator)
610632 — Create
/.config/autostart if it doesn’t exist
671962 — Add support for libnotify 0.7
682999 — Properly stop triggered alarms that are not playing sound
704956 — Add support for application indicators
706832 — Clicking on status icon should bring up list instead of snoozing
Please see the ChangeLog for more details.
This release includes minor improvements and bug fixes:
* Properly toggle alarm-list-window
* Parse command-line options
* Add —hidden command-line flag
* Start —hidden on autostart
558559 — Double-clicking on alarm erratically changes alarm time/duration
559514 — The alarms list window should be shown when launching the application
559531 — Remember the alarms list window position
567564 — repeat once: checkbox does not work in gtk+ 2.20
567762 — deleting running alarm doesn’t cancel them
Please see the ChangeLog for more details.
This is the first major release since 0.2 and it includes many improvements and bug fixes:
* Alarm Clock has moved to the notification area and can be started as a normal application
* An option to autostart Alarm Clock on log in has been added
* Blink icon when an alarm is triggered
* General User Interface improvements
* Improvements to the alarm list window
* Add sorting of the alarm list
* Notify bubble improvements — remove per-alarm notify bubble settings
* Snooze improvements — global snooze settings, enable snooze for timers
* Add translation support — translations are now done in Launchpad
243153 — No hint bubble when there is a «&» sign in the label
334684 — Notification needs to be improved in jaunty
421098 — Source code an Gentoo QA
490824 — Sorting alarms on time
500600 — Update countdown for active alarms in alarm list
501069 — Remove deprecated gnome-vfs dependency and use gio instead
501073 — Remove deprecated libgnomeui dependency
502230 — Properly seek player to start when looping
Please see the ChangeLog for more details.
This release includes some improvements in the autoconf files which will make it easier to include in debian. See the ChangeLog for details.
Some important bugfixes. Please see ChangeLog for details.
Fixes bug #261877: All instances of the applet now share the same set of alarms.
This release includes some bugfixes. Debs will be up shortly.
I’ve just added Alarm Clock to my PPA! The package name is ‘alarm- clock-applet’ . Add the hardy repository found at https:/ /launchpad. net/
joh/ +archive to you sources and install!
This release includes an important bug fix which caused compilation to fail on Gutsy.
This release includes some minor changes and bugfixes:
— Set notification bubble to never expire.
— Automatically stop alarm sound notification after 20 minutes.
See the ChangeLog for more details.
Highlights for this release include: Multiple alarms, different alarm types, repeated alarms and snooze support!
The 0.2 release of marks an important milestone of the Alarm Clock development.
MULTIPLE ALARMS
Alarm Clock now supports multiple alarms running simultaneously.
ALARM TYPES
Alarm Clock now distinguishes between two types of alarms: Clocks and Timers. The default type, Clock, will trigger at a specific time of day. The Timer will trigger after a specified amount of hours, minutes and seconds.
REPEATED ALARMS
Alarm Clock will now allow you to specify at what days an alarm (of type clock) should trigger. No need to activate the alarm before you go to sleep any more!
SNOOZE
An alarm or timer can now be snoozed for a specified number of minutes. This only applies for alarms which uses sound notification. Clicking the applet will snooze all running alarms. To clear all alarms, right click the applet and choose «Clear alarms».
Latest activity
Features
Easy to use
Alarm Clock is easy to use — clicking the panel icon will bring up a list of alarms. From there you can add, edit and delete alarms as well as start, stop and snooze them.
Alarm Clock supports two types of alarms: Clocks and Timers. The Clock will go off at a specific time of day while the Timer will ring after the specified amount of time.
Notifications
Alarm Clock will notify you of an alarm by either playing a sound or starting your favorite music player! You can of course specify which sound you would like to use and whether it should be repeated or not. It’s also possible to specify a custom command to run instead of the pre-defined media players.
A notification bubble will appear when an alarm goes off, just in case you missed the sound.
Snooze
Both alarms and timers can be snoozed — it’s as easy as selecting the alarm and clicking «Snooze».
For convenience, the right-click menu of the panel icon provides quick access to snoozing and stopping any beeping alarms.
Powerful
Alarm Clock is powerful and supports multiple alarms as well as auto-repeatable alarms.
Downloads
The latest stable release is Alarm Clock 0.3.4.
If you’re on Ubuntu 9.10 «Karmic Coala» or later, you can install Alarm Clock by clicking this big green button: Yes, I want it! This will install the alarm-clock-applet package.
For the latest version with the greatest features, there is a PPA available. To add it, follow the instructions on the PPA page. When you’re finished you can click the big button above to install!
Source tarballs are also available:
(In version 0.2, the project changed name from Alarm Applet to Alarm Clock)
Installation
Refer to the download section above for information on how to obtain and install Alarm Clock on Ubuntu. This section describes the process of installing Alarm Clock from source.
Install with the usual:
Check the README for dependencies. They’re usually in the *-dev packages in most distributions. If you’re on Debian / Ubuntu, install the following before running ./configure :
Application indicators
Alarm Clock can be built with application indicator support. Support is detected automatically by configure and can be controlled with the —enable-appindicator flag.
Bugs & suggestions
Please post any bugs and suggestions to the Launchpad project page! Feedback on the various blueprints is also greatly appreciated. If you’d like to see Alarm Clock speak your native tongue, consider helping out with the translations!
Источник