dots


dots / themes / conky / laptop / widgets
xxwhirlpool  ·  2025-06-06

npart.lua

 1conky.config = require("widgets.lib.common").extend_config {
 2    -- positioning
 3	    gap_x = 50 + tonumber(os.getenv("NOW_CLOCKING_OFFSET_X") or 0),
 4	    gap_y = 115 + tonumber(os.getenv("NOW_CLOCKING_OFFSET_Y") or 0),
 5	    minimum_width = 100,
 6	    minimum_height = 100,
 7};
 8
 9conky.text = [[
10${execp ../lastfm.sh art}
11]];