An Awesome DeskTop Sticky Widget which Follows you Everywhere .Written in C language.Built With Gtk For Gnome and Unity Environment.Well Tested Under Ubuntu
C
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
data_file_1.stick
src.c

README.md

StickFace

An awesome desktop sticky widget which follows you everywhere. Written in C and built with GTK for GNOME and Unity desktop environments. Well tested under Ubuntu.

This is obsolete Version . Catch The Stable Release

Stable Version!

Requirements

  1. Linux
  2. GCC
  3. Gtk-Bundle

Install dependencies

Ubuntu

sudo apt-get install gcc libgtk-3-dev

Compiling from source

mkdir -p bin/; gcc src.c $(pkg-config --cflags --libs gtk+-3.0) -o bin/sticky

Features

  1. StickFace's special feature is to follow you around your workspace until you give it the command "Go To Desktop"

Go To Desktop

  1. Click on "Follow Me" again toggles StickFace to follow you around the screen

Follow Me

  1. Click on "Add New" creates a New Stick Screen for a second note

New

Usage

  1. data_file_1.stick (is the database file and is responsible for holding the database for StickFace)
  2. Run the executable: bin/sticky

Contributing

I'll try to merge every pull request that I receive.

Bugs and Errors

There are a few bugs in StickFace. It is not stable for daily use yet. Help me fix them!

  1. Every time StickFace loads data from the data file, four extra StickFace interfaces comes into the run-time stack
  2. Database update module not ready
  3. Glitches not fixed
  4. Some times it becomes annoying (UX problem)