Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Releases: okitavera/clearine

0.7

07 Jul 00:30
b473c5a
Compare
Choose a tag to compare
  • Have ~/.config/clearine/clearine.conf as alternative config path
  • Custom keyboard shortcuts

0.6

15 Apr 05:51
90bae22
Compare
Choose a tag to compare
0.6
wait wm for fullscreen states

0.5

19 Nov 10:55
1032bed
Compare
Choose a tag to compare
0.5
clearine: trigger exit event on any clicks outside the card

0.4

02 Nov 08:20
07d5b66
Compare
Choose a tag to compare
0.4
[main]
    # set mode (vertical/horizontal)
    mode = horizontal
    # set spacing between card and widget
    spacing = 20
  • New option: card padding
[card]
    # set padding
    padding-bottom = 10
    padding-left = 10
    padding-right = 10
    padding-top = 10

0.3

27 Oct 05:43
445a135
Compare
Choose a tag to compare
0.3

now font family and font size get separated.

  • button
    use label-font and label-size instead of font
    use label-color instead of font-color

  • widget
    use firstline-font and firstline-size instead of firstline-font
    use firstline-color instead of font-color
    Note: this changes also applied to secondline widget.