(nvim) set asadesuka offset to 0

This commit is contained in:
jc 2024-10-16 13:02:18 -04:00
commit 16f25a5be3

View file

@ -7,7 +7,7 @@ local dark = "catppuccin-mocha"
function M.is_daytime()
-- check if command exists or not
local cmd_name = "asadesuka"
local cmd_flags = "-offset 30"
local cmd_flags = "-offset 0"
local has_asadesuka = require("juancwu.utils.os").cmd_exists(cmd_name)
if has_asadesuka then
local handle = io.popen(cmd_name .. " " .. cmd_flags)