(nvim) set asadesuka offset to 0
This commit is contained in:
parent
ba8259291a
commit
16f25a5be3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ local dark = "catppuccin-mocha"
|
||||||
function M.is_daytime()
|
function M.is_daytime()
|
||||||
-- check if command exists or not
|
-- check if command exists or not
|
||||||
local cmd_name = "asadesuka"
|
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)
|
local has_asadesuka = require("juancwu.utils.os").cmd_exists(cmd_name)
|
||||||
if has_asadesuka then
|
if has_asadesuka then
|
||||||
local handle = io.popen(cmd_name .. " " .. cmd_flags)
|
local handle = io.popen(cmd_name .. " " .. cmd_flags)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue