Skip to content

OpenActionMirrors/com.ags.info_clock

Repository files navigation

Infobar Clock

A collections of clocks for the infobar in Stream Deck Neo.
This plugin works with OpenDeck software, from version 2.13.0, previous versions does not support infobar. This plugin is compatible with Linux and Windows.
The clocks are inpired by the first version of evilbug evilbug:ft/neo-infobar also some styles inspired from elgato software.

Clocks Layouts

  • Simple
    simple
  • Orbi Outline
    black green red white
  • Landscapes
    autumn beach nigh nat1 nat2
  • Plex Mono
    black yellow white
  • Vintage
    blue bown green white
  • Coding
    dark solarized light

Installation

Install via OpenDeck pluging manager

Manually

Download lastest release and install manually in your plugins directory
Linux: commonly in /home/$USER/.config/opendeck/plugins/ for flatpak installations, please find your path
Windows: commonly in C:\Users\<USER>\AppData\Roaming\opendeck\plugins

From source code

Be sure to install the package gcc-mingw-w64 for windows binary output
and then

rustup target add x86_64-pc-windows-gnu

run the command to build de plugin

#for linux
cargo build --release
#for windows
cargo build --release --target x86_64-pc-windows-gnu

Then run the script to install (linux)

./install.sh

or in one line (linux)

cargo build --release && ./install.sh

Note

The script for install the plugin, is for a native opendeck install, for opendeck flatpak install change the path

Usage

Just drag and drop any item of the plugin into the infobar component then click it for set date format, style and other options in the property inspector.

About

Mirror of https://github.com/AlexGdevGT/infobar_clock

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors