diff --git a/user/home.nix b/user/home.nix index ba4aa820..83f68f0f 100644 --- a/user/home.nix +++ b/user/home.nix @@ -47,6 +47,7 @@ mate.atril xournalpp gnome.geary + gnome.gnome-calendar newsflash autokey protonmail-bridge diff --git a/user/wm/xmonad/xmonad.hs b/user/wm/xmonad/xmonad.hs index cbf20347..6e48743b 100644 --- a/user/wm/xmonad/xmonad.hs +++ b/user/wm/xmonad/xmonad.hs @@ -165,13 +165,13 @@ myScratchPads = w = 0.9 t = 0.95 - h l = 0.95 - w - spawnCal = "alacritty -o font.size=18 --title cal-scratchpad -e calcurse" - findCal = title =? "cal-scratchpad" + spawnCal = "gnome-calendar" + findCal = className =? "gnome-calendar" manageCal = customFloating $ W.RationalRect l t w h where - h = 0.6 - w = 0.6 - t = 0.65 - h + h = 0.4 + w = 0.3 + t = 0.45 - h l = 1 - w spawnPavucontrol = "pavucontrol" findPavucontrol = className =? "Pavucontrol" diff --git a/user/wm/xmonad/xmonad.org b/user/wm/xmonad/xmonad.org index 1ae02e78..49ab11b1 100644 --- a/user/wm/xmonad/xmonad.org +++ b/user/wm/xmonad/xmonad.org @@ -224,13 +224,13 @@ myScratchPads = w = 0.9 t = 0.95 - h l = 0.95 - w - spawnCal = "alacritty -o font.size=18 --title cal-scratchpad -e calcurse" - findCal = title =? "cal-scratchpad" + spawnCal = "gnome-calendar" + findCal = className =? "gnome-calendar" manageCal = customFloating $ W.RationalRect l t w h where - h = 0.6 - w = 0.6 - t = 0.65 - h + h = 0.4 + w = 0.3 + t = 0.45 - h l = 1 - w spawnPavucontrol = "pavucontrol" findPavucontrol = className =? "Pavucontrol"