apgoetz / jolly

Apache License 2.0
12 stars 3 forks source link

Install on NetBSD #12

Closed 0323pin closed 1 year ago

0323pin commented 1 year ago

Looking forward to the coming release :)

Regards

apgoetz commented 1 year ago

Thanks for proving the packaging for NetBSD!

Regarding the next release, i want to make a few more additions for theming for cutting a new release.

0323pin commented 1 year ago

Thanks for proving the packaging for NetBSD!

No worries, my pleasure.

Regarding the next release, ...

Sure, take your time. I might build it locally from git-HEAD just to check the theming features :)

0323pin commented 1 year ago

@apgoetz Looking good :)

2023-02-06-212608_1366x768_scrot

# jolly.toml

[config.ui]
width               = 800
text_size           = 14
max_results         = 7

[config.ui.theme]
accent_color        = "#A6BC99"
background_color    = "#232323"
text_color          = "#A6BC99"
selected_text_color = "#232323"

[config.ui.search]
text_size           = 18

[config.ui.entry]
text_size           = 14

['Spotify']
system             = 'alacritty -e spotify_player'

['RSS']
system             = 'alacritty -e tuifeed'

['featherpad']
system             = 'featherpad'

['simp']
system             = 'simp'