Add clickable date.sh to polybar config
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DATE="$(date +'%A, %B %d, %Y')"
|
||||
|
||||
notify-send -r 3 "Date" "\
|
||||
$DATE"
|
||||
Reference in New Issue
Block a user