forked from vivien/i3blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ticker: Initial support. Closes vivien#466
Ticker feature implementation. Added new options, such as: "ticker", "ticker_delimeter", "ticker_interval", "ticker_chars_limit" & "ticker_direction". "ticker" option enables/disables feature for a given block. "ticker_delimeter" sets a character to separate tail and head of the output string. "ticker_interval" determines the amount of time periods on which the output string is being shifted. "ticker_chars_limit" defines the amount of symbols to be displayed. "ticker_direction" defines the direction in which the characters will shift. This feature required to add a library to work with UTF8 characters, so now i3blocks has "libutf8proc" in its dependencies. Closes vivien#466
- Loading branch information
Showing
13 changed files
with
665 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ config.status | |
configure | ||
i3blocks-config.h* | ||
stamp-h1 | ||
|
||
cscope.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.