about summary refs log tree commit diff stats
path: root/bin/bar.sh
diff options
context:
space:
mode:
authorensa <psii@riseup.net>2020-07-08 15:32:24 -0700
committerensa <psii@riseup.net>2020-07-08 15:32:24 -0700
commiteec480ccb22f3166d723befc9522e8a25eabf8c1 (patch)
tree28ec200089f6d5797a06590defcb1c4ccf254c7c /bin/bar.sh
parent4606fd8469199d5497b4b2fa4ea74d237ec9688b (diff)
downloadcfg-eec480ccb22f3166d723befc9522e8a25eabf8c1.tar.gz
catgirl-open.sh simplified, lh now handles stdin
bin/
	bar.sh: doesn't specify width (defaults to display width)
	bother: incorrectly used last, now uses tail
		uses : instead of true (telling the shell to do nothing)
	catgirl-open.sh: tabbed now called with -c, network chosen
		before invoking tabbed
		just tests xprop instead of hacky $? handling
	comm-sel: no longer specifies config directory for cordless
		(cordless does this correctly now)
	lh: if no arguments are given, set $1 to standard input.
		turned actual link handling into a loop, lh can now be
		sent multiple links and handle them all in sequence.
Diffstat (limited to 'bin/bar.sh')
-rwxr-xr-xbin/bar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bar.sh b/bin/bar.sh
index 6a0a04d..8dfbc7b 100755
--- a/bin/bar.sh
+++ b/bin/bar.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 # loads color envs, pipes spoon to dzen
 . $HOME_ETC/color/colors.sh
-spoon -t|dzen2 -ta r -fg "$foreground" -bg "$background" -fn "Terminus:style=Regular:pixelsize=12" -u -h 13 -w 1366 -l 0 -p
+spoon -t|dzen2 -ta r -fg "$foreground" -bg "$background" -fn "Terminus:style=Regular:pixelsize=12" -u -h 13 -l 0 -p