diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
commit | b35be1d080b8abcbe989dc2687d61b4b2d450099 (patch) | |
tree | c02498d16034a3aa72016679aa706c1ae7338253 /.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | |
parent | 78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a (diff) | |
download | dotfiles-b35be1d080b8abcbe989dc2687d61b4b2d450099.tar.bz2 |
Added various ~/.config/ dotfiles.
Updated .gitignore
Modified .gtkrc.mine
Added various ~/.config/ dotfiles:
* autostart
* fcitx
* fontconfig
* geany
* gtk-3.0
* htop
* mc
* parcellite
* vlc
* xfce4
* user-dirs.dirs, user-dirs.locale
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml')
-rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..0504e25 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-panel" version="1.0"> + <property name="configver" type="int" value="2"/> + <property name="panels" type="array"> + <value type="int" value="1"/> + <property name="panel-1" type="empty"> + <property name="position" type="string" value="p=8;x=683;y=752"/> + <property name="length" type="uint" value="100"/> + <property name="position-locked" type="bool" value="true"/> + <property name="size" type="uint" value="24"/> + <property name="plugin-ids" type="array"> + <value type="int" value="1"/> + <value type="int" value="3"/> + <value type="int" value="15"/> + <value type="int" value="4"/> + <value type="int" value="6"/> + <value type="int" value="7"/> + <value type="int" value="9"/> + <value type="int" value="8"/> + <value type="int" value="2"/> + </property> + <property name="background-alpha" type="uint" value="70"/> + <property name="background-style" type="uint" value="0"/> + </property> + </property> + <property name="plugins" type="empty"> + <property name="plugin-1" type="string" value="applicationsmenu"> + <property name="button-title" type="string" value="Gentoo"/> + <property name="button-icon" type="string" value="/home/aly/pictures/gentoo/573px-Gentoo_Linux_logo_matte.png"/> + </property> + <property name="plugin-2" type="string" value="actions"/> + <property name="plugin-3" type="string" value="tasklist"/> + <property name="plugin-15" type="string" value="separator"> + <property name="expand" type="bool" value="true"/> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-4" type="string" value="pager"> + <property name="rows" type="uint" value="1"/> + </property> + <property name="plugin-6" type="string" value="systray"> + <property name="names-visible" type="array"> + <value type="string" value="vlc"/> + <value type="string" value="networkmanager applet"/> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="orage"/> + <value type="string" value="clipman"/> + </property> + </property> + <property name="plugin-7" type="string" value="mixer"> + <property name="sound-card" type="string" value="HDAIntelPCHAlsamixer"/> + <property name="track" type="string" value="Master"/> + <property name="command" type="string" value="xfce4-mixer"/> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + </property> + <property name="plugin-8" type="string" value="datetime"/> + <property name="plugin-9" type="string" value="xfce4-notes-plugin-47"/> + </property> +</channel> |