Skip to content

This script displays the current time in Glagolitic script within your tmux status bar.

Notifications You must be signed in to change notification settings

slovjinika/tmux-glagolitic-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

demo

Tmux Glagolitic Clock

This script displays the current time in Glagolitic script within your tmux status bar.

Requirements:

Installation:

  1. Clone this repository:

git clone https://github.com/slovjinika/tmux-glagolitic-clock.git

  1. Place the dec2glag.py script in a location accessible to your tmux configuration. For example, you can move it to /data/data/com.termux/files/home/storage/shared/Github/dec2glag/ on Termux.

  2. Add the following lines to your tmux.conf file:

set-option -g status-right "#(python /data/data/com.termux/files/home/storage/shared/Github/dec2glag/tmux-glagolitic-clock.py)"

Usage:

  1. Restart your tmux server:

tmux kill-server tmux

  1. The Glagolitic time should now be displayed on the right side of your tmux status bar.

Customization:

  • You can adjust the position of the clock in your tmux status bar by modifying the status-right setting in your tmux.conf file.
  • If you want to use a different Python interpreter, modify the python_interpreter variable in the script.
  • If you want to change the location of the dec2glag.py script, update the script_path variable accordingly.

Notes:

  • The dec2glag.py script is responsible for converting decimal numbers to Glagolitic characters.
  • The Glagolitic characters are displayed using the default font of your terminal emulator.

About

This script displays the current time in Glagolitic script within your tmux status bar.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages