Skip to content
/ cqlock Public

Terminal application that displays current time in the qlocktwo fashion.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

kurijlj/cqlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cqlock

Terminal application that displays current time in the qlocktwo fashion. It is C implementation of script written for conky (http://pastebin.com/wK7JmG9H) with some improvements :-). It currently supports three color schemes for displaying data. Color schemes were inspired by Solarized color scheme.

Screenshots

Xfce terminal emulator, color scheme: mid-high. xfce terminal emulator mid-high

Xfce terminal emulator, color scheme: dark-high. xfce terminal emulator dark-high

Xfce terminal emulator, color scheme: mid-high with background color set to #002b36. xfce terminal emulator mid-high bkg #002B36

Xfce terminal emulator, color scheme: mid-high with background color set to #fdf6e3. xfce terminal emulator light-high bkg #FDF6E3

Installation

Compile with:

$ RELEASE=true make cqlock

install with (as root):

$ strip --strip-unneeded ./cqlock
$ install -m 755 ./cqlock /usr/bin/

About

Terminal application that displays current time in the qlocktwo fashion.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published