mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Compare commits
3 Commits
45df26a469
...
d218507b0e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d218507b0e | ||
|
|
cf4a12acb3 | ||
|
|
9d8b1f725b |
@ -15,4 +15,4 @@ else
|
||||
fi
|
||||
# Activate dbus variables
|
||||
dbus-update-activation-environment --all
|
||||
ssh-agent dwm
|
||||
dbus-launch ssh-agent dwm
|
||||
|
||||
@ -19,7 +19,7 @@ case "$clock" in
|
||||
esac
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) notify-send "This Month" "$(cal | sed "s/\<$(date +'%e')\>/<b><span color='red'>&<\/span><\/b>/")" && notify-send "Appointments" "$(calcurse -d3)" ;;
|
||||
1) notify-send "This Month" "$(cal | sed "s/\<$(date +'%e'|sed 's/ //g')\>/<b><span color='red'>&<\/span><\/b>/")" && notify-send "Appointments" "$(calcurse -d3)" ;;
|
||||
2) setsid -f "$TERMINAL" -e calcurse ;;
|
||||
3) notify-send "📅 Time/date module" "\- Left click to show upcoming appointments for the next three days via \`calcurse -d3\` and show the month via \`cal\`
|
||||
- Middle click opens calcurse if installed" ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user