diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-10-18 17:10:40 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-10-18 17:10:40 +0000 |
commit | 629fc496272920d441d8f7480fdefe7ffaafeaea (patch) | |
tree | 0d10445b451b4eb3a2edb3a4e74ac753dbd50ecf /common/xfce4/panel | |
parent | 7dd7019c4c9cc109482b54e5be205d79a04cc26a (diff) | |
download | config-629fc496272920d441d8f7480fdefe7ffaafeaea.tar config-629fc496272920d441d8f7480fdefe7ffaafeaea.tar.gz config-629fc496272920d441d8f7480fdefe7ffaafeaea.tar.bz2 config-629fc496272920d441d8f7480fdefe7ffaafeaea.tar.xz config-629fc496272920d441d8f7480fdefe7ffaafeaea.zip |
- add xfce4-mixer launcher
Diffstat (limited to 'common/xfce4/panel')
-rw-r--r-- | common/xfce4/panel/panels.xml | 1 | ||||
-rw-r--r-- | common/xfce4/panel/xfce4-mixer-plugin-1.rc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/common/xfce4/panel/panels.xml b/common/xfce4/panel/panels.xml index ba0b163..5b78ea4 100644 --- a/common/xfce4/panel/panels.xml +++ b/common/xfce4/panel/panels.xml @@ -25,6 +25,7 @@ <item name="launcher" id="12"/> <item name="separator" id="11"/> <item name="separator" id="6"/> + <item name="xfce4-mixer-plugin" id="1"/> <item name="systray" id="4"/> <item name="clock" id="14"/> <item name="actions" id="12"/> diff --git a/common/xfce4/panel/xfce4-mixer-plugin-1.rc b/common/xfce4/panel/xfce4-mixer-plugin-1.rc new file mode 100644 index 0000000..c69ec77 --- /dev/null +++ b/common/xfce4/panel/xfce4-mixer-plugin-1.rc @@ -0,0 +1,4 @@ +card= +track=Master +command=xfce4-mixer + |