Commit Graph

3 Commits

Author SHA1 Message Date
Marty Oehme 044f2e8a5c
Fix css processor not working without theme dir
Processor will now automatically create the necessary directory to put
the css stylesheet into if the directory does not exist yet,
instead of failing to apply the theme.
2020-12-22 11:22:49 +01:00
Marty Oehme 6af1d58133
Fix importing of stylesheet template
Processor was looking for the template relative to calling directory,
instead of relative to script file. This fixes it mostly.
2020-02-15 19:08:22 +01:00
Marty Oehme 4e565fad2d
Add experimental css styler
Takes a prepared stylesheet template, inserts the values into it and
puts it into fixed qutebrowser stylesheet directory, calling qutebrowser
to set it automatically.

Much of this is hardcoded and not applicable to different setups!
2020-02-15 19:00:34 +01:00