Initial commit
This commit is contained in:
3
config/qutebrowser/theme/fromTheme.sh
Executable file
3
config/qutebrowser/theme/fromTheme.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
echo "$(node process.js $1)$(cat tea.less)" > temp.less
|
||||
lessc temp.less out.css
|
||||
echo "document.head.innerHTML += \`<style>$(cat out.css)</style>\`" | xclip -selection c
|
||||
Reference in New Issue
Block a user