We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have set up in the lib/gl_tail/config.rb the fullscreen def initialize(config) @config = config
@fullscreen = true @wanted_fps = 1 @aspect = 0.6 @bounce = true @top = 0.9 @line_size = 0.03 @bitmap_mode = 0 @mode = 0 @highlight_color = [1.0, 0.0, 0.0, 1.0] end
But in the config.yaml I have this: config: dimensions: 1200x1000 min_blob_size: 0.004 max_blob_size: 0.04 highlight_color: orange bounce: true
SO, when it starts it is windowed to the settings in the .yaml file and the shortcuts don't work for any command.
The text was updated successfully, but these errors were encountered:
And, by the way, what color code is that? 1.0, 0.8, 0.4, 1.0 ? HEX/CMYK etc? I want to customize the colors
Sorry, something went wrong.
Shortcuts work for me on OS X 10.7.3
No branches or pull requests
I have set up in the lib/gl_tail/config.rb the fullscreen
def initialize(config)
@config = config
But in the config.yaml I have this:
config:
dimensions: 1200x1000
min_blob_size: 0.004
max_blob_size: 0.04
highlight_color: orange
bounce: true
SO, when it starts it is windowed to the settings in the .yaml file and the shortcuts don't work for any command.
The text was updated successfully, but these errors were encountered: