Sha256: b2bc8e8381123767eec2b98b577aa4ae87dd3c56579a5c4949be04ca610a8208

Contents?: true

Size: 293 Bytes

Versions: 7

Compression:

Stored size: 293 Bytes

Contents

#!/usr/bin/env ruby1.9.1

#This custom script is to manipulate the tray-text for Gnome Shell.

Dir.chdir(File.dirname(__FILE__))
require "../lib/openall_time_applet.rb"

GetText.bindtextdomain("default", "../locales", ENV["LANGUAGE"])

oata = Openall_time_applet.new(:debug => true)

Gtk.main

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openall_time_applet-0.0.24 bin/OpenAll Timelogging
openall_time_applet-0.0.23 bin/OpenAll Timelogging
openall_time_applet-0.0.22 bin/OpenAll Timelogging
openall_time_applet-0.0.21 bin/OpenAll Timelogging
openall_time_applet-0.0.20 bin/OpenAll Timelogging
openall_time_applet-0.0.19 bin/OpenAll Timelogging
openall_time_applet-0.0.18 bin/OpenAll Timelogging