gnome-control-center/panels/power/power.gresource.xml
Automeris naranja 524261c710 power: Use a single CSS file
Use a single CSS file for the entire panel.
This will make easier to set custom style
for specific widgets without having to create
a bunch of CSS files for each widget type.
2024-04-02 09:56:56 +00:00

10 lines
436 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/control-center/power">
<file preprocess="xml-stripblanks">cc-battery-row.ui</file>
<file preprocess="xml-stripblanks">cc-power-panel.ui</file>
<file preprocess="xml-stripblanks">cc-power-profile-row.ui</file>
<file preprocess="xml-stripblanks">cc-power-profile-info-row.ui</file>
<file>power.css</file>
</gresource>
</gresources>