This commit is contained in:
2024-12-13 01:01:50 -07:00
parent 0a0a444a2d
commit 2600016096
24 changed files with 330 additions and 139 deletions

View File

@@ -4,11 +4,12 @@
<property name="notify-location" type="uint" value="3"/>
<property name="theme" type="string" value="Greybird"/>
<property name="initial-opacity" type="empty"/>
<property name="do-fadeout" type="empty"/>
<property name="do-fadeout" type="bool" value="true"/>
<property name="log-max-size-enabled" type="bool" value="true"/>
<property name="applications" type="empty">
<property name="known_applications" type="array">
<value type="string" value="blueman"/>
<value type="string" value="com.uploadedlobster.peek"/>
<value type="string" value="discord"/>
<value type="string" value="FileZilla"/>
<value type="string" value="notify-send"/>
@@ -29,4 +30,6 @@
<property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/>
<property name="log-level" type="uint" value="0"/>
<property name="log-level-apps" type="uint" value="0"/>
<property name="do-not-disturb" type="bool" value="false"/>
<property name="gauge-ignores-dnd" type="bool" value="false"/>
</channel>