qtile: change calendar to gnome-calendar

This commit is contained in:
Guilherme Rugai Freire 2022-06-01 12:18:21 -03:00
parent 6749e1c045
commit 80a303d63a
No known key found for this signature in database
GPG Key ID: FC05BE5CD322C427

View File

@ -20,7 +20,7 @@ SCREENSHOT = "gnome-screenshot"
SCREENSHOT_UTILITY = "gnome-screenshot -i"
ZOOM_UTILITY = "boomer"
CALCULATOR = "gnome-calculator"
CALENDAR = "gsimplecal"
CALENDAR = "gnome-calendar"
POWER_MENU = os.path.expanduser(
"~/.scripts/bin/simple-power-menu"
)