From 59cb73b8e4bfeffcc83d83c7db3c0c9c415b0a36 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 17 Jun 2022 21:44:12 -0500 Subject: [PATCH] Add some minimal settings for powermanagement, including switching to a much better power icon than the default circle. --- debian/changelog | 2 ++ src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf diff --git a/debian/changelog b/debian/changelog index b46cd2f..c4882d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ lubuntu-default-settings (22.10.3) UNRELEASED; urgency=medium * By default, set the tab width to vary with the text content. This makes for a cleaner default, and the user can always revert back to fixed width. + * Add some minimal settings for powermanagement, including switching to a + much better power icon than the default circle. -- Simon Quigley Fri, 17 Jun 2022 21:34:37 -0500 diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf new file mode 100644 index 0000000..8f91d21 --- /dev/null +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf @@ -0,0 +1,3 @@ +[General] +showIcon=true +useThemeIcons=true