feat(ags): add battery bar

This commit is contained in:
2025-03-26 22:11:26 +03:00
parent 680b3cd3d6
commit 4b0e3a61e9
2 changed files with 29 additions and 10 deletions

View File

@ -10,6 +10,8 @@
echo \$surface0: \#${colors.base02}\; >> colors.scss
echo \$fg: \#${colors.base05}\; >> colors.scss
echo \$accent: \#${colors.base0B}\; >> colors.scss
echo \#${colors.base0B} > accent.css
'';
installPhase = ''
@ -17,5 +19,6 @@
mkdir $out
cp $src/* $out -r
mv colors.scss $out
mv accent.css $out
'';
}