Files
dotfiles/Laptop-configs/waybar/scripts/calendar.sh
T
acidburnmonkey 2339b399fa great purge
2025-01-28 03:52:32 -05:00

9 lines
108 B
Bash
Executable File

#!/bin/bash
if [[ -z $(pgrep gnome-calendar) ]]; then
gnome-calendar
else
pkill gnome-calendar
fi