summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-01-18 05:34:52 +0000
committerjao <jao@gnu.org>2021-01-18 05:34:52 +0000
commit6849edb5923b6c6f49f3b068343ea354c2c2a6e5 (patch)
tree540927770c48efda0f1ae7759e6f202c46d22191
parent5d105cde6fab854c465e1ce47709aca9971b66cb (diff)
downloadxmobar-config-6849edb5923b6c6f49f3b068343ea354c2c2a6e5.tar.gz
xmobar-config-6849edb5923b6c6f49f3b068343ea354c2c2a6e5.tar.bz2
standalone xmobars.sh
-rwxr-xr-xbin/xmobars.sh14
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/xmobars.sh b/bin/xmobars.sh
index ae93c15..83672d6 100755
--- a/bin/xmobars.sh
+++ b/bin/xmobars.sh
@@ -1,10 +1,14 @@
#!/bin/bash
killall trayer
-run-trayer.sh &
-killall xmobar-top
-killall xmobar-bottom
-xmobar-top $* &
-xmobar-bottom $* &
+trayer --margin 2 --distancefrom left \
+ --distance 1 --edge top \
+ --align left --SetDockType true --SetPartialStrut false \
+ --widthtype request \
+ --height 21 --heighttype pixel \
+ --transparent true\
+ --alpha 255 --padding 1 &
+killall xmobar-exwm
+xmobar-exwm &