diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 3839076..359988b 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -154,7 +154,9 @@ in scrot tracy cmake - kazam # alternative to gtk-recordMyDesktop + (kazam.override { + python3Packages = pkgs.python311Packages; + }) # alternative to gtk-recordMyDesktop x11vnc yt-dlp skopeo diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua index 49a6f8a..e160ee3 100644 --- a/modules/profiles/desktop/rc.lua +++ b/modules/profiles/desktop/rc.lua @@ -117,10 +117,10 @@ local timezone_popup = awful.popup { widget = { { -- Timezone widgets - wibox.widget.textclock("VNO: %F %T %z", 1, "Europe/Vilnius"), - wibox.widget.textclock("UTC: %F %T %z", 1, "UTC"), - wibox.widget.textclock("IAD: %F %T %z", 1, "US/Eastern"), - wibox.widget.textclock("SEA: %F %T %z", 1, "US/Pacific"), + wibox.widget.textclock("VNO: %T %z", 1, "Europe/Vilnius"), + wibox.widget.textclock("UTC: %T %z", 1, "UTC"), + wibox.widget.textclock("IAD: %T %z", 1, "US/Eastern"), + wibox.widget.textclock("SEA: %T %z", 1, "US/Pacific"), layout = wibox.layout.fixed.vertical }, margins = 8,