Xfce: hide battery percentage

This commit is contained in:
Daniel Ruiz de Alegría 2021-12-11 08:28:04 +01:00
parent b7560d8e84
commit 9392eb6c39
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
2 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2022.1.0"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml force
fi
# Install remaining new files
install_all

View File

@ -3,6 +3,6 @@
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="power-button-action" type="uint" value="3"/>
<property name="show-panel-label" type="int" value="1"/>
<property name="show-panel-label" type="int" value="0"/>
</property>
</channel>