shift-shell/applets/battery/Messages.sh
Sebastian Kügler 2de4fa01e0 Add new simplified battery applet
This applet is a simplified version of the desktop battery monitor,
which:

- only uses one battery
- only does brightness controls for the screen

It's optimized for Mobile Handsets.
2015-06-13 19:32:22 -07:00

4 lines
228 B
Bash
Executable file

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.plasma.phone.battery.pot
rm -f rc.cpp