From 8231f5d488c277c165ab39be6378c8444d7ce671 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 16:50:16 -0500 Subject: Update various things --- .config/lxpanel/default/panels/panel | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '.config/lxpanel/default') diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel index 9d776bb..e89a833 100644 --- a/.config/lxpanel/default/panels/panel +++ b/.config/lxpanel/default/panels/panel @@ -24,6 +24,26 @@ Global { iconsize=16 } +Plugin { + type = menu + Config { + image=/usr/share/lxpanel/images/my-computer.png + system { + } + separator { + } + item { + command=run + } + separator { + } + item { + image=gnome-logout + command=logout + } + } +} + Plugin { type = space expand=1 -- cgit v1.2.3-2-g168b From 8c59f8591a23a4a6e3965c3376dcd4d9b110ed5b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:52:24 -0400 Subject: wmii-hg/lxpanel: Use a tango-dark based color theme --- .config/lxpanel/default/panels/panel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/lxpanel/default') diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel index e89a833..2418027 100644 --- a/.config/lxpanel/default/panels/panel +++ b/.config/lxpanel/default/panels/panel @@ -9,7 +9,7 @@ Global { width=100 height=16 transparent=1 - tintcolor=#002b36 + tintcolor=#555753 alpha=255 autohide=0 heightwhenhidden=2 @@ -17,7 +17,7 @@ Global { setpartialstrut=1 usefontcolor=1 fontsize=10 - fontcolor=#839496 + fontcolor=#eeeeec usefontsize=0 background=0 backgroundfile=/usr/share/lxpanel/images/background.png -- cgit v1.2.3-2-g168b From a196d459dd06fe8501e07fc33680e4ee8bb381ce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Oct 2013 14:29:39 -0400 Subject: lxpanel: learn how to stop X --- .config/lxpanel/default/config | 3 ++- .config/lxpanel/default/panels/panel | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to '.config/lxpanel/default') diff --git a/.config/lxpanel/default/config b/.config/lxpanel/default/config index 3ac287f..e19a7d1 100644 --- a/.config/lxpanel/default/config +++ b/.config/lxpanel/default/config @@ -1,3 +1,4 @@ [Command] FileManager=v-editor %s -Terminal=urxvt +Terminal=urxvt -c %s +Logout=bash -c 'echo quit >> $WMII_DIR/ctl' diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel index 2418027..304f201 100644 --- a/.config/lxpanel/default/panels/panel +++ b/.config/lxpanel/default/panels/panel @@ -22,6 +22,7 @@ Global { background=0 backgroundfile=/usr/share/lxpanel/images/background.png iconsize=16 + loglevel=2 } Plugin { -- cgit v1.2.3-2-g168b