aboutsummaryrefslogtreecommitdiff
path: root/pw-date
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-28 00:36:47 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-28 00:36:47 +0200
commit4790f80cfc5bd977b336f4a3e112ae9faeafb6bc (patch)
tree249530d9edbfb12bf9e5085685ee0cd1dfe0344b /pw-date
parent28dd2120a2551af6b901d37e66d23359298ec603 (diff)
downloadscripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.gz
scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.bz2
scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.zip
update
Diffstat (limited to 'pw-date')
-rwxr-xr-xpw-date5
1 files changed, 2 insertions, 3 deletions
diff --git a/pw-date b/pw-date
index 9cbdbde..7996b6c 100755
--- a/pw-date
+++ b/pw-date
@@ -6,8 +6,7 @@
# kill -35 $(pidof dwmblocks) or
# pkill -RTMIN+1 dwmblocks
-
-echo -e " $(date '+%a %d %b %T')"
+echo -e " $(date '+%d %b %T')"
case $BLOCK_BUTTON in
@@ -34,7 +33,7 @@ case $BLOCK_BUTTON in
#xdotool search --onlyvisible --sync --name "Orage" windowmove 1064 23 &
{ orage > /dev/null 2>&1; } &
sleep 0.2
- wmctrl -r "Orage" -e 0,1064,23,300,180
+ wmctrl -r "Orage" -e 0,1064,23,300,180 &
fi
;;