From a568a964fd6a9efba388b2b4919339c0b7dfe51d Mon Sep 17 00:00:00 2001 From: venomade Date: Mon, 16 Feb 2026 17:31:16 +0000 Subject: MacOS Nix Asahi is just not perfectly usable yet. Moved stuff, went nix. --- .config/luastatus/time-date.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .config/luastatus/time-date.lua (limited to '.config/luastatus/time-date.lua') diff --git a/.config/luastatus/time-date.lua b/.config/luastatus/time-date.lua deleted file mode 100644 index 8d5bfe7..0000000 --- a/.config/luastatus/time-date.lua +++ /dev/null @@ -1,13 +0,0 @@ -local months = {'Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Sep', 'Out', 'Nov', 'Dez'} -local days = {'Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', ''} - -widget = { - plugin = 'timer', - cb = function() - local d = os.date('*t') - return { - {full_text = string.format('%s %d %s', days[d.wday] , d.day, months[d.month])}, - {full_text = string.format('%02d:%02d ', d.hour, d.min)}, - } - end, -} -- cgit 1.4.1-2-gfad0