Update xmobar scripts

master
Hektor Misplon 2023-05-19 19:24:25 +02:00
parent a262f10268
commit 37b61e4f07
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
cat /tmp/pomo
[ -f "/tmp/pomo" ] && cat /tmp/pomo || echo ""

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
cat "$HOME/.project"
# Render contents of $HOME/.project if present
[ -f "$HOME/.project" ] && cat "$HOME/.project" || echo ""