__( 'Focus Timer', 'desktop-mode' ), 'description' => __( 'A focus countdown. Link it to a window and get a shake + alarm when time is up.', 'desktop-mode' ), 'icon' => 'dashicons-clock', 'script' => 'os-focus-timer-widget', 'movable' => true, 'resizable' => true, 'min_width' => 240, 'min_height' => 200, 'default_width' => 300, 'default_height' => 300, ) ); } add_action( 'init', 'openstation_register_focus_timer_widget', 6 );