Xfce: add custom VPN IP plugin to the panel

This commit is contained in:
Daniel Ruiz de Alegría 2021-10-18 14:49:44 +02:00
parent 1c8bb1c405
commit 2b7ed3648d
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
3 changed files with 19 additions and 7 deletions

View File

@ -0,0 +1,4 @@
Command=/usr/share/kali-themes/xfce4-panel-genmon-vpnip.sh
UseLabel=0
UpdatePeriod=1000
Font=FiraCode Nerd Font 8

View File

@ -31,6 +31,8 @@
<value type="int" value="19"/>
<value type="int" value="20"/>
<value type="int" value="21"/>
<value type="int" value="22"/>
<value type="int" value="23"/>
</property>
</property>
</property>
@ -65,7 +67,9 @@
<property name="plugin-10" type="string" value="separator">
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-11" type="string" value="pager"/>
<property name="plugin-11" type="string" value="pager">
<property name="miniature-view" type="bool" value="false"/>
</property>
<property name="plugin-12" type="string" value="separator">
<property name="style" type="uint" value="0"/>
</property>
@ -78,19 +82,23 @@
<property name="expand" type="bool" value="true"/>
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-15" type="string" value="clock">
<property name="digital-format" type="string" value="%I:%M %p"/>
</property>
<property name="plugin-16" type="string" value="systray">
<property name="plugin-15" type="string" value="systray">
<property name="size-max" type="uint" value="22"/>
<property name="square-icons" type="bool" value="true"/>
<property name="symbolic-icons" type="bool" value="true"/>
</property>
<property name="plugin-16" type="string" value="genmon"/>
<property name="plugin-17" type="string" value="pulseaudio"/>
<property name="plugin-18" type="string" value="notification-plugin"/>
<property name="plugin-19" type="string" value="power-manager-plugin"/>
<property name="plugin-20" type="string" value="separator"/>
<property name="plugin-21" type="string" value="actions">
<property name="plugin-20" type="string" value="clock">
<property name="digital-format" type="string" value="%_H:%M"/>
</property>
<property name="plugin-21" type="string" value="separator">
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-22" type="string" value="separator"/>
<property name="plugin-23" type="string" value="actions">
<property name="appearance" type="uint" value="0"/>
<property name="items" type="array">
<value type="string" value="+lock-screen"/>

View File