eww osd and battery warning
This commit is contained in:
@@ -34,3 +34,7 @@ output_path = '~/.config/wlogout/colors.css'
|
||||
input_path = './templates/config.omp.json'
|
||||
output_path = '~/.config/oh-my-posh/config.omp.json'
|
||||
post_hook = 'sed -i "s/|/{/g" ~/.config/oh-my-posh/config.omp.json && sed -i "s/°/}/g" ~/.config/oh-my-posh/config.omp.json'
|
||||
|
||||
[templates.eww]
|
||||
input_path = './templates/colors.scss'
|
||||
output_path = '~/.config/eww/colors.scss'
|
||||
|
||||
7
.config/matugen/templates/colors.scss
Normal file
7
.config/matugen/templates/colors.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* Css Colors
|
||||
* Generated with Matugen
|
||||
*/
|
||||
<* for name, value in colors *>
|
||||
${{name}}: {{value.default.hex}};
|
||||
<* endfor *>
|
||||
Reference in New Issue
Block a user