Skip to content

Commit

Permalink
Merge pull request vivien#420 from GuillaumeLagrange/rofi-calendar-1.7
Browse files Browse the repository at this point in the history
rofi-calendar: Update rofi call for rofi >=1.7
  • Loading branch information
denisse-dev committed Oct 5, 2021
2 parents cb89074 + 7077b80 commit 0139a44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rofi-calendar/rofi-calendar
Expand Up @@ -124,9 +124,8 @@ case "$BLOCK_BUTTON" in
-markup-rows \
-font $FONT \
-m -3 \
-lines $(echo $month_page | wc -l) \
-width -25 \
-theme-str '#window {anchor: '"$anchor"'; location: northwest; }' \
-theme-str 'window {width: 10%; anchor: '"$anchor"'; location: northwest;}' \
-theme-str 'listview {lines: '"$(echo $month_page | wc -l)"' ;scrollbar: false;}' \
-theme $ROFI_CONFIG_FILE \
-selected-row $(( current_row + bias_row )) \
-p "$header")"
Expand Down

0 comments on commit 0139a44

Please sign in to comment.