xkb flag icon + clock 2-digit year (Sam & Codex)
- Change xkb plugin display-type from 1 (text) to 0 (flag image) - Change clock format %Y to %y for 2-digit year display
This commit is contained in:
parent
9a2803b81a
commit
1b4aab580a
1 changed files with 2 additions and 2 deletions
|
|
@ -94,13 +94,13 @@
|
||||||
<property name="update-interval" type="int" value="4"/>
|
<property name="update-interval" type="int" value="4"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="plugin-10" type="string" value="xkb">
|
<property name="plugin-10" type="string" value="xkb">
|
||||||
<property name="display-type" type="uint" value="1"/>
|
<property name="display-type" type="uint" value="0"/>
|
||||||
<property name="display-name" type="uint" value="0"/>
|
<property name="display-name" type="uint" value="0"/>
|
||||||
<property name="group-policy" type="uint" value="0"/>
|
<property name="group-policy" type="uint" value="0"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="plugin-12" type="string" value="clock">
|
<property name="plugin-12" type="string" value="clock">
|
||||||
<property name="mode" type="uint" value="2"/>
|
<property name="mode" type="uint" value="2"/>
|
||||||
<property name="digital-format" type="string" value="%H:%M %d.%b.%Y"/>
|
<property name="digital-format" type="string" value="%H:%M %d.%b.%y"/>
|
||||||
<property name="font" type="string" value="Noto Sans 14"/>
|
<property name="font" type="string" value="Noto Sans 14"/>
|
||||||
<property name="fg-color" type="array">
|
<property name="fg-color" type="array">
|
||||||
<value type="uint" value="65535"/>
|
<value type="uint" value="65535"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue