eww osd and battery warning

This commit is contained in:
2024-12-29 21:17:59 +01:00
parent f17dac3339
commit b54468d17a
15 changed files with 406 additions and 19 deletions

View File

@@ -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'

View File

@@ -0,0 +1,7 @@
/*
* Css Colors
* Generated with Matugen
*/
<* for name, value in colors *>
${{name}}: {{value.default.hex}};
<* endfor *>