diff --git a/cosmic-applet-time/src/window.rs b/cosmic-applet-time/src/window.rs index 113d305d..cce0c1e5 100644 --- a/cosmic-applet-time/src/window.rs +++ b/cosmic-applet-time/src/window.rs @@ -366,7 +366,7 @@ impl cosmic::Application for Window { let mut date_bag = Bag::empty(); date_bag.day = Some(components::Day::NumericDayOfMonth); - date_bag.month = Some(components::Month::Long); + date_bag.month = Some(components::Month::Short); let formated = self.format(date_bag, &self.now);