diff options
author | xero <x@xero.nu> | 2017-01-22 23:22:55 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2017-01-22 23:22:55 -0500 |
commit | 5a4d4a06a287985fbf5b458056881d3d0a0c71aa (patch) | |
tree | 0daa8de87d60c396ca3dbadccbdfe735fc5f72d8 /wmutils/bin/tray | |
parent | 4d6c6b497c3e4d5d6bd4e7728f42303f23120f27 (diff) | |
download | dotfiles_ascii-5a4d4a06a287985fbf5b458056881d3d0a0c71aa.tar.xz dotfiles_ascii-5a4d4a06a287985fbf5b458056881d3d0a0c71aa.zip |
add wmutils setup
Diffstat (limited to 'wmutils/bin/tray')
-rwxr-xr-x | wmutils/bin/tray | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/wmutils/bin/tray b/wmutils/bin/tray new file mode 100755 index 0000000..0573640 --- /dev/null +++ b/wmutils/bin/tray @@ -0,0 +1,37 @@ +#!/bin/sh +# ██ +# ░██ +# ██████ ██████ ██████ ██ ██ +# ░░░██░ ░░██░░█ ░░░░░░██ ░░██ ██ +# ░██ ░██ ░ ███████ ░░███ +# ░██ ░██ ██░░░░██ ░██ +# ░░██ ░███ ░░████████ ██ +# ░░ ░░░ ░░░░░░░░ ██ +# ░░ + +#stalonetray -c ~/.stalonetrayrc & +stalonetray --kludges fix_window_pos --dockapp-mode simple --geometry 1x1+165 & +# force position and ignore that ▄█▀ █▬█ █ ▀█▀ +trayid=`lsw` +wmv -a 165 0 $trayid +chwb -x 0x222222 -s 0 $trayid +ignw -s $trayid + +# keyring +gnome-keyring-daemon & + +# wifi +/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +nm-applet & + +# power management +xfce4-power-manager & + +# sound mixer +pnmixer & + +# volume keys +xfce4-volumed & + +# clipboard manager +clipit & |