feat(ags): add battery bar

This commit is contained in:
2025-03-26 22:11:26 +03:00
parent 4619ef8c31
commit b8fe8d2d0b
2 changed files with 29 additions and 10 deletions
+3
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
'';
}