Files
Arch-Linux-Installer/files/home/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
Logan Fick 6b70ce8a97 Refactored installer into modular library structure with improved error handling and logging.
The changes include:
- Split monolithic script into lib/, config/, profiles/, and files/ directories
- Added error handling with cleanup on failure
- Added installation logging to /var/log/arch-install.log
- Added username validation
2026-01-17 10:23:17 -05:00

8 lines
309 B
XML

<?xml version="1.1" encoding="UTF-8"?>
<channel name="xfce4-notifyd" version="1.0">
<property name="log-max-size-enabled" type="bool" value="true"/>
<property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/>
<property name="show-text-with-gauge" type="bool" value="true"/>
</channel>