From 80a303d63a95d27d0d0b9ff8cac48fb785352fb8 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 1 Jun 2022 12:18:21 -0300 Subject: [PATCH] qtile: change calendar to gnome-calendar --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 68a54a6..e0ceda7 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -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" )